diff options
author | pommicket <pommicket@gmail.com> | 2023-02-28 19:39:06 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-02-28 19:39:06 -0500 |
commit | 52ba910a48a4dd2abb798c3c998ecb0e006c1895 (patch) | |
tree | 5fa4b3fb1e28ee1027aaa02a78ddf9b9bd7b59f5 /main.c | |
parent | 5e92dac7b8ff9d60bfa3dcc69c3f77663a01aea4 (diff) |
doxygen documentation
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,5 @@ /* FUTURE FEATURES: -- doxygen documentation for ted.h - manual.md - CSS highlighting - option for separate colors for read/write highlights @@ -25,6 +24,9 @@ FUTURE FEATURES: - config variables - bind key to multiple commands - plugins? + - TED_PLUGIN macro defined before including ted.h + this can remove struct definitions to guarantee forwards compatibility + - language dynamic registration - keyboard macros - ctrl+9/0 to inc/dec number would be useful here - with macros we can really test performance of buffer_insert_text_at_pos, etc. (which should ideally be fast) |