Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-04wharley - Refactor GeneratedFileManager into three separate classes: Generate...Walter Harley1-2/+2
2005-12-15wharley - bugzilla 120417, NPE when disabling project specific settings in Fa...Walter Harley1-6/+7
2005-12-15wharley - configure classpath and gen src folder only from API and UI, not vi...Walter Harley2-1/+14
2005-12-10wharley - Bugzilla 114272: context help should explain the rules for the gene...Walter Harley1-5/+4
2005-12-09Generated source folder configurationtyeung1-0/+3
2005-12-07wharley - Remove the ability to enable APT at the workspace level. It create...Walter Harley3-16/+41
2005-11-16wharley - changes to "enable project specific setting" were not being correct...Walter Harley4-44/+28
2005-11-15wharley - support for spaces embedded in processor options.Walter Harley5-141/+937
2005-11-05wharley - Bugzilla 113721 - disable 'advanced' button in Factory Path dlg whe...Walter Harley1-0/+10
2005-10-27wharley - bugzilla 113923 - checkboxes in Factory Path dialog not working.Walter Harley1-1/+1
2005-10-25jgarms: perform file refresh for text file generation as a separate job outsi...Jesse Garms1-1/+1
2005-10-21jgarms: fix NPE when editing factory path in config UI.Jesse Garms1-4/+5
2005-10-19jgarms: update jdt.apt to version 3.1.1.Jesse Garms2-2/+2
2005-10-19wharley - bugzilla 107940 - add context help info on using classpath variable...Walter Harley2-1/+9
2005-10-13wharley - improve context help for APT config UIWalter Harley5-8/+118
2005-10-13jgarms: include apt source code in plugin. Change courtesy of ghoren@bea.com.Jesse Garms1-3/+3
2005-10-13wharley - Radar 245696 (hang in CoreServerTask). Removed prefs cache in AptC...Walter Harley15-34/+234
2005-09-30wharley - bug 106111 - fix IllegalStateException and "jdt.apt.core has been r...Walter Harley2-1/+24
2005-09-23wharley - Implement "run in batch mode" flag for annotation processors, inclu...Walter Harley5-109/+384
2005-08-24jgarms: update plugin versions to 3.1.0.apt02 for update site release.Jesse Garms1-1/+1
2005-08-11wharley - validate all automatically added processor options, and fix a probl...Walter Harley3-23/+28
2005-08-04jgarms: update plugin names and providers in preparation for making update si...Jesse Garms1-1/+2
2005-08-03jgarms: add about.html to our plugins so that the update site will include them.Jesse Garms1-0/+28
2005-08-03wharley - bugzilla 105745 - "missing preference" errors on default startup, a...Walter Harley3-28/+69
2005-08-03jgarms: add plugin.xml and documentation to jdt.apt.ui plugin build.Jesse Garms1-1/+4
2005-08-02wharley - bugzilla 105683 - NPE when selecting "Add Jar" in wkspace prefsWalter Harley1-1/+7
2005-08-02jgarms: Documentation for two items: source control with APT and creating a q...Jesse Garms7-4/+111
2005-07-30wharley - use table for processor -A options in config GUIWalter Harley5-29/+405
2005-07-28jgarms: forgot to add copyright notice in previous checkin.Jesse Garms2-0/+22
2005-07-28jgarms:Jesse Garms8-1/+352
2005-07-27wharley - "Edit..." button in factorypath dialog.Walter Harley3-63/+163
2005-07-26wharley - cleaning up some TODOs. Especially: remove already-selected jars f...Walter Harley1-13/+44
2005-07-25Update plugin versions to 3.1.0.apt01 for upcoming alpha release.Jesse Garms1-1/+1
2005-07-22wharley - bugzilla 104552 - factory path operations should only throw CoreExc...Walter Harley10-8/+242
2005-07-21wharley - bugzilla 103737 - warn if processor options contain -Aclasspath or ...Walter Harley5-17/+74
2005-07-18Turn on compiler warnings for unnecessary casts and unused locals. Also clean...Jesse Garms2-11/+10
2005-07-15Turn on warnings for use of non-localized strings.Jesse Garms1-2/+2
2005-07-15Change string externalization to use OSGI method.Jesse Garms8-52/+82
2005-07-14wharley - fix merge damageWalter Harley2-17/+10
2005-07-14wharley - Add support for factories in jars within workspace and jars referre...Walter Harley4-79/+128
2005-07-14Localize strings in jdt.apt.ui.Jesse Garms9-23/+78
2005-07-13Add more documentation about configuring and running APT inside Eclipse.Jesse Garms5-0/+50
2005-07-13Move help docs into UI plugin, removing dependency from core -> help.Jesse Garms3-0/+58
2005-07-08wharley - fix NPE when cancelling "add external jar" dialogWalter Harley1-0/+3
2005-07-08wharley - change annotationProcessorFactory extension schema, add support for...Walter Harley4-72/+163
2005-06-29- fixes to get the sdk.zip file to workmkaufman1-2/+2
2005-06-24wharley: Implement Add External Jar... button.Walter Harley4-13/+92
2005-06-24wharley - Factorypath UI, and bug fixes to config infrastructure. Also, make...Walter Harley8-3/+370
2005-06-23- updated o.e.jdt.apt.core exportplugin.xml to include .options filemkaufman1-0/+62
2005-06-20Support for -A options, in AptConfig API and in UI.Walter Harley1-1/+14

Back to the top