Corrupted eclipse toolbars - eclipse

After installing MercurialEclipse to my standard android environment (Eclipse + ADT plugin) I noticed that my toolbars in idea are corrupted like on the attached screen (gaps).
Also I observe that splash screen during ide launching changed to default from Eclipse (not for Android Env).
Do you have any suggestions how can I fix these issues, especially this with tool bars?

Try to remove the following file (best way with a closed eclipse, starting after deletion):
workspace/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
This worked for me.

Start your eclipse with following flag:
-clearPersistedState

Related

Eclipse in Debug view does not refresh

Eclipse in debug view does not refresh correctly as you can see on the picture.
It only refreshes the debug view after I move the cursor up or down. Step over or Step Into commands do not fix the refresh problem.
I am running Eclipse IDE for Enterprise Java Developers on MacOS
Version: 2019-09 R (4.13.0) Build id: 20190917-1200
Also, when I set the cursor above a variable in the debug view it does not show its content in the rectangle that opens below. The rectangle remains empty. This used to work before.
Thanks so much in advance.
This looks like you have an outdated Eclipse that was released before Big Sur, and not yet Eclipse 2020-12 with fixes for Big Sure (maybe Eclipse bug 569147 or one of these Big Sure bugs which are already fixed).
Upgrade or reinstall Eclipse to get rid of these UI glitches.

Eclipse Mars 1.0 Build Path Missing From Properties Menu

I have just reinstalled my OS and made a clean install of Eclipse.
I want to import my previous projects made on a previous version of Eclipse and that is no problem. However when I try to run it then it says: "The selection cannot be run on any server".
I read around I need to go into Properties => Build Path and do something there.
Only problem is my Properties menu does not have a Build Path option. I have searched around Eclipse for a long time now to find Build Path but stil no luck.
Does anyone now where og why my Build Path is no where to be found?
By Chance i found the solution myself.
I originally installed the Eclipse Php Mars version of Eclipse which i still can't get to work. But install the Eclipse Jee Mars (Java EE IDE) version instead solves the problem.
First time you run the code though you might have to run it through the main menu in the top and not by the convenient Run icon botton.
I have no clue why this is but now i can continue my work.

Green margins in Eclipse (luna)?

I'm seeing these green margins on all of my .xhtml files - in addition, Eclipse seems to be running a little more slowly when the files are first opened.
In addition, Eclipse is updating classloader often and slowly while working in these files.
Any ideas as to what's going on?
How can I fix this?
I'm using Eclipse Java EE IDE for Web Developers.
Version: Luna Service Release 1 (4.4.1)
Just figured this out - figured I'd post in case anyone ran into the same issue. It turns out that Eclipse was opening these files in the Web Page Editor. Once I switched back to the HTML Editor, all issues were resolved.

Eclipse kepler full screen mode pulgin?

Is there a plugin to full-creen mode in the Eclipse kepler? I mean I would like to work without command menu, tabs etc. Just only code window increased to full-screen. Is it possible?
Is this what you are looking for?
http://code.google.com/p/eclipse-fullscreen/
There aee few option available for Eclipse full screen feature
http://code.google.com/p/eclipse-fullscreen (As #ConMan answered)
Download jar and put in plugin folder of eclipse
http://marketplace.eclipse.org/content/fullscreen-mode [Plugin on marketplace]
Install from Marketplace or in eclipse Help -> Install New Software
All are working fine on 3.4+ version of eclipse
For OSX Lion,
http://marketplace.eclipse.org/content/full-screen-enabler-eclipse-3637-osx-lion [Plugin on marketplace]
This plugin works for Eclipse 3.6/3.7(Not verified by me)

Eclipse failed to response under Fedora 12

i tried fedora12 yesterday, but i find eclipse doesn't work. at first i thought this problem is related to SELinux, but after i turn off selinux, i still can't
create a project, i press the "next" or "finish" button, there is no response. well the "cancel" button works. there is no error popup, or error logs.
i tried eclipse -debug -console; but there is no log output when i click the button. it is so weird, is this happened to anyone before?
environment: fedora12, JDK 1.6.0_17, eclipse Galileo.
computer: t400.
This is a bug due to a change introduced in GTK 2.18, see Bug 291257. The current workaround is to export GDK_NATIVE_WINDOWS=true before to run Eclipse. I actually use the following startup script:
#!/bin/sh
export MOZILLA_FIVE_HOME=/usr/lib/mozilla/
export ECLIPSE_HOME=/opt/IBM/eclipse
export GDK_NATIVE_WINDOWS=true
$ECLIPSE_HOME/eclipse $*
I can't install plugins from update sites, either.
In a blank eclipse install, adding a new update site (es: jboss tools) using the keyboard works; also, it's possible to select a release to install from the available software list.
The new plugin gets installed, but won't appear in perspectives (es: jboss devel) after restart.
After that, adding new update sites and trying to install their releases won't work, the available software list remains empty.
Using Fedora 12 Eclipse 3.5..
By the way, "Fedora Eclipse" rpm is screwed at the moment, it won't install a single file
SOLUTION:
Eclipse 3.6 fix those problems http://download.eclipse.org/eclipse/downloads/
Just add helios update site
There seems to be an incompatability with gtk/gdk shipped with F12. You can tell eclipse to use the native GDK and it should correct these problems:
GDK_NATIVE_WINDOWS=1 ./eclipse
You can also add -DGDK_NATIVE_WINDOWS=1 to your eclipse.ini file. That should help if you switch workspaces.
it's a bug, the keyboard works. try it.