[Pydev-cvs] org.python.pydev plugin.xml,1.204,1.205
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-05-18 20:02:23
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28475 Modified Files: plugin.xml Log Message: Created structure to help dealing with imports in files, even if the file does not have a correct AST Refactor: Moved methods from FullRepIterable to StringUtils Index: plugin.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/plugin.xml,v retrieving revision 1.204 retrieving revision 1.205 diff -C2 -d -r1.204 -r1.205 *** plugin.xml 4 Feb 2008 02:01:35 -0000 1.204 --- plugin.xml 18 May 2008 20:02:16 -0000 1.205 *************** *** 229,232 **** --- 229,238 ---- <page + name="Imports" + category="org.python.pydev.plugin.pyCodeStylePreferencesPage" + class="org.python.pydev.ui.importsconf.ImportsPreferencesPage" + id="org.python.pydev.ui.importsconf.ImportsPreferencesPage"/> + + <page name="Code Completion" class="org.python.pydev.editor.codecompletion.PyCodeCompletionPreferencesPage" |