Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Extending the DLTK Script Model...

Hi all,

Is there any way way to extend the Script Model ? I would like to do
several things like:

1. extend the ScriptProject to MyScriptProject (I would like to add
some custom children in the Script Explorer without having to make a
new View by extending ScriptExplorer)
2. the DLTK Source Parsers return ModuleDeclaration's. This is already
making some assumptions about how my module or the input source
element looks like. For example:
       private List types;
       private List functions;
       protected List variables;
I would like to let the parser generate simply ASTNode's. (This might
also be usefull when parsing code fragments.)

Any idea?

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



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


Back to the top