diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-10 10:17:06 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-11 14:50:02 -0500 |
commit | 4f2a012a5dbad755bd621a3308a306afd4589fd5 (patch) | |
tree | 84cce3eb1da5f4140e8b83ed307aa361a9cacf1b /main.c | |
parent | c67be90a777430e73c4817d1612cf9eb41b2ad87 (diff) |
make find+replace more convenient
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ // @TODO: // - chained undos (replace all = one undo action) // - highlight matching parentheses +// - indent/dedent region // - split // - completion // - view-only |