Features supported by the editor:
- Syntax highlighting:
- Line numbers
- highlighted active line
- Status bar, including line number
- Key Commands
- Left key, jump to end of line above
- Right key, jump to begin of line below
- Up key, jump one line above
- If at end of line, jump to end.
- If at begin of line, jump to begin
- If in center, try to jump to same position
- Down key, jump one line below
- If at end of line, jump to end.
- If at begin of line, jump to begin
- If in center, try to jump to same position
- Enter, create line
- If at begin, create line above
- If at end, create line below, and select new line
- If in center, split line and select last part.
- Delete
- If empty line, remove line, select line below
- If at end of line, remove line below, after copying contents to end of current line
- Backspace
- If empty line, remove line, select line above
- If at start of line, remove line, after copying contents to end of above line
- Tab, adds a tab (still somewhat buggy)
This product and all of the files it referes to are copyright by Innerheight Internet Diensten (www.innerheight.com), if requested i will release all of the code to the GPL.