-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor is very laggy for certain actions #288
Comments
Also marking some text and the overwrite from clipboard (STRG+V) is very slow. |
Hi @laeubi, thank you very much for the bug report. I wanted to gather some extra information: Which operating system are you currently using where you are experiencing this bug?
Does this issue only occur once you first open up a pom.xml file, and then go away? Or does it persist throughout your session, occurring seemingly-randomly, or upon repetition? |
OS is linux debian 64 bit
Nope it also happens afterwards, sometimes an action is fast after triggering it once but gets slow later again (maybe something get wiped out by the GC?). This doesn't happen for example in the java editor and hasn't happen with the "old" xml editor. |
Can you pleaase run |
Its probably unrelated ...
I can try that but I'm not sure it will catch the right things as its quite hard to guess when it actually happens and is only a few seconds. |
Isn't it logged in the "Errors" view as a UI Freeze? |
No, I don't think this is really an UI freeze but something happening in the back-ground, e.g. if I delete a line with STRG+D and perform this twice there is often a lag of 3-5 seconds and the both lines disappear together, then I can delete some more lines without a problem and after a while (e.g. I mark some text and try to replace it with STRG+V) theres a lag again, thus I think there might a a SoftReference or something of a heavy object getting cleared out by the GC or something alike... |
Still seeing the problem in latest 2023-06 Eclipse Release 👎 |
I noticed considerable 'lag' with the new editor for actions that should actually be very fast, in the progress view I see "loading referenced grammar" sometimes.
These action include:
while they run sometimes fast, ther ist often some lag if using them in repetiotn, e.g cut some text in a pom.xml and insert it in other places, also Moving text up/down sometimes lags hard.
It seems as if there is something that has to be started up (and maybe shut down after a while).
The best to reproduce this is the following:
I'm using this shortcuts very often and it always has happens fast before this makes the editor feeling very laggy and hard to use.
The text was updated successfully, but these errors were encountered: