I was curious about the Eclipse IDE code that creates a PyEdit object (based on the extension information already processed by the IDE from the plugin.xml file). I came across a vague online reference to a createEditor() method that had no explanation, and googling "Eclipse createEditor" did not produce useful results. After you perform a File->Open operation on a file with the *.py file extension, the PyEdit object is created somewhere. Any pointer would be appreciated; I would like to step through that code in the debugger.

Clark

------------------------------------------------------------------------------
_______________________________________________
pydev-code mailing list
pydev-code@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to