-
Notifications
You must be signed in to change notification settings - Fork 2
ArmedBear J Editor
License
kevinkrouse/j
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GENERAL INFORMATION ------------------- J is a multifile, multiwindow programmer's editor written entirely in Java. It features syntax highlighting for Java, C, C++, XML, HTML, CSS, JavaScript, Lisp, Perl, PHP, Python, Ruby, Scheme, Tcl/Tk, Verilog, and VHDL, automatic indentation, directory buffers, regular expressions, multifile find and replace, autosave and crash recovery, undo/redo, FTP/HTTP support, email, and multiple horizontal/vertical splits. All keyboard mappings can be customized. Themes may be used to customize the editor's appearance. Peter Graves is the original author of J and Armed Bear Common Lisp. LICENSE ------- J is distributed under the GNU General Public License (with a special exception described below). A copy of GNU General Public License (GPL) is included in this distribution, in the file COPYING. Linking this software statically or dynamically with other modules is making a combined work based on this software. Thus, the terms and conditions of the GNU General Public License cover the whole combination. As a special exception, the copyright holders of this software give you permission to link this software with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this software. If you modify this software, you may extend this exception to your version of the software, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. INSTALLATION ------------ To build J, you'll need JDK 16, Ant, and Armed Bear Common Lisp. Once you have built ABCL, edit the build.properties found next to this README file and change the property values for your local environment. Run 'ant' to compile the source. Run 'ant help' to see a list of available targets. BUGS ---- Please report problems to the j-devel mailing list: [email protected] Have fun! Kevin Krouse May 02, 2009