[ANN] AutomaticMethodCategorizer 1.4

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] AutomaticMethodCategorizer 1.4

Diego Fernández
This version adds a hook to categorize uncategorized methods on save.
Still not very tested (that means, that I only used it on the standard browsers of 3.9-7021).

To install the method save hook evaluate:

AutomaticMethodCategorizerInstaller install



Reply | Threaded
Open this post in threaded view
|

Re: [ANN] AutomaticMethodCategorizer 1.4

Damien Cassou-3
Diego Fernandez a écrit :
> This version adds a hook to categorize uncategorized methods on save.
> Still not very tested (that means, that I only used it on the standard
> browsers of 3.9-7021).

When I save a categorized method, it is always recategorized in another
protocol. This is very annoying. Can you change this please to only
categorize uncategorized methods ?


--
Damien Cassou


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] AutomaticMethodCategorizer 1.4

Diego Fernández
Yes, that was the behavior un previous versions... (it should be a
Preference... I will upload the changes this weekend)

On 9/15/06, Damien Cassou <[hidden email]> wrote:

> Diego Fernandez a écrit :
> > This version adds a hook to categorize uncategorized methods on save.
> > Still not very tested (that means, that I only used it on the standard
> > browsers of 3.9-7021).
>
> When I save a categorized method, it is always recategorized in another
> protocol. This is very annoying. Can you change this please to only
> categorize uncategorized methods ?
>
>
> --
> Damien Cassou
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] AutomaticMethodCategorizer 1.4

Diego Fernández
Hi, I've just uploaded a new version (AutomaticMethodCategorizer-DF.23.mcz)
,that adds a preference to categorize even when the method has a
category (by default is false, so now it only categorizes
uncategorized methods).

The new version is on squeaksource and squeakmap.

Enjoy,
Diego ;)

On 9/15/06, Diego Fernandez <[hidden email]> wrote:

> Yes, that was the behavior un previous versions... (it should be a
> Preference... I will upload the changes this weekend)
>
> On 9/15/06, Damien Cassou <[hidden email]> wrote:
> > Diego Fernandez a écrit :
> > > This version adds a hook to categorize uncategorized methods on save.
> > > Still not very tested (that means, that I only used it on the standard
> > > browsers of 3.9-7021).
> >
> > When I save a categorized method, it is always recategorized in another
> > protocol. This is very annoying. Can you change this please to only
> > categorize uncategorized methods ?
> >
> >
> > --
> > Damien Cassou
> >
> >
> >
>

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] AutomaticMethodCategorizer 1.4

Damien Cassou-3
Diego Fernandez a écrit :
> Hi, I've just uploaded a new version (AutomaticMethodCategorizer-DF.23.mcz)
> ,that adds a preference to categorize even when the method has a
> category (by default is false, so now it only categorizes
> uncategorized methods).
>
> The new version is on squeaksource and squeakmap.

Very cool, thank you

--
Damien Cassou


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] AutomaticMethodCategorizer 1.4

Ramon Leon-4
In reply to this post by Diego Fernández
Diego Fernandez wrote:
> Hi, I've just uploaded a new version (AutomaticMethodCategorizer-DF.23.mcz)
> ,that adds a preference to categorize even when the method has a
> category (by default is false, so now it only categorizes
> uncategorized methods).
>
> The new version is on squeaksource and squeakmap.
>
> Enjoy,
> Diego ;)

No version for 3.8?