aaxu
aaxu
Improve unit, functional, and integration tests for better coverage and maintainability.
Not sure if it is possible to efficiently keep a saved state of the current modified file in case of an unexpected exit (shutdown, restart, terminal closed). Maybe it would...
I was wondering if the issues board was still being updated, since I wanted to get back into working on this project. Perhaps maybe creating a slack channel would be...
This PR includes a new object in the TextBuffer object that tracks the file on disk using threads. If in single-threaded mode, the object will not automatically track the file,...
Implement text wrapping and maybe scrolling as well.
A tree of redo chains where every path from the root to a leaf is a "redo chain." This is actually really cool since sometimes when I undo to see...
Right now, if we have an an insertion as our last change, any further inserts will be concatenated to the same change. This has a couple of effects that I...
If you create a new line after a `(`, the next line will be indented 4 spaces. I think this should be referencing the indentation set in default_prefs.py, or perhaps...
I was thinking that it is really weird if we actually scroll down/up by one entire page. I never thought about it but it comforts me and I know where...
One thing I did not address is how bookmarks can be deleted. While we have the command `bm-` to delete a bookmark, some editors make it so that you can...