Archive for February, 2006
More code templates in Eclipse
How about this…
Start typing the name of a method (where a method should go). Don’t worry about the return type or anything else, just the name. Hit ctrl-space. Eclipse will offer to build a new private method with that name. Type “main” and hit ctrl-space and it will build you a new main method stub [...]
[ Back to top ]
Code Template Expansion in Eclipse
Eclipse is great for lazy folks like me. By typing just a few keystrokes and hitting “ctrl-space”, Eclipse will generate a lot of code for you. For example, if you open a Java editor, move your cursor to a blank line and type “sysout”, it will expand what you’ve typed into System.out.println() and conveniently put [...]
[ Back to top ]
Finally… a home for presentations, code, and other stuff…
I’ve made a new page on eclipse.org for evangelism-related stuff. Included there are presentations from events (including the Eclipse in Motion seminar), source code (so far, I’ve only posted the code for a that eBay RCP application I keep droning on about).
I’m going to try and add some spice to the page. First, I’ve included [...]
[ Back to top ]
LinuxWorld Boston 2006
I sent in my talk for LinuxWorld Boston 2006 on Friday. Friday was the deadline and I do try to take deadlines seriously. As you can see from the fancy graphic on the left, the conference is in the beginning of April; I hate having to submit a talk so far in advance since I [...]
[ Back to top ]
Image View plugin
I do all of my editing of the pages on eclipse.org (including editing articles for Eclipse Corner) using Eclipse Web Tools. I personally don’t mind looking at HTML, and the HTML editor provided with Web Tools is top-notch (a lot of the content on eclipse.org is represented in XML, which Web Tools handles quite well [...]
[ Back to top ]
The Eclipse Tabbed Properties View
Last night, I posted Anthony Hunter’s new “The Eclipse Tabbed Properties View” article on Eclipse Corner. In this article, Anthony describes the API for building (oddly enough) tabbed properties views. The article gives several examples of uses of tabbed properties, including the following (from the Eclipse GMF 1.0M4):
A tabbed properties view is pretty attractive when [...]
[ Back to top ]
How could I have forgotten about Stuttgart?
I blogged yesterday about BostonEDGE. But EDGE is not the first Eclipse group that I’ve heard of; there are others, including an Eclipse SIG that’s part of the Stuttgart Java User Group. They have regular meetings and invite great speakers including the foundation’s own Bjorn Freeman-Benson and other luminaries from the Eclipse community like Frank [...]
[ Back to top ]
EUG?
It just occurred to me that one of the biggest inhibitors for folks getting together to talk about Eclipse has got to be the acronym. Who wants to go to an EUG (Eclipse Users Group)? It sounds a little like one of the grunts Tim Allen does in his stand up routine. Come to think [...]
[ Back to top ]
Eclipse in Motion: San Diego and Dallas Debrief
We wrapped up the first leg of our Eclipse in Motion roadshow last week with stops in San Diego (Tuesday) and Dallas (Thursday). I had a great time and I’m pretty sure everybody who attended did. One thing that I’ve noticed about Eclipse events that are different from most other events in my history: folks [...]
[ Back to top ]
Eclipse RCP Tutorials Updated
Ed has updated his Eclipse RCP tutorial series to reflect changes in Eclipse 3.1.2. If you’re getting started with RCP, start here.
[ Back to top ]

