diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-22 13:52:38 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-22 13:52:38 -0500 |
commit | 78e5db44b915c58748682554913220efdef77c9e (patch) | |
tree | d1ec09846a253b853738ba924ef8d5f966f16789 | |
parent | b1c548187c65471d1e59bc4099337ae49e2f4536 (diff) |
v. 0.5
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |