Version 1.4.3. Requires JDK 1.4, jEdit 4.3pre5, ExuberantCtags 5.5.
Fixes for change in regexp/search API
Sends new CaretChanging editbus message for the benefit of Navigator.
Version 1.4.2. Requires JDK 1.3, jEdit 4.3, ExuberantCtags 5.5.
Works with jedit 4.3 API and plugin dynamic loading.
Version 1.4.0. Requires JDK 1.3, jEdit 4.1, ExuberantCtags 5.5.
Behavior improved when multiple tags with identical names are found: if you select the n-th one, then CodeBrowser will jump to the n-th occurance in the code.
New Options Menu.
Moved Sort and Auto buttons into new Options Menu.
New option Auto-unfold: When checked and you jump to a folded section of the code that section will be unfolded automatically
New option Auto-close Dock: When checked the dock will automatically close after a tag was selected
Cleaned up UI
Cleaned up code
Version 1.3.1. Requires JDK 1.3, jEdit 4.1, ExuberantCtags 5.5.
Updated for jEdit 4.2
Version 1.3.0. Requires JDK 1.3, jEdit 4.1, ExuberantCtags 5.5.
Compatible with all languages supported now or in future by ExuberantCtags
No longer requires internal tables to determine programming language
No longer requires internal tables to translate single letter 'kind' to description
Methods, functions etc. now listed with signature
Version 1.2.1. Requires JDK 1.3, jEdit 4.
Context menu for items in CodeBrowser (Rudi Widmann)
Version 1.2.0. Requires JDK 1.3, jEdit 4. Code contributed by Rudi Widmann:
Manual parsing mode
Cache parse results
Do not parse when docked but not visible
Focus textarea after selecting element in parse tree
Version 1.1.1. Requires JDK 1.3, jEdit 4.
Should now work with all kinds of remote files
Version 1.1.0. Requires JDK 1.3, jEdit 4.
Added support for FTP plugin
Version 1.0.0. Requires JDK 1.3, jEdit 4.
Minor bugfixes
First release to plugin central
Version 0.9.2. Requires JDK 1.3, jEdit 4.
Improved documentation
Now handles multiple/split views better
BufferSwitcher now uses colors from File System Browser
Version 0.9.1. Requires JDK 1.3, jEdit 4.
Regex bugfix
Version 0.9.0. Requires JDK 1.3, jEdit 4.
First beta test version