summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-13 16:43:20 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-13 16:43:20 -0500
commit2a86c41a66f2c351b76546485f72618a6e50515c (patch)
treea429fbee2fdabd9613c9ed27ac8a2eadcc9bb5f3 /main.c
parente9357bfd982b37672ed9c319956af32bf3db7856 (diff)
update TODO
Diffstat (limited to 'main.c')
-rw-r--r--main.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/main.c b/main.c
index 5cbbb79..c1bfffa 100644
--- a/main.c
+++ b/main.c
@@ -1,8 +1,16 @@
// @TODO:
-// - open file in view-only mode menu
+// - menu for opening file in view-only mode
+
+// - :build (F4) -- cargo build if editing .rs file or file called Cargo.toml, otherwise make.
+
+// - go to definition (with ctags) -- ctrl+click would be nice
+
+// - :run -- if .html file, open in browser, otherwise figure out a way of sending a command to bash??
+
// - split
+
// - completion
-// - view-only
+
// - Windows installation
// - restore previously opened files (setting: restore-session)
// - on crash, output backtrace to log, save buffers to temp directory