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

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.

Related

VS Code multiple views of same file WITHOUT splitting [duplicate]

This question already has an answer here:
VSCode Open new view into file
(1 answer)
Closed 2 years ago.
Is there a way in Visual Studio Code to have multiple instances of the same file open, but without splitting the view?
(Sublime editor achieves this with "File > New View Into File")
Just press the icon next to the ... Icon (It looks like a split window), or press Ctrl + \*. I hope this answered your question! :D
Edit: Sorry, I didn't read the whole thing since I came to this post from the best text editor article, lol. I don't think there is a way of doing that. Though I think you can make it yourself if you want to.

Eclipse text render issue

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.

Cannot edit imported project netbeans

i've recently imported a project shared with my friend for school in netbeans and we have a problem.
Everytime i try to edit or delete a comment or a code line it will show a red mark and leave a trace of my editing showing me the previous state of the c ode. I would like to edit and delete lines without this feature.
Hope i made myself clear and thanks in advance!
From your first screenshot it looks like your friend using Version Control System like Git, SVN, or other. If it's the case Yes it will show a red mark and leave a trace of your editing in Netbeans (in other IDEs for instance JetBrains Android Studio it's blue).
In your second screenshot the errors you're getting because of Auto Generated code for your GUI created using Form Editor. And your IDE already displaying waring like this
WARNING: Do NOT modify this code. The content of this method is always
regenerated by the Form Editor.
That means when you select Design tab and start editing (like dragging and dropping view elements) the Form Editor re-generates the code in back-end. Like below

Scroll outside or below content in Eclipse [duplicate]

This question already has an answer here:
How can I get Eclipse to scroll past the bottom of the document?
(1 answer)
Closed 5 years ago.
I would like to be able to scroll further down in Eclipse, below the last line of content in the file.
A lot of editors/IDEs support this, IntelliJ and TextPad, for instance. Vim if enabled.
It's a bit annoying having to put 20 empty lines in the bottom of every file in order for the code I'm writing to appear in the middle of the screen.
Any suggestions?
I've only found a few hits on Google, that are old. And I'm not sure what this is named, so if you have a word for it please tell, as it will help me in my search.
As it seems it's not possible at the moment, I would like suggestions on how to best overcome this issue.
Thanks.
This is a known limitation, and there is a bug opened for this - https://bugs.eclipse.org/bugs/show_bug.cgi?id=362540. You can add your thoughts to the bug.

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.