summaryrefslogtreecommitdiff
path: root/command.c
AgeCommit message (Expand)Author
2022-03-26fixed ctrl+w behavior with find/buildpommicket
2021-04-20:set-language, various other little thingsLeo Tenenbaum
2021-04-16command history for :shellLeo Tenenbaum
2021-04-16comment/uncomment selectionLeo Tenenbaum
2021-04-16regenerate tags if tag not foundLeo Tenenbaum
2021-04-13improve tag generation (don't just look at files in the cwd)Leo Tenenbaum
2021-04-04command to reload all buffers, run make on multiple threadsLeo Tenenbaum
2021-03-14fix bug where modifications weren't detectedLeo Tenenbaum
2021-03-05fix some little problems with the file selectorLeo Tenenbaum
2021-03-04string argumentsLeo Tenenbaum
2021-03-04completion working, it seemsLeo Tenenbaum
2021-03-03more autocomplete (already partially working!)Leo Tenenbaum
2021-03-03start autocompleteLeo Tenenbaum
2021-03-03:shell, bugfixesLeo Tenenbaum
2021-03-03:tab-move-left/rightLeo Tenenbaum
2021-03-03speed up startup, improve left/right while selectingLeo Tenenbaum
2021-03-02:open-configLeo Tenenbaum
2021-03-02start command selectorLeo Tenenbaum
2021-03-01restore sessionLeo Tenenbaum
2021-02-28set active_node to NULL when line buffer is activeLeo Tenenbaum
2021-02-28:split-swapLeo Tenenbaum
2021-02-24split depth limitLeo Tenenbaum
2021-02-24:split-joinLeo Tenenbaum
2021-02-24start splitLeo Tenenbaum
2021-02-24big bugfixesLeo Tenenbaum
2021-02-23start goto lineLeo Tenenbaum
2021-02-22go to definition menuLeo Tenenbaum
2021-02-21generalized selector code seems to work, fix buffer_set_line_len memory leakLeo Tenenbaum
2021-02-21started to generalize selector codeLeo Tenenbaum
2021-02-18go to MSVC errorLeo Tenenbaum
2021-02-16:build somewhat working!Leo Tenenbaum
2021-02-16started getting :build to workLeo Tenenbaum
2021-02-14toggle view only modeLeo Tenenbaum
2021-02-11fixed some problems with find+replaceLeo Tenenbaum
2021-02-11indent/dedent selectionLeo Tenenbaum
2021-02-11make find+replace more convenientLeo Tenenbaum
2021-02-09find + replace seems to be workingLeo Tenenbaum
2021-02-08search in both directionsLeo Tenenbaum
2021-02-07simple find menuLeo Tenenbaum
2021-02-07improved text rendering, started findLeo Tenenbaum
2021-02-05finishing touches for v. 0.2Leo Tenenbaum
2021-01-31fixed Ctrl+Left/Right being double-set, cleaned up core options code, auto-ad...Leo Tenenbaum
2021-01-30better startup, informative message when nothing's openLeo Tenenbaum
2021-01-30ctrl+q to quit (with unsaved changes dialog)Leo Tenenbaum
2021-01-30warn when closing tab with unsaved changesLeo Tenenbaum
2021-01-29quitting, closing tabsLeo Tenenbaum
2021-01-29ctrl+pageup/down to switch between tabsLeo Tenenbaum
2021-01-29tabs working pretty well (not done yet)Leo Tenenbaum
2021-01-29better tab bar, default to "save as" on Ctrl+S with starting bufferLeo Tenenbaum
2021-01-28got file selector to behave betterLeo Tenenbaum