[Pydev-code] Eclipse code to create a PyEdit object
Brought to you by:
fabioz
From: <cla...@at...> - 2010-05-02 00:58:18
|
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 |