Guten Tag Robert Roessler,

am Mittwoch, 17. August 2005 um 19:48 schrieben Sie:

> Lars K.W. Gohlke wrote:

>> Guten Tag scite-interest scite-interest,
>> 
>> how about an object explorer to get overview about code, subs/methods etc. ??
>> 
>> looup here, this is what i mean
>> http://images.google.com/images?q=object+explorer
>> 
>> sometime I get tired of sorting my subs in perl manually.
>> Because of this I use EPIC, but I love Scite.
>> 
>> Or is there already something like this ?

> This is presumably possible - but it will not be trivial, since SciTE 
> does not have high-level information lying around about the semantic 
> structures in a given file.

> Keyword (and folding) is handled more or less by examining code 
> "locally" (but larger context may be used as required)... the only 
> longer-lived information useful for analyzing content is style 
> (presentation) data per character and an assignable state int per line.

> A Lua script package could analyze a buffer and build structures 
> reflecting the semantic info gleaned from this analysis, but would 
> also need to be hooked into the same events that cause styling updates 
> (to track changes and update the semantic structures accordingly).

> Robert Roessler
> [EMAIL PROTECTED]
> http://www.rftp.com

in  my  mind  every  time,  the syntax is parsed and the keywords are colored it
should be possible to put this into a tree - I think.

It should be possible.

-- 
Mit freundlichen Grüßen
Lars K.W. Gohlke
mailto:[EMAIL PROTECTED]
[20:17:04 Mittwoch, 17. August 2005]
-------------------------
Visit http://www.lars-gohlke.de.vu



_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to