| Create actions eats up eclipse [message #924893] |
Thu, 27 September 2012 04:06 |
Mahesh Maney Messages: 24 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.
|
|
|
Powered by
FUDForum. Page generated in 0.02249 seconds