summaryrefslogtreecommitdiffstats
path: root/ajbrowser
Commit message (Collapse)AuthorAgeFilesLines
* Removed dead code.mkersten2005-08-233-53/+14
|
* ignore bintest directoriesacolyer2005-05-311-0/+1
|
* interactive guard to preserve automated runnability of *Test.javawisberg2005-05-211-1/+10
|
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-53/+3
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-111-0/+6
| | | | validated by those who use build.xml.
* From branch: New build scripts that Alex uses under IntelliJ - can be run ↵aclement2005-04-191-0/+50
| | | | individually or via master in build module.
* Just explaining why empty test is here!aclement2005-04-191-1/+4
|
* FindBugs: fixes.aclement2004-08-231-2/+3
|
* fix for Bugzilla Bug 40206acolyer2004-07-291-1/+2
| | | | need common isAspectJSourceFile() method
* Fix for 54238: Restore build cancelling to Swing-based IDEsmkersten2004-04-271-3/+7
|
* 1.2 rc1 build/pkg : Make ajbrowser depend on ajdocaclement2004-04-052-0/+2
|
* Minor cleanup of ajbrowser.mkersten2004-02-181-14/+14
|
* tidying up compiler warnings (unused locals, imports)acolyer2004-01-233-8/+5
|
* Andy Clement's patch for enh 46347: "-inpath"acolyer2003-11-111-0/+4
|
* returning TestSuite rather than Test to permit all tests to run from Eclipsewisberg2003-10-311-1/+1
|
* *** empty log message ***mkersten2003-08-151-0/+1
|
* Updated org.aspectj.asm relationship model to string-handle-based API in ↵mkersten2003-08-141-2/+3
| | | | order to support adding and removing relationships at any point in the compilation cycle, and to support external tools building relationships (e.g. JDT's incremental containment hierarchy builder). Also made inter-type declaration relationships show up in the model.
* Added support for multiple relationships for a single program element. ↵mkersten2003-08-131-1/+1
| | | | Renamed model container class.
* Minor improvements to structure model generation, clean up of test suite ↵mkersten2003-08-121-1/+1
| | | | output, and port of AJDT to new ASM APIs.
* First pass at new relationship API support.mkersten2003-08-081-1/+1
|
* Reimplemented ASM API as described in bug "41254: revise asm and create ↵mkersten2003-08-082-4/+4
| | | | interfaces". Containment hierarchy is done and tests added. Relationships are not done yet. All clients except AJDT ported. More UI porting in Swing clients required.
* Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation ↵mkersten2003-08-071-1/+1
| | | | in order to match method naming conventions.
* Fixed mkersten2003-08-071-5/+10
| | | | | | - 40257: parsing of "../" paths in LST files is broken Added interactive test for checking compiler task list messages (via browser).
* Fixed bugs: mkersten2003-08-062-59/+37
| | | | | | | 40943: Binary weaving should copy non-Java resources from "-inja... 36071: 1.1 rc1 should copy resources similar to java compiler 40826: ajbrowser does not report errors properly 40774: task list icons don't show in ajbrowser
* De-coupled AJDE APIs from javax.swing, and moved browser-specific ↵mkersten2003-07-252-64/+3
| | | | funtionality into the the ajbrowser module.)
* Fix for bug#40771 mkersten2003-07-256-41/+450
| | | | De-coupled AJDE APIs from javax.swing, and moved browser-specific funtionality into the the ajbrowser module.
* Re-added taskdefs dependancy for build system.mkersten2003-07-172-0/+2
|
* Removed project dependancy on taskdefs project.mkersten2003-07-152-3/+1
|
* flagging with comments that 1.1 options are unimplementedwisberg2003-05-211-3/+3
|
* No functionality change. wisberg2003-05-141-1/+1
| | | | | This just makes explicit that the browser reads user preferences rather than relying on the default value supplied by the default constructor.
* "organized imports" to eliminate compiler warningsacolyer2003-05-062-22/+2
|
* keyboard mnemonics and acceleratorswisberg2003-05-051-23/+43
|
* stateful config file chooser now starts with launch dir and wisberg2003-05-051-6/+13
| | | | returns to directory of last-opened file, per convention.
* implement binary-incompatible API for detecting whether any warnings exist, ↵wisberg2003-05-051-0/+11
| | | | to enable/disable message display.
* out of the run loop - now direct from TopFrame to Ajdewisberg2003-05-051-4/+0
|
* - added run-in-other-vm button/menu, wisberg2003-05-051-11/+55
| | | | | unscattered run and build invocations - nb: key binding broken, might need run-other icon
* minimal run-in-same-vm feature for ajbrowserwisberg2003-05-011-37/+32
|
* - using IMessage-based API's for displaying messages wisberg2003-04-301-4/+29
| | | | | | | - if a source line message contains a throwable and the user double-clicks, this displays the error dialog that permits them to copy the trace. That should mean that multiple exceptions can be in the task list.
* support shift-key to rebuild-all in incremental modewisberg2003-04-301-3/+16
|
* Ignore bin directoryacolyer2003-02-261-0/+1
|
* Committed patches specified in: mkersten2003-01-251-0/+18
| | | | http://bugs.eclipse.org/bugs/show_bug.cgi?id=29769
* initial versionwisberg2002-12-161-0/+11
|
* initial versionwisberg2002-12-162-0/+35
|
* initial versionwisberg2002-12-1613-0/+1508