PHPStructuredEditor in FormEditor page [message #99559] |
Sun, 05 July 2009 18:39 |
Eclipse User |
|
|
|
Hello
Im using pdt editor as part of my framework manager. In one case I have to
open php source editor in FormEditor ( MultiPageEditorPart ). Everythink
worked fine until I updated eclipse to 3.5 and pdt to 2.1. Now on the
first look everything works ok, but when a programmer trying to use
ctrl+space eclipse hangs ( no error, no any message in console ).
Do anyone knows where is the problem, or how to track ptd to locate it? Im
trying and ... trying but without any message its quite difficult :/
[Part embending of code]
phpEditor = new PHPStructuredEditor();
phpEditor.addPropertyListener(this);
addPage(phpEditor, inputManager.getEditorInput());
setPageText(0, "Source");
|
|
|
Powered by
FUDForum. Page generated in 0.07496 seconds