Skip to content

Commit

Permalink
Add a plan
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Dec 8, 2023
1 parent cbe8c20 commit 94acc0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## General

- [ ] When the first word on a line in Kotlin is "const" followed by a space, expand it to "const val ", when it's being typed in.
- [ ] Examine the `SIGWINCH` behavior and try to trigger a redraw if this happens when the mouse cursor returns to i.e. Alacritty after some time.
- [ ] When the first word on a line in Kotlin is `const` followed by a space, expand it to "const val ", when it's being typed in.
- [ ] When calculating the progress, the algorithm assumes the cursor is at the top line of the canvas. If it's not, subtract some lines.
- [ ] Sometimes `ctrl-g` needs to be pressed twice to go to a symbol. Figure out why.
- [ ] `ctrl-g` must look for definitions in the directory of the current filename before looking in the current directory.
Expand Down

0 comments on commit 94acc0d

Please sign in to comment.