[Pydev-code] Open a new file in PyDev Editor
Brought to you by:
fabioz
From: Michael P. <mic...@go...> - 2008-06-27 08:51:48
|
Hi list, I'm working at a research prototyp and I want to add a new eclipse view to PyDev. So far the view is finished but I want to open a new Editor window in the PyDev Editor with a double click of a row of my table view. I have the filename and the line number. So my questions are: Which package I have to include as dependencies? How is the name of the editor Plugin or how could I access it? And last but not least what looks like the method call for my parameters (filepath (as String) and line number)? A short example would be perfect or the hint to look at for the same behavior for instance in the Resource or Class View. Thanks for any advice. Kind regards, Michael |