Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-01 | restore session | Leo Tenenbaum | |
2021-02-28 | on crash, output info to log | Leo Tenenbaum | |
2021-02-28 | tab moving working? | Leo Tenenbaum | |
2021-02-27 | start tab moving | Leo Tenenbaum | |
2021-02-25 | started tab moving | Leo Tenenbaum | |
2021-02-25 | node resizing working | Leo Tenenbaum | |
2021-02-25 | resizing nodes (not fully working yet?) | Leo Tenenbaum | |
2021-02-25 | change cursor | Leo Tenenbaum | |
2021-02-24 | get ctrl+w to work with split | Leo Tenenbaum | |
2021-02-24 | big bugfixes | Leo Tenenbaum | |
update active_tab properly when a tab is closed, fix Ctrl+O with no buffers open | |||
2021-02-23 | goto line preview | Leo Tenenbaum | |
2021-02-23 | start goto line | Leo Tenenbaum | |
2021-02-23 | various tag bugfixes | Leo Tenenbaum | |
2021-02-22 | go to definition menu | Leo Tenenbaum | |
2021-02-21 | generalized selector code seems to work, fix buffer_set_line_len memory leak | Leo Tenenbaum | |
2021-02-21 | started to generalize selector code | Leo Tenenbaum | |
2021-02-19 | ctrl+click to go to definition | Leo Tenenbaum | |
2021-02-19 | tags starting to work | Leo Tenenbaum | |
2021-02-19 | started tags | Leo Tenenbaum | |
2021-02-18 | :build working (i think) | Leo Tenenbaum | |
2021-02-16 | fix rust go to build errors | Leo Tenenbaum | |
2021-02-16 | :build somewhat working! | Leo Tenenbaum | |
2021-02-16 | detecting errors in build output | Leo Tenenbaum | |
2021-02-16 | started getting :build to work | Leo Tenenbaum | |
2021-02-16 | processes | Leo Tenenbaum | |
2021-02-13 | view-only mode | Leo Tenenbaum | |
2021-02-13 | removed line->capacity | Leo Tenenbaum | |
also fixed shift+click to select | |||
2021-02-11 | chain replace all into one undo event | Leo Tenenbaum | |
2021-02-09 | find + replace seems to be working | Leo Tenenbaum | |
2021-02-09 | case sensitivity, regex | Leo Tenenbaum | |
2021-02-09 | improve buffer_unsaved_changes | Leo Tenenbaum | |
so that making an edit then undoing it doesn't count as making a change | |||
2021-02-08 | show which result user is on | Leo Tenenbaum | |
2021-02-08 | search in both directions | Leo Tenenbaum | |
2021-02-08 | scroll to find match | Leo Tenenbaum | |
2021-02-08 | find show number of matches | Leo Tenenbaum | |
2021-02-07 | simple find menu | Leo Tenenbaum | |
2021-02-07 | improved text rendering, started find | Leo Tenenbaum | |
2021-02-05 | ask to reload when file is externally changed | Leo Tenenbaum | |
2021-02-04 | improve auto-add-newline, start reloading | Leo Tenenbaum | |
2021-02-03 | line numbering! | Leo Tenenbaum | |
2021-02-03 | python syntax highlighting | Leo Tenenbaum | |
2021-02-02 | better syntax highlighting (split keywords into keywords + builtins) | Leo Tenenbaum | |
2021-02-02 | rust syntax highlighting | Leo Tenenbaum | |
2021-02-02 | big fix with buffer_pos_to_pixels | Leo Tenenbaum | |
also started rust highlighting | |||
2021-02-02 | C++ syntax highlighting done | Leo Tenenbaum | |
2021-02-02 | C++ highlighting, except for raw strings | Leo Tenenbaum | |
2021-02-01 | small change to horizontal scrolling for massive performance improvement on ↵ | Leo Tenenbaum | |
large files also fixed syntax highlighting for hex literals, for real this time | |||
2021-02-01 | cache syntax highlighting | Leo Tenenbaum | |
2021-02-01 | switched syntax highlighting to use a number for the state (will be useful ↵ | Leo Tenenbaum | |
later) | |||
2021-02-01 | different syntax highlighting depending on the file extension | Leo Tenenbaum | |