Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-16 | Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ↵ | Reinier Zwitserloot | |
process fixed a lot of type annoyance by adding more generics. Also changed coding style from for/while/if/switch/catch/do ( expr ) {} to for (expr) {}, hence the changes _everywhere_. | |||
2009-10-11 | Integrated lombok.jar and lombok.eclipse.agent.jar into one jar that ↵ | Reinier Zwitserloot | |
installs, is a javac apt processor, and an agent, all at once. | |||
2009-08-05 | Added a note to restart eclipse, after some confusing as reported on the ↵ | Reinier Zwitserloot | |
googlegroups. | |||
2009-07-21 | Added an extra note in the 'installation successful' dialog to add ↵ | Reinier Zwitserloot | |
lombok.jar to your eclipse projects, lets people get confused and think it can work without doing that. | |||
2009-07-20 | Worked on the installer so that it's vertically a lot smaller, and at least ↵ | Reinier Zwitserloot | |
according to Roel, it looks better too. | |||
2009-07-17 | Made background of found Eclipses white | Roel Spilker | |
2009-07-16 | Added icon to frame, set background color of found eclipses to WHITE, use | Roel Spilker | |
platform path separator in installer "What do I do" text. | |||
2009-07-08 | Renamed all true names of 'eclipse' to 'Eclipse' (but not the eclipse ↵ | Reinier Zwitserloot | |
package, of course), and fixed a showstopper bug in the installer that would add -javaagent:lombok.jar to eclipse.ini, which is wrong of course; it needs to be lombok.eclipse.agent.jar. | |||
2009-07-06 | Fixed javadoc problems, and added a javadoc target to the build script. | Reinier Zwitserloot | |
2009-07-05 | Final touches on the installer: | Reinier Zwitserloot | |
- some bug fixes for linux - renamed InstallerWindow to Installer - Apple-specific prettification added (dock icon, app name) - more documentation. Also, I started added an open source licence to all files. |