aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2009-07-29Use single quote instead of double quote in javadoc generation due to wonkyRoel Spilker
behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n"
2009-07-27Reflected issues #8 and #11 in the changelog.Reinier Zwitserloot
2009-07-26Version up to 0.8.2-HEAD as I just published.Reinier Zwitserloot
2009-07-26Quick and dirty documentation on how to release a new version.Reinier Zwitserloot
2009-07-26Added changelog tracking.Reinier Zwitserloot
2009-07-11More work on the website.Reinier Zwitserloot
2009-07-10I forgot; HandleSetter/HandleGetter already act appropriately with static ↵Reinier Zwitserloot
modifiers.
2009-07-10Worked a lot on the 'what's next' documentation.Reinier Zwitserloot
2009-07-06Fixed javadoc problems, and added a javadoc target to the build script.Reinier Zwitserloot
2009-07-01Support for @SneakyThrows in eclipse.Reinier Zwitserloot
2009-07-01Added ability to @Synchronized to explicitly name the lock object.Reinier Zwitserloot
Spruced up @Cleanup's position settings and also forced initialization, because the error appears in a screwed up place if you don't, and we can't seem to move it.
2009-06-30Saved the previous extensive commit message for posterity in TODO.txtReinier Zwitserloot
2009-06-28Stuck some links for the foss licence in the todo list.Reinier Zwitserloot
2009-06-26Added some bugs that we need to fix.Reinier Zwitserloot
2009-06-23DocReinier Zwitserloot
2009-06-19Added info on the addNetbeans branch.Reinier Zwitserloot
2009-06-19List of stuff we still need to do as well as research notes on how to get there.Reinier Zwitserloot
2009-06-16Implemented a lot of stuff for javac, but we ran into 2 major issues still ↵Reinier Zwitserloot
to be implemented: 1. The visit mode of a lombok handler (does not trigger off of annotations, instead sees every field, method, type, and statement), needs to be coded, 2. triggering off of annotations via APT's annotation handling system skips method-local classes. We'll need to recode this via an AST visitor like we need for issue #1 Other than that, triggering off of annotations works swimmingly!
2009-06-16See diffReinier Zwitserloot
2009-06-12Added a link to how JavaFX bindings work.Reinier Zwitserloot
2009-06-12There's nothing interesting in this file.Reinier Zwitserloot
2009-06-12We were tracking ideas for annotations on the window, but writing on those ↵Reinier Zwitserloot
gets old fast, so moved it to a text file.
2009-06-10Added more good ideas.Reinier Zwitserloot
2009-06-08Initial commit. As a proof of concept, it already works in javac and eclipse!Reinier Zwitserloot