I want to increase the working space on the screen, like at IDEA.
Inder Luna there is no any full screen plugin at Marketplace.
Related
When tried to create a new Dynamic Web project in Eclipse Mars, I could not edit/select some items in popped-up window as pictured in the attached file. On some dialog boxes it is even much worse.
As you can see, the display resolution is 1366*768. Any idea how can I fix it?
Thanks.
I'm pretty new to eclipse plugin development but it's working fine so far except the part that my plugin does only show in java or plugin development perspective.
this is related to the following locationURI:
locationURI="popup:org.eclipse.jdt.ui.PackageExplorer?after=additions"
an other perspective uses "Navigator" for example therefore my plugin does not show.
how am I able to make it visible in Navigator (don't know the locationURI for it) and Project Explorer too (popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu) ?
Use
locationURI="popup:org.eclipse.ui.popup.any?after=additions">
to contribute to any popup menu which has an 'additions' position.
I am using Eclipse Luna (4.4.0) and have recently updated the PyDev for Eclipse plugin to 3.7.
It seems since the update, my horizontal scroll bar has disappeared:
I also notice the vertical bar has changed into the "Overview Ruler Minimap" (which I like). But I really need a horizontal bar.
Does anyone know how I can get it back?
Found the solution under Preferences > PyDev > Editor > Overview Ruler Minimap.
There is an option "Show horizontal scrollbar?"
Is there any option to show full Screen View for Eclipse Indigo. There is no option to add this plugin in market place
Check this plugin: http://marketplace.eclipse.org/content/fullscreen-mode , it works on eclipse 3.4+ (Ganymede or later). After installing choose Window Menu ->full screen to go fullscreen.
When I work with eclipse, I like to have my Java editor maximized, and all other views minimized in the trim stack (the area around the edges of the window). This way, I can expand the view only when I need it, by clicking on the view icon.
In previous Eclipse versions, when I finished working with a view, I clicked on another view or the editor so that it lost focus, and that caused it to minimize again. In Juno, it doesn't work - when I click on the editor, the view stays open and is hiding my code. In order to close it, I have to either click the view icon, or click on another program and then return to Eclipse.
Do you have any idea if there is a setting I can change to get the old behavior back?
Thanks!
Edit: Seems like a bug in eclipse.
I am unable to reproduce this problem using Juno SR1. Bug 371598 was fixed and looks like the same problem.