600 line class?! :O
/dies
I also wish textmate showed the method names in the outline dropdown.
On Nov 30, 2010, at 4:17 PM, Matt Thomson wrote:
> Hi All,
>
> I am working with a class that has the standard structure:
> var myClass = new Class
> ({
> Implements: Options,
> options: {},
> initialize: function(options){},
> function1: function(){},
> function2: function(){}
> });
>
> The class has about 20 functions in it and is about 600 lines long.
>
> I can't find an IDE that will parse this class, and show an 'outline'
> view in a side tab, that lists the class/functions in order, and will
> make them linkable to the function in the code.
>
> Without this I end up scrolling up and down and using search
> constantly, and it is getting increasingly difficult to work as the
> file gets bigger.
>
> I have tried using Aptana with the mootools plugin (nice code hints,
> but no outline), and using komodo (has outline, but in wrong order,
> and half the functions missing) .
>
> Has anyone found a solution to this problem (on Windows). I'm not too
> concerned with code hints, being able to navigate is the number 1
> issue.
>
> Thanks,
>
> Matt.
>