Wayne Beaton's blog

    Conference Evaluations

    Tuesday, March 7, 2006 - 15:16 by Wayne Beaton
    I just got a stack of evaluations from a conference I spoke at last year. I delivered three separate talks at this conference, so the stack is pretty tall. Most of the evaluations are good, containing comments like “All presenters should be this good”, “Superb as usual”, and “Very good...

    More code templates in Eclipse

    Tuesday, February 28, 2006 - 08:57 by Wayne Beaton
    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...

    LinuxWorld Boston 2006

    Monday, February 27, 2006 - 09:50 by Wayne Beaton
    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...

    Image View plugin

    Thursday, February 23, 2006 - 14:20 by Wayne Beaton
    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...

    The Eclipse Tabbed Properties View

    Monday, February 20, 2006 - 15:02 by Wayne Beaton
    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...