snow.texteditor |
A full featured text component. |
Java Source File Name | Type | Comment |
DocumentUtils.java | Class | |
DocumentWordTokenizer.java | Class | |
EditDistance.java | Class | Character edit-distance: find the edit distance (also called Levenstein distance)
between two strings. |
package-info.java | | |
SearchPanel.java | Class | Small panel destined to be placed on the bottom (or top) of an editor pane.
Pops up when CTRL+F is pressed. |
SimpleColorHighlighter.java | Class | |
SimpleDocument.java | Class | A simple styled document with highlighter, errors, writers, ... |
SimpleEditor.java | Class | Search: CTRL+F. |
UndoableDocument.java | Class | A document with an undo capability. |