Eclipse text render issue - eclipse

I am using Eclipse Neon2 on Mac. Text in code editor has render problem and overlaps on scroll. When I select all the text (cmd+a) it re renders and solves the problem. But when I re scroll it overlaps again.
I couldn't find a solution on internet.
How can I solve this.
Please check the screenshot.

I think it is a bug in Eclipse 489383. There are plenty of similar issues were reported and closed as duplicated, but this one is still open and, as I understand, targeted for version 4.6. There is a simple workaround that has helped in some cases (in mine it did help): export GTK3=0 before starting eclipse.

Related

Code overlay in Eclipse like in Sublime text editor [duplicate]

I wonder, if there is an Eclipse plugin for code birdview (preview, visualization, minimap, however it may be called)? I mean, when you see your code in a small preview window and may scroll using this window. Wait, I'll show you...
Like this. (See the column, where the white rectangle is).
Here is "Overview" plugin from a deleted by a mod answer that provides a minimap view.
(I don't see a reason for deletion, it's exactly what OP asked for).
I saw this question again today, and found someone working on such a plugin on github. I have no idea how far progressed this project is, but it may be worth checking out:
https://github.com/apauzies/eclipse-minimap-view
Hope this helps!
Minimap is now present in Eclipse starting version 4.9
Official link to the feature

IndentGuide for Eclipse OSX not working

I installed IndetnGuide for Eclipse OSX so that there are visible lines int he editor. But they aren't showing up. Others here have referenced the same problem, but said after closing and reopening Eclipse twice, the lines showed up. No such luck for me. Anyone know how to get these lines to show up? Thanks.
If you have too many tabs in Eclipse open at the same time, close all of them and reopen a tab. This should solve your problem, assuming you installed IndentGuide correctly. (if you have problem installing IntentGuide, see the best answer to this question Eclipse Indent Guide)

Eclipse(Juno) missing and mixing source when scrolling [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Moving and vanishing lines of code; trouble with Eclipse's XML Editor
I have dev enviroment setup for Android development.
Problem arises when scrolling. Source code starts to appear with missing parts (like scroll event didn't correctly refresh view). When I select text, it restores it and after deselecting it becomes missing again.
I have dual monitors on win7, but this happens no matter dual display or single display.
Any ideas?
Tnx in advance.
This problem could potentially be solved by following the steps in this answer : Moving and vanishing lines of code; trouble with Eclipse's XML Editor
In short "Automatically format the XML edited by the visual layout editor" might be the source of the problem.

Issue with editor highlighting in Eclipse

I have an issue after switching to running Ubuntu when developing instead of Windows.
When I ran Eclipse in Windows, I could find the software market thing and get good and easy-to-use color themes from there to install. Since I couldn't find anything of this on my Ubuntu version, I decided to edit it all manually.
Here is my issue: I was able to adjust the color of the 'mark occurrences'-function that highlights all the all the places where a code piece occurs, but my program does something else to the place where variables are first declared. I took a simple screen shot that displays the problem:
http://www.freeimagehosting.net/19e90
When I disable 'mark occurrences', the super-bright highlighting on variable declarations do not go away, so it's not part of the same setting. I also can't find where I change the color of this, because it's quite annoying not to be able to read what's written due to the coloring of that highlight.
Do you know how I can disable this extra-marking of declarations? Or at least change the color of it? I can't find anything when googling it, but maybe I'm just searching for the wrong things.
Thanks in advance and sorry for this very long post!
I would recommend installing a new version of Eclipse on Ubuntu.
I'm developing on Kubuntu and have no issues. Make sure you delete all previous settings before reinstalling. Default settings should have them enabled.

Empty Dialogs in Flex Builder

I have been experiencing a strange issue in Flex Builder 3 where certain dialogs such as the Add New Project wizard and the SVN Commit dialog are completely empty save for the title area.
I'm running Flex Builder v3.0 (build 3.02.2.214193) on the Windows 7 RC. I have tried completely uninstalling and reinstalling Flex Builder to no avail. I don't think it's Windows 7 causing the issues because it was working a couple of months ago with no problems. Even more strange is that I have not installed any additional plugins or made any configuration changes to Flex Builder between the time before these problems began and now.
Has anyone else encountered this problem, and if so, know of any solutions?
Here are a couple of screenshots to illustrate the behaviour.
alt text http://www.colincochrane.com/image.axd?picture=2009%2f9%2fdialog2.PNG
alt text http://www.colincochrane.com/image.axd?picture=2009%2f9%2femptydialog.png
You are probably running Logitech SetPoint. Try killing all setpoint processes. (you don't even have to restart flex). It worked for me :-S
According to this Adobe forums post, there are multiple causes:
SetPoint (as indicated by Scheea)
Wacom Tablet drivers
In addition, comments suggest the following:
UltraMon
These seem to suggest that the cause is any program which monitors keystrokes or mouse movement.
Workaround: In the new wizard dialog above, note the question mark on the bottom left (the help button). When you click on the help button a help panel is added to the dialog on the right separated from the main dialog by a splitter. When you drag the splitter the rest of the dialog appears. You may need to scroll to a position where you can see all of its contents, but it should become usable. Resizing the dialog alone was not sufficient for me.
In addition, I couldn't fully use the mouse to select elements so I had to type into the filter field in order for the correct projects to show up.
I had the issue with Window7 x64 Ultimate with FB3 Pro and shutting down Set Point seems to have fixed the issue.
For me it was Set Point and Display Fusion (allows you to set up multiple background images as wallpaper on multiple monitors). Took a lot of hair pulling to figure this out.