I am running eclipse Juno (4.2.1) on OpenSuSE 11.4.
I assigned the shortcut ctrl+b to the action "build project" having the context "in windows".
When editing code in the C/C++ Editor, the shortcut doesn't have any effect, the project will not be built.
This worked perfectly in previous versions of eclipse.
Anyone having the same issue?
I encountered this in Juno as well. I've read that it is a bug that was introduced. It's apparently described here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=383497
...which seems to indicate that 4.2.2 will have a fix.
As a partial workaround, you can associate "make target" dialogue with the ctrl+b shortcut. That's what I did.
Related
Moving from Eclipse Oxygen (4.7), to Eclipse Photon (4.8) introduced a strange issue with wrong keyboard layout, only for the shortcut.
I mean, for instance:
in any editor, typing A key is producing a 'A' letter, which is OK
but using CTRL+A, to select all, is NOT working, because it is regarded as a CTRL+Q (i.e. keyboard layout regarded as Qwerty instead of Azerty here)
After analysis, I found various related bug report on Eclipse' Bugzilla:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=531378
https://bugs.eclipse.org/bugs/show_bug.cgi?id=533395
https://bugs.eclipse.org/bugs/show_bug.cgi?id=61190
But, I still don't have any working workaround to use Eclipse Photon with the good keyboard layout for shortcuts (despite having removed ALL keyboard layouts, but the one wanted, on my OS => which is GNU/Linux Fedora 26, with Gnome Shell).
Acting, the bug fix is NOT embedded in the 2018-09 release, I moved back to my previous Eclipse Oxygen release, where the bug does not exist.
Do you know any way to have this bug fixed with Eclipse Photon release?
This is a known issue of Eclipse Photon (4.8) (see this comment for a workaround). It has been fixed in the follow-up release Eclipse 2018-09 (4.9), on September 19, 2018.
Upgrade Eclipse to get the fix (e.g. by enabling major upgrades).
I've found this question: Eclipse - How to pin editor tabs? and I've installed "Extended VS Presentation plugin for Eclipse", but it's not working.
How it should look (from http://andrei.gmxhome.de/skins/index.html):
How it actually looks on my Eclipse 4.4 (on Ubuntu):
As you can see, "Current presentation" setting is missing.
When I've installed this plugin (via eclipse), it was in "Eclipse 3.6 - 3.8 plugins", so maybe it's incompatible with 4.4 Luna? However, it was possible to install it, so it should work, right?
Also, if you know any plugin that would allow pinning tabs in eclipse, feel free to post your answer and describe it.
Support eclipse versions for this plugins:
Eclipse Versions:
Juno (4.2, 3.8), Previous to Juno (<=4.1)
This plugin NOT works(See this) in eclipse 3.x on Linux.(But here author says it support Linux platform. Contact author for more details)
This plugin NOT works in eclipse 4.x on any platform.
Please note, that the skin, tab actions and lists are available for Eclipse 3.x only! Eclipse 4.x is not supported.
That first Appearance dialog is how it looks in Eclipse 3.x. The appearance code was completely rewritten for Eclipse 4.x.
The fact the plugin installs may just mean the install is not careful enough about specifying the versions of Eclipse it supports.
You should try and contact the plugin author to see if it supports Eclipse Luna.
In my point of view, everything is fine.
As you can see in the images below, (Check bottom (console) ).
The above page is updated on 06-25-2014
But the screenshot in that page is taken on 06-02-2008 , (Check bottom (console) ).
The screenshot given in that page is a screenshot of very very old version. The plugin is updated, but the screenshot in the page is not yet updated.
The new plugin will work as shown in the image in the question
Alternative
In Eclipse 4.4.0 there You'll find a pin symbol in the default toolbar of Eclipse on the right side. After clicking it, the Java Editor Tab symbol gets changed indicating this editor is pinned now. Unfortunatelly I could not find a corresponding entry in the popup menu. But it is easy to assign e.g. the keys Ctrl-P to "Pin Editor" in the key bindings of Eclipse. (Don't forget to unbind Ctr-P = Print).
In Eclipse Neon 4.6.0 Pin is not functioning.
I routinely download the latest 'Eclipse IDE for Java EE Developers' and add Aptana Studio to it. I recently did this with Juno 4.2.2 and Aptana Studio 3.4.0. Now, I find that in the html or css editors, the cmd-f key still brings up the find/replace bar once. But when I ESCape out of that find bar, the cmd-f command no longer works until I switch to another editor window and then return to the first one. Then, cmd-f works, but again only one more time. The 'Edit-->Find/Replace menu item works consistently', so I think it has something to do with key bindings.
I also tried downloading the standalone Aptana Studio 3.4.0 and it doesn't have this issue.
Never had this problem before. Any ideas?
Me too. Its super annoying since I use Aptana all day.
Workaround: You can work around it by disabling the Aptana Find Bar in Preferences and restart Eclipse (this means you have to use the default Eclipse search dialog). Just move it out of the way while you're searching. If you disable it and go back to the old Eclipse search, you also get the ability to use the keyboard shortcuts for the items under the "Commands" menu.
Here's an aptana ticket for this bug: https://jira.appcelerator.org/browse/APSTUD-7850
I recently switched from Eclipse Galileo to Eclipse Juno. On Juno I found out a very annoying inconvenience: Whenever I am debugging and I step from one editor into another (when pressing F5 steps into another file), the focus is lost and I have to click on the new editor in order to continue using F5 or F6. In Galileo, I would continue debugging by pressing F5 without having to re-focus the editor. Is that a bug, a change or a feature with options that I could switch off?
thanks.
it seems you're no alone with this problem in Juno. Take a look at this bug in eclipse maybe it will help you:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=372941
I updated to Eclipse Juno 4.2 and I discovered that some custom shortcuts I used in 3.7 do not work anymore.
For example, I set up Alt+E as "Delete Previous Word" when Editing Text. This does not work. I suspect there is some interference from the File menu (Alt + E originally brings up the Edit menu). Anyone know how to make this shortcut work?
Eclipse 4.2 bug filed: bugs.eclipse.org/bugs/show_bug.cgi?id=385302