[Pydev-cvs] org.python.pydev.site site.xml,1.75,1.76
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-09-27 19:58:22
|
Update of /cvsroot/pydev/org.python.pydev.site In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20417 Modified Files: site.xml Log Message: Synching to latest changes: Pydev <ul> <li><strong>Editor</strong>: Cursor settings no longer overridden</li> <li><strong>Code-completion</strong>: If __all__ is defined with runtime elements (and not only in a single assign statement), it's ignored for code-completion purposes</li> <li><strong>Debugger</strong>: Pythonpath the same in debug and regular modes (sys.path[0] is the same directory as the file run)</li> <li><strong>Debugger</strong>: Persist choices done in the debugger when files from the debugger are not found</li> <li><strong>Interpreter config</strong>: "email" automatically added to the "forced builtins"</li> <li><strong>Parser</strong>: Correctly recognizing absolute import with 3 or more levels</li> <li><strong>Syntax check</strong>: Option to do only on active editor</li> </ul> Also: tabs changed for spaces Index: site.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.site/site.xml,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** site.xml 1 Aug 2008 01:42:27 -0000 1.75 --- site.xml 27 Sep 2008 19:58:08 -0000 1.76 *************** *** 21,24 **** --- 21,31 ---- + <feature url="features/org.python.pydev.feature_1.3.20.jar" id="org.python.pydev.feature" version="1.3.20"> + <category name="Pydev"/> + </feature> + + + + <feature url="features/org.python.pydev.feature_1.3.19.jar" id="org.python.pydev.feature" version="1.3.19"> <category name="Pydev"/> |