[Pydev-cvs] org.python.pydev/src/org/python/pydev/editor/dictionary package.html,NONE,1.1 PyDFunctio
Brought to you by:
fabioz
From: Aleksandar T. <at...@us...> - 2004-04-10 02:01:37
|
Update of /cvsroot/pydev/org.python.pydev/src/org/python/pydev/editor/dictionary In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv649/src/org/python/pydev/editor/dictionary Added Files: package.html Removed Files: PyDFunctionItem.java PyDEditorItem.java PopulateDictionary.java PyDictionary.java PyDClassItem.java DebugVisitor.java PyDictionaryItem.java PyDLocalItem.java Log Message: Huge code rewrite. I've implemented a Python model. Model is based in AST tree, but should be simpler to use. No more visitor pattern. OutlineView and Navigation actions have been reworked to use new model, instead of traversing AST. Added Hyperlinking capability, but goto is not implemetned yet. --- DebugVisitor.java DELETED --- --- NEW FILE: package.html --- <body> This package is obsolete, it has been replaced by org.python.pydev.editor.model. </body> --- PopulateDictionary.java DELETED --- --- PyDictionaryItem.java DELETED --- --- PyDLocalItem.java DELETED --- --- PyDClassItem.java DELETED --- --- PyDEditorItem.java DELETED --- --- PyDictionary.java DELETED --- --- PyDFunctionItem.java DELETED --- |