| Eclipse hangs when doing copy/paste [message #763651] |
Sat, 10 December 2011 02:53  |
Peter Steele Messages: 37 Registered: November 2010 |
Member |
|
|
I am running Eclipse Helios under Windows 7 and I am experiencing frequent periodic hangs. It seems to happen most of the time just after I select text and issue a "copy" command. This very often results in a 2-10 second hang where the UI is completely frozen. It eventually wakes up and continues as if nothing had happened. No errors are reported in the error log.
Every so often the hang is much longer, and Windows will flag the Eclipse window as "Not responding". This state can last for a minute or more, and again it eventually resumes without any kind of error.
What might be causing this problem?
|
|
|
|
|
|
|
|
|
| Re: Eclipse hangs when doing copy/paste [message #765716 is a reply to message #764934] |
Wed, 14 December 2011 10:11   |
Peter Steele Messages: 37 Registered: November 2010 |
Member |
|
|
Yes, the type of editor would make a difference, I agree. In this case I'm referring to the main Java editor. I tried some quick tests with the plain text editor in Eclipse and I didn't notice any particular slowdowns. Of course, the big advantage of an IDE is all of the language specific tools provided as you code, so I don't really want to program Java in the plain text editor.
I think my next test will be to migrate to Linux and see how Eclipses performs in that environment.
[Updated on: Wed, 14 December 2011 10:11] Report message to a moderator
|
|
|
| Re: Eclipse hangs when doing copy/paste [message #766072 is a reply to message #765716] |
Thu, 15 December 2011 02:32   |
Michael Ruttka Messages: 2 Registered: December 2011 |
Junior Member |
|
|
In my company we got the same problem with the copy and paste actions. We use mainly the Java Editor. We experienced smaller hangs since Eclipse Ganymede, but with the current Indigo version the hangs got unbearable.
I started Eclipse with a java console - always when eclipse hanged, the stacktrace shown, that eclipse opened some jar-files. So i removed all referenced libraries and the hangs disappeared, but this is no solution .
We also got hangs, when we dived through the code (Ctrl + click on a class name).
Btw.: In our case, every developer experiences these hangs!
EDIT: We use Windows 7 and Vista
[Updated on: Thu, 15 December 2011 02:43] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
| Re: Eclipse hangs when doing copy/paste [message #898218 is a reply to message #891918] |
Wed, 25 July 2012 22:52  |
Quasi Modo Messages: 1 Registered: July 2012 |
Junior Member |
|
|
Old post, but thought I would share in case anyone else stumbles on it.
I had this problem with a QNX incarnation of Eclipse called Momentics.
For me, disabling Hyperlinking fixed the delays. Yes it means I dont have hyperlinking but at least I can copy and paste.
Under Preferences->Editors->Text Editors->Hyperlinking.
For reference, this was for .h and .cpp files.
The issue is when you hit the Ctrl key it tries to resolve all of the known class names on the screen.
A similar issue occurs if you have auto-completion on. When editing C++ for example, I was experiencing similar delays when typing ".", "," or ":", basically whenever it looked up the "intellisense" database.
|
|
|
Powered by
FUDForum. Page generated in 0.06629 seconds