issues
search
curlpipe
/
ox
The simple but flexible text editor
GNU General Public License v2.0
3.36k
stars
110
forks
source link
0.6.9
#175
Closed
curlpipe
closed
4 weeks ago
curlpipe
commented
1 month ago
[x] Bug Fixes
[x] Investigate Kitty key binding issues
[x] Fix ranger file manager issues
[x] Quickcomment and old_cursor do not play nicely
[x] Fix issue with cwd changing during initial opening of files
[x] Editing
[x] Complete rewrite of undo/redo system (it is dropping events and cursor moves to wrong locations)
[x] Add shortcut to comment/uncomment lines
[x] Enable selection movement up and down in terms of lines
[x] Improve tab line rendering when opening large numbers of files
[x] Esc key should remove selection by default
[x] Keyboard shortcut to bring cursor back into viewport
[x] Search should select matches
[x] Search should be live (add a live prompt feature)
[x] Bulk indent / bulk dedent
[x] Clicking out of bounds should move cursor to end of document
[x] Hardening
[x] Stop panicking on doc() calls in plug-in API
[x] Better error reporting in concurrency API and rendering of status line / tab line
[x] Better error messages when trying to open invalid files
[X] Efficiency
[x] Reduce number of calls to git (only update cache when changing files and changing branch command)
[x] Prevent opening same file more than once, just move to file if already open
[X] Plugins
[x] Emmet plug-in should jump to
<form action="">
<form action="">