Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] How can I display other objects in the Outline View or the Script Explorer?

Hello,

Is there a way to display other elements in the outline view or the Script Explorer (of course without having to reimplement the Navigator or the OutlinePage)? The same way like package name and import container+imports in java Outline.

A related problem is: can I display the FieldDeclaration (a proper name for those would be "variable declarations" or "global variables") on the top level? I can do this with functions but my FieldDeclaration's are not displayed although my AST is generating them.

Thanks!

Regards,
Gabriel

--
MSc Gabriel Petrovay
MCSA, MCDBA, MCAD
Mobile: +41(0)787978034

Back to the top