angelozerr / jdt-codemining

Eclipse plugin for JDT Java CodeMining
Eclipse Public License 1.0
298 stars 15 forks source link

Something happening in background when editing code which has header annotations enabled #74

Open gayanper opened 6 years ago

gayanper commented 6 years ago

When editing a class with header annotation enabled for reference, when moving to new line the cursor start to blink rapidly for few seconds. this happens when removing a line as well. This cause some discomfort on editing thinking that the editor is not responsive.

gayanper commented 6 years ago

This doesn't happen if the header annotations are not enabled.

gayanper commented 6 years ago

This also only happens only for header annotation like reference etc. This doesn't happen for inline annotations like parameter names

angelozerr commented 6 years ago

I have not seen this behaviour with Windows OS, but I'm improving of draw of line header annotation in https://git.eclipse.org/r/#/c/130151/

Once it will merged, you will able to try and I hope it will fix your issue.

gayanper commented 6 years ago

Sure keep updated when i can download a I or M build with this change.😍

angelozerr commented 6 years ago

It's a gerrit patch, so you must work with sources of Platform SWT and Text both and apply this patch

angelozerr commented 5 years ago

@gayanper https://git.eclipse.org/r/#/c/130151/ was merged in master. Hope it will fix your issue.

gayanper commented 5 years ago

Will try it out when the next M build is out with these changes.