From 2d327302b30bf67a87538dc5e005c0399c0b8f1a Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 28 Feb 2021 22:22:42 -0500 Subject: v. 0.6 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32f2824..027d736 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,13 @@ a simple editor that starts up practically instantaneously, and performs well on ## Supported features (more coming soon) - Multiple tabs, each with a different file +- Split screen (Ctrl+/, Ctrl+Shift+/) - Auto-indent - Customization of (pretty much) all colours and keyboard commands. - Syntax highlighting for C, C++, Rust, and Python. - Find and replace (with regular expressions!) - Run build command (default keybinding F4), go to errors -- Go to definition (ctrl+click) +- Go to definition (Ctrl+click) - Go to line (Ctrl+G) ## Building from source @@ -69,6 +70,7 @@ Then run `make.bat`. 0.4 :build 2021 Feb 18 0.5 Go to definition 2021 Feb 22 0.5a Several bugfixes, go to line 2021 Feb 23 +0.6 Split-screen 2021 Feb 28 ## License -- cgit v1.2.3