summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-22 13:52:38 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-22 13:52:38 -0500
commit78e5db44b915c58748682554913220efdef77c9e (patch)
treed1ec09846a253b853738ba924ef8d5f966f16789 /README.md
parentb1c548187c65471d1e59bc4099337ae49e2f4536 (diff)
v. 0.5
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd9463b..776cd16 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,8 @@ a simple editor that starts up practically instantaneously, and performs well on
- 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)
+- Run build command (default keybinding F4), go to errors
+- Go to definition (ctrl+click)
## Building from source
@@ -64,6 +65,7 @@ Then run `make.bat`.
<tr><td>0.3</td> <td>Find+replace, highlight matching parentheses, indent/dedent selection</td> <td>2021 Feb 11</td></tr>
<tr><td>0.3a</td> <td>Find+replace bug fixes, view-only mode</td> <td>2021 Feb 14</td></tr>
<tr><td>0.4</td> <td>:build</td> <td>2021 Feb 18</td></tr>
+<tr><td>0.5</td> <td>Go to definition</td> <td>2021 Feb 22</td></tr>
</table>
## License