Eclipse plugin implementing Antlr™ V3.1.3 Grammar and StringTemplate editors.
- Version 0.9.2 (06.08.2009) for Ganymede (3.4)
- Syntax-assisted editors with syntax highlighting, smart editing actions, and folding
- Incremental grammar builder and launcher
- Actual execution path Visualization graph using Zest
- Using Antlr 3.1.3 and StringTemplate 3.2 jars
Eclipse plugin for editing standard configurations. Also implements a ProGuard runner.
- Version 0.5.0 (05.23.2009) -- initial beta release.
- Implemented as a forms-based editor for managing ProGuard configurations directly from within Eclipse. ProGuard and ReTrace can be directly executed from the editor.
- ProGuardDT is project aware. Library dependencies can be automatically determined from an identification of the participating Eclipse projects.
Eclipse plugin providing content search capability.
- Version 0.6.0 (05.22.2009)
- Desktop search (Lucene-based) with specific support for Java, PDF, and HTML/XML content. Plain text, too.
- Designed to support free-text search over the platform resident SDK source and local workspaces.
Eclipse plugin that contributes a WYSIWYG JavaDoc editor to the JDT platform.
- Version 3.2.0 for Eclipse 3.4.x+ (03.15.2009)
- Full native Swt WYSIWYG HTML editor implementation
Eclipse plugin providing multiple view instances for concurrently watching multiple log watchers.
- Version 1.0.0 (01.02.2009)
- Multiple independent view support; each view hosting multiple, tabbed log file viewers (see each tier's log file output simultaneously)
- Hyperlink access to files identified in stack traces
- Flexible, capable log file line filtering and highlighting system
- Supported on Aptana/Ruby/RadRails and other Eclipse-based RCP platforms (JDT not required)
Eclipse plugin that contributes a Call Graph exploration view to the JDT platform.
- Version 0.7.0 for Eclipse 3.4.x+ (01.02.2009)
- Zest-based graphical viewer for exploring call hierarchies
- Initial release
Presentation layer controller supporting form-oriented presentation of persistable data. Conceptually, Navigator fills the gap between a standard UI form binding package and a persistence manager package. Main features include:
- Updated to version 0.70 (04.27.2008)
- Generic data sets: JDK 1.5 required
- Cursor-controlled data record access
- Full QBE selection of working data sets
- Full insert, delete, save, save-all data record management
- Works with JGoodies Binding and most any other UI binding package
- Works with Hibernate, Apache JDO/JPox, and most any other persistence manager package
Inductor implements a high-level ORQL using a very clean objectified-SQL syntax. The complexities of persistence package specific query languages are completely hidden. Inductor queries are readable, statically type-checked, and easily maintained. Changes in this release include:
- Updated to version 0.40 (02.19.2006)
- Expanded operational feature sets
- Added a number of convenience methods
- Bug fixes