mirror of
https://github.com/liuk7071/ChonkyStation.git
synced 2025-04-02 10:52:38 -04:00
29 lines
744 B
Markdown
29 lines
744 B
Markdown
# Bugs
|
|
VIM: Select lines all the way up to the first line should cover all chars
|
|
VIM: 'J' should join next line and remove all intervening white space
|
|
|
|
SYNTAX: Rainbow brackets have odd behavior when starting typing - investigate
|
|
|
|
# General
|
|
- Finish cut/paste to OS buffer
|
|
|
|
# VIM Mode
|
|
- % Jump to bracket matching
|
|
- f (find) / next, previous
|
|
- / Searching
|
|
- visual-repeat (dot command should use last visual selection range)
|
|
- 'R' multi-overstrike
|
|
- Implement > < for indent of selected region
|
|
|
|
# Standard Mode
|
|
- SHIFT+UP/DOWN for line selection
|
|
- Insert char over selected text (replaces it)
|
|
|
|
# Syntax Highlight
|
|
More file types/keywords
|
|
Flash
|
|
Change to a layer mode?
|
|
|
|
# Tests
|
|
- Add tests for syntax highlighting
|
|
- Add more standard mode tests
|