diff options
author | pommicket <pommicket@gmail.com> | 2023-08-06 13:32:05 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-06 13:32:05 -0400 |
commit | b4e2b3d2407cbad54169da707f72595246e4794a (patch) | |
tree | a7cbaa2d672f25aab855e649eb3a66354b3e9f6e /main.c | |
parent | 413e8f4ba1c5937de40f6366a88c26f540cbb222 (diff) |
deal with really long paths in file menus
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,7 +1,4 @@ /* -TODO: -- deal with really long paths in file menus - FUTURE FEATURES: - autodetect indentation (tabs vs spaces) - robust find (results shouldn't move around when you type things) @@ -9,9 +6,6 @@ FUTURE FEATURES: - bind key to multiple commands - convert macro to command list - plugins? - - TED_PLUGIN macro defined before including ted.h - this can remove struct definitions to guarantee forwards compatibility - - language dynamic registration - built-in plugins - "remove file..." menu - with macros we can really test performance of buffer_insert_text_at_pos, etc. (which should ideally be fast) |