Eclipse plugin providing a few editor enhancements. Includes:
- Findbar, a ctrl-f replacement that embeds the find dialog in the currently active editor, and
- Recent Editors, a ctrl-e replacement - recently closed editors and editor bookmarks
- Version 0.8.0 (07.25.2010)
- Key handling improvements
- Status bar display of caret offset in TextEditors
- Minor bug fixes
Eclipse plugin providing content search capability.
- Version 0.9.0 (07.25.2010)
- Desktop search (Lucene-based) with specific support for Java, PDF, and HTML/XML content. Other content types are handled as plain text.
- 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.4.0 for Eclipse 3.5.x (06.15.2010)
- Full native Swt WYSIWYG HTML editor implementation
- Improved StyleSheet controls
Eclipse plugin that contributes a Call Graph exploration view to the JDT platform.
- Version 0.9.0 for Eclipse 3.5.x (06.15.2010)
- Zest-based graphical viewer for exploring call and class hierarchies
- Performance improvements
Eclipse plugin providing multiple view instances for concurrently watching multiple log watchers.
- Version 1.3.0 (06.14.2010)
- 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 for editing standard configurations. Also implements a ProGuard runner.
- Version 0.8.0 (06.14.2010) -- updated for ProGuard 4.5 final .
- 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 implementing Antlr™ V3.2 Grammar and StringTemplate editors.
- Version 1.2.0 (10.10.2009) for Galileo (3.5.1)
- Syntax-assisted editors with syntax highlighting, smart editing actions, and folding
- Incremental grammar builder and launcher
- Grammar formatter
- Generated AST tree view
- Execution path Visualization graph using Zest
- Using Antlr 3.2 and StringTemplate 3.2 jars
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