
You can see crisp images on high-res displays in the editor rulers, forms, etc. On Mac, images and text are now drawn in high resolution during GC operations. Compare the old version at the top and the new version at the bottom: It is now crisp on high-resolution displays and also looks much better in the dark theme. The icon used for the view menu has been improved. Note: For performance reasons, the extra Quick Access entries are only visible if the bundle was already activated by some previous action in the workbench such as editing a launch configuration, or expanding the Run As… menus. Launch Run and Debug configurations from Quick Accessįrom the Quick Access proposals (accessible with Ctrl+3 shortcut), you can now directly launch any of the Run or Debug configurations available in your workspace. The command would look like eclipse /path/to/project on Linux and Windows, or open Eclipse.app -a /path/to/project on macOS. You can import a project into Eclipse by passing its path as a parameter to the launcher. Platform Views, dialogs, and toolbar Import project by passing it as a command-line argument The Maven support is based on Eclipse M2E 1.12. The Hibernate 5.3 runtime provider now incorporates Hibernate Core version 5.3.10.Final and Hibernate Tools version 5.3.10.Final. It incorporates Hibernate Core version 5.4.3.Final and Hibernate Tools version 5.4.3.Final The new Hibernate 5.4 runtime provider has been added. Just define your connection to your OCP 4 based cluster as you did for an OCP 3 cluster and use the tooling!Ī server adapter has been added to work with Wildfly 17. The new OpenShift Container Platform (OCP) 4 is now available (see this article) and is a major shift compared to OCP 3, but JBoss Tools is compatible with this major release in a transparent way. Red Hat OpenShift Red Hat OpenShift Container Platform 4 support Eclipse 2019-06 itself has a lot of new cool stuff, but I'll highlight just a few updates in both Eclipse 2019-06 and JBoss Tools plugins that I think are worth mentioning. Our main focus for this release was improvements for container-based development and bug fixing.
#SHORTCUTS FOR ECLIPSE JAVA RUN FOR MAC UPDATE#
Once I got this, it I just had to edit the keyboard shortcut for "content assist" to something that was still available (I chose ALT-SPACE).For JBoss Tools, you can also use our update site directly: "Content assist" offers you the usual suggestions you expect from a completion tool (function names, variables, methods, properties, modules. To bring even more confusion, there is also the "word completion" tool in the edit menu, but that's not what you normally want (it's just limited to completing a variable name without much context sensitivity). Unfortunately that did not work on my MacBook: CMD-SPACE triggers the spotlight search widget and CTRL-SPACE is tied to the Quicksilver launcher in my case.įirst: don't say "code completion", but "content assist" in Eclipse.


At work, on Linux, I use CTRL-SPACE all the time in Eclipse.
#SHORTCUTS FOR ECLIPSE JAVA RUN FOR MAC HOW TO#
Now Ctr+ Space should work in Eclipse as expected.įinally! I found how to get the keyboard shortcut for code completion working in Eclipse on Mac OS X. NOTE: obviously, you can just remap the Spotlight hot key to something else, in case you want to have a shortcut for it, e.g. Untick Show Spotlight Search field next to the shortcut combination ^Space as shown in the screenshot below.


Select Spotlight in the left pane (see screenshot below).You can continue pressing the binding to cycle through the different types of suggestions.įor OSX Mavericks/Yosemite and possibly later/earlier versions: If a window with a blank list is popping up, you may need to adjust which suggestions are shown by default in Preferences > Java > Editor > Content Assist > Advanced. If it's not working, you may have a binding from OS X or another application overriding it. You can check by going to Preferences > General > Keys and filtering for 'content assist'.
