Skip to content

Category Archives: Eclipse

About using and working on Eclipse Plugins, and the Eclipse community

UTest at DemoCamp 16

Today I presented a similar presentation to what Mike, Pardis and I presented 2 weeks ago at Eclipse DemoCamp.
I managed to squeeze our 15 minute presentation to under 5 minutes (I don’t know exactly how long I took, anyone keeping the time?), which was a bit of a challenge. I’ve got to admit that I [...]

UTest at Eclipse DemoCamp Toronto

On Thursday Pardis, Mike, and I went to Eclipse DemoCamp Toronto to present UTest. There were 4 demoes in total including us, and I think that it went really well. Of course the weather had to get bad that particular day. So it took us almost 2 hours to get there, through snow, rain, hail, [...]

Ontario Linux Fest

Yesterday I was at the first ever Ontario Linux Fest, manning the Eclipse booth together with Remy. Also hung out with a whole bunch of people from Red Hat’s Toronto office: Sami, Lillian, Ben, Andrew, Behdad, Tom and Matt. I think the conference was great. It was pretty small and intimate and didn’t feel like [...]

Ontario Linux Fest tomorrow

Tomorrow I’m going to be manning the Eclipse booth at the Ontario Linux Fest, together with Remy. That should be a good break from doing school work all the time.
There’s going to be a pretty huge turnout of Red Hat folks from Toronto , so it’s going to be fun seeing everyone again.
I’m [...]

Don’t $@!% with IDocument.DEFAULT_CONTENT_TYPE

I’ve been doing some general bug fixing of the Specfile Editor today and noticed that we had some problems with partitioning the document. We had defined 4 types of partitions for spec files:

Files (for a single %files section)
Scriptlets (i.e. %post, %prep, etc.)
Changelog
Default (for everything that is not one of the above)

What I noticed is that [...]

Trying out the Specfile Editor

I’ve been asked several times how people can try out the specfile editor that Andrew and I have been working on for the past month or so. We’re not including it in the update site where our other plugins reside just yet because I don’t think it’s stable/usable enough for that, and it’s not in [...]

Specfil-editor: changelog entries

I’ve spent a few hours today hacking on the specfile editor after not touching it for the past week or so. Andrew’s made some great progress towards making it useful to real users, *shudder*. So I spent the afternoon implementing a simplistic ‘Create ChangeLog entry’ action. We’ll probably make this an extension to the [...]

Introducing an Eclipse spec-file editor

A couple of weeks ago the guys in the Eclipse group in the office got together to try and hack together an initial version of a spec-file editor for Eclipse, and learn how to write editors for Eclipse in the process.
We spent a couple of hours on it and got it kinda working. It wasn’t [...]

New ChangeLog features

Kyu Lee, one of the new Interns we have in the Toronto Red Hat office, has been working on the ChangeLog plugin, trying to implement some new features.
He’s made great progress, and yesterday we pushed an update of eclipse-changelog 1.1.0 into both devel and the FC5 updates-testing repository. This version has a ChangeLog editor, which [...]

PyDev Status (1.1.0)

In the past few weeks I spent some time preparing patches that backport PyDev (the Eclipse Python plugin) from Java 1.5 to 1.4 so that it can be shipped in Fedora, since for some time now PyDev has been developed on Java 1.5. Last week I updated my patches to PyDev 1.1.0, which is the [...]