Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Create actions eats up eclipse(A call to org.eclipse.ui.texteditor.AbstractDecoratedTextEditor createActions freezes eclipse)
Create actions eats up eclipse [message #924893] Thu, 27 September 2012 08:06
Mahesh Maney is currently offline Mahesh ManeyFriend
Messages: 28
Registered: July 2009
Junior Member
Hi,

I'm extending the org.eclipse.ui.texteditor.AbstractDecoratedTextEditor to create my editor. super.createActions() is called and then I have provided my implementation inside the createActions(). When i run this code from my office network there is delay of 2 - 3 seconds when i randomly click anywhere on the opened editor.

However when i connect from the VPN, and open the editor, there is atleast 10 minutes delay and eclipse freezes (entire screen is white).

When i comment the super.createAction() the delay is less than 2 seconds.

Could anyone please suggest what am i doing wrong here.

Details below ;
1. All my files are remotely located and i use Map network drive to get contents of the file on to eclipse;
2. Eclipse Indigo JEE version running on windows XP SP3 with 4 gigs of RAM.
Previous Topic:Why no main method
Next Topic:How to get BundleContext of a plugin?
Goto Forum:
  


Current Time: Tue Apr 16 14:42:45 GMT 2024

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

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

Back to the top