boakes.org

Posts Tagged “Eclipse”

Paranoia and Backups

Posted on July 3rd, 2006 by Rich

This was a hard-work weekend. On Thursday, it seemed like I had lots of code starting to work. It appeared that the imaginary brackets that surround each work package and sub package were closing themselves off, so that the virtual equation that describes my work might seem a little smaller and more tractable. That’s when [...]

RegEx Plugin for Eclipse

Posted on April 28th, 2005 by Rich

I’m rather enamoured with this little plugin. It’s a regular expression evaluator, great for writing and checking regular expressions and knowing that they’re going to work in the way you think they will.

keep resident for eclipse

Posted on December 2nd, 2004 by Rich

This could be useful; it’s a tool which stops Windows from swapping Eclipse out of memory.

Eclipse Java Bytecode Viewer

Posted on October 7th, 2004 by Rich

The geek in me loves this. It is a java bytecode viewer plugin for eclipse.

the eclipse png alpha transparency problem and the road to SVG icons

Posted on September 20th, 2004 by Rich

Good PNG support is an important thing to nail since it has a significant effect on the sheen of the application. The alpha transparency mechanism currently supported by Eclipse already works under certain circumstances, but not all, and until it does, developers are stuck with the clunky transparency offered by GIF.

Eclipse 3.0.1

Posted on September 20th, 2004 by Rich

Eclipse 3.0.1 has been released and includes 286 bug fixes. This is generally good news for the stability of the platform. Looking at the list of fixed bugs, 76 were of major, critical or blocker status, and only 5 were enhancements. This reflects the intended purpose ironing out any v3 teething troubles.

properties linked

Posted on June 25th, 2003 by Rich

Some good news. I now have an RDFX View linked to the properties view so that both Resources and Literals are showing up. Still to do however: 1. Stop showing the triple, just show the RDF object value 2. Display resources and Literals in different twisties within the Properties View (and add user preference) 3. [...]

being in the dark

Posted on June 25th, 2003 by Rich

there is a problem with much eclipse development – when something doesn’t work, you’re left very much in the dark. the purposeful lack of documentation thus far – perhaps to enable the platform to remain agile leaves one relying on examples, which is fine – it suits my learning style – but sometimes, when things [...]

gamma and beck’s book

Posted on June 25th, 2003 by Rich

This book very very good. Read it before you start writing anything in Eclipse. If the last five months of hacking have taught me 30% of what I need to know to really understand the internals of Eclipse as it stands today, then this book just confirmed that 30% and had added another 20% by [...]