Twitter github

Posts Tagged with “eclipse”

Useful GEF Links

While helping a person on IRC on some GEF-related questions, I came across a few blog posts that do a pretty good job on explaining GEF. So much so that I was impressed and therefore I am posting this here now for future reference:

Building a GEF-based Eclipse editor – part 0
Building a GEF-based Eclipse editor – part 1
Building a GEF-based Eclipse editor – part 2
Building a GEF-based Eclipse editor – part 3

Eclipse 3.3 Project Plan Updated

Just to keep people in the know in case they don’t subscribe to every mailing list, the Eclipse 3.3 project plan has been updated and posted.

Opening editors on files outside your workspace

The PDE team (as in mostly Brian Bauman) was recently messing around with our precious log viewer. Part of this quest involved dealing with opening files outside your workspace (within Eclipse). If one remembers, there’s an excellent FAQ entry (a bit of a hack) on this topic, however, it is a bit dated. Things have improved with the advent of EFS. To do something similar now, simply do this…


// super cool way to open files outside your workspace
EFS.getLocalFileSystem().getStore(yourPath);
IDE.openEditorOnFileStore(page, fileStore);

Jack Bauer and PDE

I just wanted to say thanks to everyone who voted in the Eclipse Community Awards, I appreciate the support. I haven’t been able to blog lately due to being in shock from the last episode of 24, but I feel I need to inform people of a subtle, yet important change (oops) in PDE. The vmargs of your current host platform will now be respected in your self-hosted (launch) platform. Technically this means that you get your vmargs pre-pended to your self-hosted configuration’s vmargs. This helps Mac people and also people who don’t like seeing out of memory errors 😉

Sweatin’ to the Oldies :)

I had this on my TODO list for awhile, but I’m finally catching up. During my “Annual Call for Faces“, one of the Eclipse Foundation staff members decided to be a comedian and post a picture of his face:

I took the back of his head as a sign that I could have a face of my choosing for his planet presence:

🙂

By the way, the Eclipse Community Awards are coming to a close and it would be great if everyone threw in their vote, there’s a lot of quality candidates this year!

Eclipse and Google’s Summer of Code

It looks like Google’s Summer of Code program is back. Eclipse participated last year with some great results and will do it again this year. There is currently a wiki entry for people to post possible ideas that students can work on for projects.

I encourage various Eclipse projects to post ideas that a) would be cool to work on for students and b) useful to the Eclipse project so it can possibly be incorporated (this has the added benefit of students possibly becoming active contributors or committers). The ECF and Mylar projects last year had some good results out of the Eclipse Summer of Code projects, so please consider coming up with good ideas and mentoring some awesome students. This is a good exercise in community building 😉

There is also an EclipseCon panel this year that will discuss some of the projects that happened last year, and what worked and what didn’t.

A Day of Plug-in Development

After joining the circle of Eclipse committers who have won competitions, I’d like to make sure everyone is aware that the PDE team is “so filled with the joy of EclipseCon coming up that we cannot contain it.” At EclipseCon, we have declared “PDE Monday” that starts with our wonderful tutorial, “Fundamentals of Eclipse and RCP Development.” We have a lot of new content this year for the tutorial so you should definitely make time if you’re new to Eclipse plug-in development. There will be four committers capable of answering your questions this year and giving you the attention you deserve by attending our tutorial 😉

After the tutorial, we are hosting a soiree (BOF) in the evening which will be followed by drinks 😉

Invasion of the Body Text Snatchers

One small change that wasn’t really announced recently in PDE was in relation to how the dreaded “body text” is handled. If you had an extension that had something like a description attribute, it would be impossible to find how to modify that attribute. Well, things have changed 🙂

An Honest Evaluation of 3.3M5

Found a candid review of a guy’s impressions on 3.3M5 (related to Ruby development). Thought I would share.

Sprint, OSGi, eRCP

Forgive me for not posting this bit of news with a direct article link, but I recalled this bit of information from my memory by reading an EclipseCon 2007 talk abstract. At the last Sprint Developer’s Conference, there was mention of Sprint moving to OSGi and possibly using eRCP in their next generation set of devices. In my opinion, this is huge news and just goes to show how OSGi (and Eclipse) is being adopted throughout industry.

If anyone has a direct link to an article, that would be great!