How can I remove Eclipse Mars Jboss Tools Toolbar item - eclipse

I have installed Eclipse Mars and have also installed the Jboss Tools from the eclipse marketplace.
My issue is that after installing the JBoss tools, I seem to have a set of controls for the server in my menu bar, that have been created in the Early Learning Centre style. I've tried the Window > Perspective > Customize Perspective menu option, but still I am left with this awful menu. Does anyone know how to stop it from showing on my toolbar?

Ok, After some more specific searching, I found the answer at this link:
https://developer.jboss.org/thread/263510?start=0&tstart=0
specifically
"To disable the new Launch Bar, select Window > Preferences >
Run/Debug > Launching > Launch Bar > uncheck [ ] Enable the Launch
Bar."
and it works a charm!

Related

Eclemma on Eclipse Neon (I can't find icon on toolbar)

I installed Eclemma on Eclipse Neon and the guide says I should be able to find an icon on the toolbar like above. However, I cannot find it and I searched online about this problem and saw some people having trouble with it. But I haven't found a solution to it..
I uninstalled and re-installed Eclemma but I still can't find the icon.
I’ve just had the same problem and a web search led me to this page. If you are using Windows 7 and Eclipse Neon, I found I could get the coverage button to appear (and work) if I:
Run Eclipse as administrator (right click and look for the menu item)
Install Eclemma as normal.
If prompted to restart Eclipse, click on “no”.
Manually close Eclipse
Run Eclipse again as administrator.
From eclipse open Window > Perspective > Customize Perspective
Go to "Action Set Availability" tab
In the "Available action sets" pane check "Java Code Coverage" checkbox
Click Ok
Use the keys CTRL + SHFT + F11! It worked on my windows 10.

Can't remove new elements in Eclipse toolbar

]1
I installed the Eclipse CDT the other day and when i restarted Eclipse my toolbar was updated to show several new (but useless) buttons on the top left hand corner of the toolbar. I've looked in my toolbar customization to try to remove the buttons (bigger build button, launch button, stop button, and the dropdown menus) but I can't seem to find it in there. Is it a plug-in and if so, how do I remove it?
What is it
That is the new Launch Bar. It is a new feature for CDT that will hopefully be adopted in the future by the platform. The version you have installed is an earlier preview build. Eclipse Neon will have a newer version.
How to turn it off
Go to Windows -> Preferences -> Run/Debug -> Launching -> Launch Bar and uncheck Enable the Launch Bar
Here is a screen shot:
Try it out
Now that you know how to enable/disable it, I can recommend you try it out. It is being improved and polished, and many people who have tried it out for a while have found that it improves their workflow.
If you think those buttons are contributed by eclipse CDT plugins. You can go and remove them by following approach.
Follow these instructions/menu options:
Eclipse -> About Eclipse -> Installation Details -> Installed Software tab -> you might find something with Eclipse CDT -> select that -> Click on Uninstall button from below
After uninstallation, restart the eclipse

Remove part of toolbar eclipse [duplicate]

I have installed Eclipse Mars and have also installed the Jboss Tools from the eclipse marketplace.
My issue is that after installing the JBoss tools, I seem to have a set of controls for the server in my menu bar, that have been created in the Early Learning Centre style. I've tried the Window > Perspective > Customize Perspective menu option, but still I am left with this awful menu. Does anyone know how to stop it from showing on my toolbar?
Ok, After some more specific searching, I found the answer at this link:
https://developer.jboss.org/thread/263510?start=0&tstart=0
specifically
"To disable the new Launch Bar, select Window > Preferences >
Run/Debug > Launching > Launch Bar > uncheck [ ] Enable the Launch
Bar."
and it works a charm!

Where to find the snippets in Eclipse Juno / Kepler Classic?

In previous versions of Eclipse (like Helios), the snippets where in
Window > Show View > General > Snippets.
Now it seems that I can't find them anywhere.
They are still under
Window > Show View > General > Snippets.
but if you can't see them, you need to install the "Eclipse Java Web Developer Tools".
Check the screen below:

Eclipse console turned into black background after installing aptana plugin

I have installed in my eclipse (3.7.1) that i use for Java(JDT) development, aptana plugin because i'm working on some web project sometimes, now my console view have black background also when i'm in Java perspective ...
Why ?
How can i restore the default withe background of the console when i'm in Java perspective ? How can i do ?
As you can see from the screenshot above the name of the console now is : "Aptana Scripting Console" , Why ?
The strange thing is that when i run the application in debug mode the console turn automatically with the default white background, and when i remove the debug instance the console turn black background again ...
Can i change the background color of a view for a specific perspective ?
Update
Switching to Eclipse theme from Preferences > Aptana Studio > Themes i had my Console view white again, but remain the fact that the console is named "Aptana Scripting Console",
seems that aptana override the default eclipse console .
If i try to open the standard JDT Console, i can't because i don't have it in the list, the console appear only when i start debug my application :
Maybe could be a bug of the plugin, or an incompatibility of eclipse with the plugin ...
You could change the theme from Preferences > Aptana Studio > Themes. The default is Aptana Studio, which has the black background, and you could switch to Eclipse.
You could also disable Enable Invasive Themes from the same preferences page to just turn off Aptana theming on Eclipse views.
On the right side there shall be a monitor-like icon with a down-arrow. Check if you have the standard console in that drop-down list.
I don't know about Aptana, but CDT had a similar issue a while back caused by a race condition when accessing the preference store. Maybe Aptana has fallen in the same trap?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=270326
https://bugs.eclipse.org/bugs/show_bug.cgi?id=214215
The workaround for CDT was to manually reset the console background color, but since I don't have Aptana, I can't help you any further.