Hi Matt, I have some pretty big classes and Aptana outlines them well. I am assuming you are aware of the Outline view. I am using Aptana 3.
doubleTap On Nov 30, 3:17 pm, Matt Thomson <[email protected]> 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.
