Screen shot of the com.cburch.editor v0.1.1 demo, released July 2005 This library of Java 5.0 classes implements an editor with syntax highlighting, parenthesis matching, automatic indentation, and line numbers. It helpfully points out unmatched braces, and hovering your mouse over an erroneous token can give a helpful tool tip explaining the problem. The library is a programmer's editor in three ways.
Copyright and authorshipCopyright (c) 2005, Carl Burch. The com.cburch.editor package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The com.cburch.editor package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |