aboutsummaryrefslogtreecommitdiffstats
path: root/ajde
Commit message (Collapse)AuthorAgeFilesLines
* De-coupled AJDE APIs from javax.swing, and moved browser-specific ↵mkersten2003-07-253-4/+82
| | | | funtionality into the the ajbrowser module.)
* Ignoring AJDT-generated files.mkersten2003-07-251-0/+2
|
* Fix for bug#40771 mkersten2003-07-2516-516/+159
| | | | De-coupled AJDE APIs from javax.swing, and moved browser-specific funtionality into the the ajbrowser module.
* *** empty log message ***mkersten2003-07-231-0/+1
|
* Fix for AJDT bug 40380.mkersten2003-07-231-11/+15
|
* Added coverge to LST file tests. Improved name of file opening method.mkersten2003-07-226-16/+40
|
* Added coverge to LST file tests.mkersten2003-07-223-1/+8
|
* Addes support for JDT's Java options map.mkersten2003-07-223-1/+24
|
* Improved name of compilerAdatper private.mkersten2003-07-221-10/+10
|
* Added safeguard for missing 1.3 setLocationRelativeTo method.mkersten2003-07-091-2/+6
|
* Fixed bugs introduced in 1.1rc2, where cast of message was incorrect.mkersten2003-07-091-6/+6
|
* Disabling test reads from user preferences store. wisberg2003-05-142-2/+2
| | | | This was discussed on the list before rc2.
* Added persist member.acolyer2003-05-091-1/+5
|
* fixed testFileNodeFind that would always pass to be more strict jhugunin2003-05-081-1/+6
| | | | and then fixed the file it was operating on to be correct
* I believe this file can/should be deleted as unusedwisberg2003-05-071-0/+1
|
* comment, organizes imports (using 2, right?)wisberg2003-05-071-4/+4
|
* "organized imports" to eliminate compiler warningsacolyer2003-05-069-44/+18
|
* implement binary-incompatible API for detecting whether any warnings exist, ↵wisberg2003-05-051-0/+15
| | | | to enable/disable message display.
* use binary-incompatible API for detecting whether any warnings exist, to ↵wisberg2003-05-051-0/+1
| | | | enable/disable message display.
* binary-incompatible API for detecting whether any warnings exist, to ↵wisberg2003-05-051-1/+4
| | | | | | enable/disable message display. (should move to MessageHandler-based model)
* NPE guardwisberg2003-05-052-5/+13
|
* comment regarding canonicalizing path for inputwisberg2003-05-051-0/+1
|
* fix test - NPE Guard, canonicalize file inputwisberg2003-05-051-4/+5
|
* support both same- and other-vm runs using new using new LangUtil API's for ↵wisberg2003-05-051-31/+139
| | | | running processes
* minimal run-in-same-vm feature for ajbrowserwisberg2003-05-011-0/+30
|
* removing 1.4 APIwisberg2003-05-011-3/+4
|
* cleaner, but no semantic changeswisberg2003-04-301-14/+13
|
* removed printlnswisberg2003-04-301-6/+7
|
* not using unimplemented buildStructure() apiwisberg2003-04-301-1/+1
|
* no change, just nicer feedbackwisberg2003-04-302-2/+10
|
* mainly changed setup to avoid reading any existing user properties, which ↵wisberg2003-04-301-28/+30
| | | | was causing build configuration tests to fail now that all options are significant
* identify source of log message for conveniencewisberg2003-04-301-1/+1
|
* - IMessage-based compiler messages wisberg2003-04-301-6/+23
| | | | - better toString for logging message lists
* - IMessage-based compiler messages wisberg2003-04-301-9/+25
| | | | | include the stack trace as tooltip text if there is an associated exception
* - IMessage-based compiler messageswisberg2003-04-301-20/+5
|
* support shift-key to rebuild-all in incremental modewisberg2003-04-301-1/+6
|
* slight rewording of error dialog, and correct URL.wisberg2003-04-301-3/+3
|
* - making default filename static (access by tests) wisberg2003-04-301-12/+49
| | | | - closing streams to permit better test cleanup
* incremental flag supportwisberg2003-04-301-1/+10
|
* static utility for detecting shift key down - should movewisberg2003-04-301-0/+6
|
* binary-incompatible change to IMessage-based API (using ISourceLocation anyway)wisberg2003-04-301-0/+2
|
* using new IMessage-based API for sourceline taskswisberg2003-04-301-4/+8
|
* - incremental support wisberg2003-04-301-254/+37
| | | | | - buildStructure test API now builds everything - removed unused code from pre-IMessage days
* - supporting incremental wisberg2003-04-301-155/+256
| | | | | | | | | | | | | | | | - handling new fast-fail config errors - better error display, no messages lost Implemented new options merging: - can specify any local config file options - project properties and build options now can contain any options and override local values only if not set - have method to fixup the options for IDE's to enforce their invariants, but this needs to delegate to a new adapted API.
* - added incremental checkbox wisberg2003-04-301-17/+16
| | | | - broadened size and meaning of "non-standard compiler options" to "other compiler options"
* added flag for incremental modewisberg2003-04-301-1/+8
|
* binary-incompatible API change to add methods for building fresh when in ↵wisberg2003-04-301-0/+12
| | | | incremental mode
* test failing - node is java file, should be method execution main, so no parentwisberg2003-04-281-0/+1
|
* Checking in Mik's changes sent by email today for model and incremental ↵wisberg2003-04-282-7/+22
| | | | | | | support in AJDE. ajde has the same test failing as it did before this checkin, perhaps caused by a regression per bug 37020
* Corrected license. To check licenses, run build unit tests (CheckLics in ↵wisberg2003-04-031-6/+12
| | | | particular)