Skip to content

Commit

Permalink
Add some more items to docs/TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarnes committed Dec 17, 2024
1 parent fa68cfa commit 29e56cb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,16 @@ Features

* Add support for interactive spell checking

* Add support for extended underline styles/colors to [`hi`] command
(see also: [#161])

* Show raw escape sequences in `dte -K` output (see also: [#151])

* Update the terminal window title after running child processes, in
case it was changed and not restored (see also: [#14])

* Allow custom colors/attributes in the statusline (see also: [#70])

Documentation
-------------

Expand Down Expand Up @@ -256,6 +261,9 @@ Code Quality/Efficiency Improvements
* Compress large undo history (`Change`) entries, e.g. those created
when an [`exec`] command rewrites the entire buffer (see also: [#142])

* Cache EditorConfig properties in memory, so that each `.editorconfig`
file is read only once per session (see also: [#105])

Testing/Debugging
-----------------

Expand Down Expand Up @@ -318,11 +326,14 @@ Testing/Debugging

[GitLab issue]: https://gitlab.com/craigbarnes/dte/-/issues
[#14]: https://gitlab.com/craigbarnes/dte/-/issues/14
[#70]: https://gitlab.com/craigbarnes/dte/-/issues/70
[#88]: https://gitlab.com/craigbarnes/dte/-/issues/88
[#105]: https://gitlab.com/craigbarnes/dte/-/issues/105
[#118]: https://gitlab.com/craigbarnes/dte/-/issues/118
[#142]: https://gitlab.com/craigbarnes/dte/-/issues/142
[#151]: https://gitlab.com/craigbarnes/dte/-/issues/151
[#152]: https://gitlab.com/craigbarnes/dte/-/issues/152
[#161]: https://gitlab.com/craigbarnes/dte/-/issues/161
[#179]: https://gitlab.com/craigbarnes/dte/-/issues/179
[#180]: https://gitlab.com/craigbarnes/dte/-/issues/180
[#183]: https://gitlab.com/craigbarnes/dte/-/issues/183
Expand Down

0 comments on commit 29e56cb

Please sign in to comment.