summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-06 13:32:05 -0400
committerpommicket <pommicket@gmail.com>2023-08-06 13:32:05 -0400
commitb4e2b3d2407cbad54169da707f72595246e4794a (patch)
treea7cbaa2d672f25aab855e649eb3a66354b3e9f6e /main.c
parent413e8f4ba1c5937de40f6366a88c26f540cbb222 (diff)
deal with really long paths in file menus
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.c b/main.c
index 5728bf1..fcc3c01 100644
--- a/main.c
+++ b/main.c
@@ -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)