diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-10 10:07:37 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-10 10:07:37 -0500 |
commit | 24cebad32db3115348ca03391a99857b08ab4ee1 (patch) | |
tree | f7a655dc84040425f55e3cb26d750cfb254ed566 /main.c | |
parent | 0135ebfa879af50f19ddc1495a36be3c030a6326 (diff) |
find menu buttons including replace all
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ // @TODO: -// - find & replace (with regex) +// - chained undos (replace all = one undo action) +// - highlight matching parentheses // - split // - completion // - view-only |