Java

Toggle Line Numbers in Eclipse

Monday, March 30, 2015 - 17:46 by Wayne Beaton
I’ll admit that I’m dumbfounded by how much people care about whether line numbers are on or off by default in Eclipse. Put the cursor into the gutter area to the left of the editor and right-click to bring up the context menu, select “Toggle Line Numbers” to change the...

Great Fixes for Mars Winners Part I

Sunday, March 15, 2015 - 21:33 by Wayne Beaton
A Great Fix is a contribution provides a significant improvement in the Java development experience using Eclipse. Special consideration will be given to performance or stability improvements, and patches that improve the user experience. To qualify, a fix needs to be merged into the project repository by a committer. For...

Nested/Hierarchical view of projects

Wednesday, March 11, 2015 - 16:31 by Wayne Beaton
From the Eclipse 4.5M5 New and Noteworthy documentation: The Project Explorer now provides the ability to view the projects in a hierarchical (a.k.a. nested) form. For modular projects, this allows to have your Project Explorer mapping more closely the organization of your modules as they are on the file system...

A Vision of the Future of the Software Developer’s Platform

Friday, February 20, 2015 - 11:17 by Wayne Beaton
How will the developer’s platform change over the next three years? Will you still be using desktop-based development tools? Cloud-based software development options are getting more powerful, but will they completely replace the desktop? For a certain set of developers, cloud-based software development tools will be a natural fit and...

Great Fixes for Mars

Tuesday, February 10, 2015 - 10:15 by Wayne Beaton
We’re launching the “ Great Fixes for Mars” programme. As is suggested by the name, we’re looking for great fixes in the form of contributions to Eclipse open source projects. There will be prizes. A “Great Fix” is a contribution from a non-committer that provides a significant improvement in the...

Building and Running Java 8 Support

Tuesday, February 4, 2014 - 16:46 by Wayne Beaton
The Eclipse support for Java 8 is not yet available for download. If you want to play with it, you’ve got to build it. Eclipsepedia’s JDT Core/Java8 page includes instructions for setting up your development environment with the source for the evolving Java 8 support in the Eclipse Java development...

Java 8 Support in Eclipse

Friday, January 31, 2014 - 10:46 by Wayne Beaton
I’ve been following the Java™ 8 work by the Eclipse Java development tools (JDT) team for a while now. Naturally, they’re tracking all of the work through our Bugzilla instance. All Java 8 bugs are prefixed with “[1.8]”, which makes them pretty easy to find. My Mylyn query shows me...