Age | Commit message (Expand) | Author |
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 |
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 |
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 |
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 l... | Leo Tenenbaum |
2021-02-01 | cache syntax highlighting | Leo Tenenbaum |
2021-02-01 | switched syntax highlighting to use a number for the state (will be useful la... | Leo Tenenbaum |
2021-02-01 | different syntax highlighting depending on the file extension | Leo Tenenbaum |
2021-02-01 | start per-buffer language | Leo Tenenbaum |
2021-01-31 | fixed Ctrl+Left/Right being double-set, cleaned up core options code, auto-ad... | Leo Tenenbaum |
2021-01-30 | ctrl+q to quit (with unsaved changes dialog) | Leo Tenenbaum |
2021-01-30 | warn when closing tab with unsaved changes | Leo Tenenbaum |
2021-01-29 | quitting, closing tabs | Leo Tenenbaum |
2021-01-29 | ctrl+pageup/down to switch between tabs | Leo Tenenbaum |
2021-01-29 | started tab bar | Leo Tenenbaum |
2021-01-28 | more tabs | Leo Tenenbaum |
2021-01-28 | started tabs | Leo Tenenbaum |
2021-01-28 | got file selector to behave better | Leo Tenenbaum |
2021-01-27 | started warn on overwrite | Leo Tenenbaum |
2021-01-26 | auto-indent | Leo Tenenbaum |
2021-01-25 | clip selector, save as | Leo Tenenbaum |
2021-01-25 | error log, fix memory leak, moved globals to Ted | Leo Tenenbaum |
2021-01-25 | error box; generally better error handling | Leo Tenenbaum |
2021-01-24 | copy/cut/paste | Leo Tenenbaum |
2021-01-24 | scroll file selector when selected goes offscreen | Leo Tenenbaum |
2021-01-24 | file selector much nicer interface | Leo Tenenbaum |
2021-01-24 | file selector scrolling | Leo Tenenbaum |
2021-01-24 | auto-cd: check if actually directory, ~ | Leo Tenenbaum |
2021-01-23 | got rid of dyn string array - that was unnecessarily complicated | Leo Tenenbaum |
2021-01-22 | bold text for file selector cwd | Leo Tenenbaum |
2021-01-21 | trying to make clicking on directories work; not done yet | Leo Tenenbaum |