Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » diagnose plugin hang
diagnose plugin hang [message #68124] Wed, 15 July 2009 06:16
rzseattle is currently offline rzseattleFriend
Messages: 3
Registered: July 2009
Junior Member
Hello

Im using pdt editor as part of my framework manager. In one case I have to
open php source editor in FormEditor ( MultiPageEditorPart ). Everything
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 how to locate error, or avoid eclipse crash, or do
anything to diagnose problem. Logs/some special console/external track ?

[Part of embedding code]
phpEditor = new PHPStructuredEditor();
phpEditor.addPropertyListener(this);
addPage(phpEditor, inputManager.getEditorInput());
setPageText(0, "Source");
Previous Topic:Is it possible to substitute a bundle's class with another one coming from a fragment?
Next Topic:diagnose plugin hang
Goto Forum:
  


Current Time: Thu Mar 28 20:41:12 GMT 2024

Powered by FUDForum. Page generated in 0.01423 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top