Update of /cvsroot/pydev/org.python.pydev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16869
Modified Files:
plugin.xml
Log Message:
Added code completion page.
Index: plugin.xml
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/plugin.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** plugin.xml 16 Aug 2004 18:55:22 -0000 1.33
--- plugin.xml 25 Aug 2004 17:24:23 -0000 1.34
***************
*** 4,8 ****
id="org.python.pydev"
name="Pydev - Python Development Environment"
! version="0.5.8.7"
provider-name="AleksTotic"
class="org.python.pydev.plugin.PydevPlugin">
--- 4,8 ----
id="org.python.pydev"
name="Pydev - Python Development Environment"
! version="0.5.9.1"
provider-name="AleksTotic"
class="org.python.pydev.plugin.PydevPlugin">
***************
*** 89,92 ****
--- 89,97 ----
name="Templates"
id="org.python.pydev.prefs.template"/>
+ <page
+ class="org.python.pydev.editor.codecompletion.PyCodeCompletionPreferencesPage"
+ category="org.python.pydev.prefs"
+ name="Code Completion"
+ id="org.python.pydev.prefs.PyCodeCompletionPage"/>
</extension>
<!-- Editor menus -->
***************
*** 589,593 ****
name="stderr"
icon="icons/template.gif"
! description="Prints to sys.stdout"
contextTypeId="org.python.pydev.editor.templates.python"
id="org.python.pydev.editor.templates.python.stderr">
--- 594,598 ----
name="stderr"
icon="icons/template.gif"
! description="Prints to sys.stderr"
contextTypeId="org.python.pydev.editor.templates.python"
id="org.python.pydev.editor.templates.python.stderr">
|