|
bbEditor is an editor client that creates, edits, saves and previews documents with bbCode. The program was created out of a need to edit files that included bbCode locally and store them for later posting to websites that supported
bbCode. To launch bbEdit, execute one of the native binaries or unzip the files in bbeditor-dist.zip and use the Java command line: java -classpath ".\dist\bbeditor.jar;.\dist\dictionary.jar;.\dist\jazzy.jar" com.dsk.bbeditor.BbEditorMain Tips for using bbEditor:
You can download the Java source code for bbEditor and participate in the project at our Source Forge Home Page. bbEditor includes the Jazzy Spell Check library. For more information about Jazzy visit: http://jazzy.sourceforge.net/ Note: bbEditor modifies Jazzy's com.swabunga.spell.event.DocumentWordTokenizer class to ignore bbCode embedded in the text. This small change is the only modification to the Jazzy code. Licensing and legal issues -------------------------- bbEditor is licensed under the LGPL. See LGPL.txt for license restrictions. |