summaryrefslogtreecommitdiff
path: root/buffer.c
AgeCommit message (Expand)Author
2023-05-21better undo chainingpommicket
2023-05-11:matching-bracket, fix matching bracket highlighting in some casespommicket
2023-05-11fix backups wrt hard links, add crlf-windows settingpommicket
2023-03-23separate :increase-number in undo historypommicket
2023-03-23handle various :increment-number edge cases and binarypommicket
2023-03-23increment-number and decrement-numberpommicket
2023-03-23go-to-build-error now also detects rust ::: referencespommicket
2023-03-23fix scrolling to cursor when text is typedpommicket
2023-03-04new light stylepommicket
2023-03-03configurable hover/highlight key + better key stuffpommicket
2023-03-03different read/write colors for ide-highlightspommicket
2023-03-03preserve permissions on savepommicket
2023-03-02:previous-positionpommicket
2023-03-02comment-start and comment-end settingspommicket
2023-03-02dynamic language registration workingpommicket
2023-03-01start dynamic lbanguage registarationpommicket
2023-02-28doxygen documentationpommicket
2023-02-25better handlign of backspace/delete with `indent-with-spaces = on`pommicket
2023-01-11LANG_TEXT, turn off phantom completions for text/cfg/md filespommicket
2023-01-09misc windows fixespommicket
2023-01-09start windows fixpommicket
2023-01-08write first to <path>.ted-tmp then rename to <path>.pommicket
2023-01-04more documentationpommicket
2023-01-04the great "filename to path" renamepommicket
2023-01-04fix command-line argument starting file if it doesn't existpommicket
2023-01-04some ted.h documentationpommicket
2023-01-04more documentationpommicket
2023-01-03fix problem when file is modified while it's read into the buffer.pommicket
2023-01-03go to type definitionpommicket
2023-01-03go to declarationpommicket
2023-01-02fix problem where backspacing selection puts cursor in weird placepommicket
2023-01-02:up-blank-line, etc.pommicket
2023-01-02rename v[234] to vec[234]pommicket
2023-01-02clean some stuff uppommicket
2023-01-02finish restructuringpommicket
2023-01-02restructure buffer.cpommicket
2023-01-01restructure syntax.cpommicket
2023-01-01char const => const charpommicket
2023-01-01replace @OPTIMIZE with @TODOpommicket
2023-01-01move string32.c into util.cpommicket
2023-01-01move functions from io.c to session.cpommicket
2022-12-31goto-definition-at-cursor commandpommicket
2022-12-31avoid using time_get_secondspommicket
2022-12-31use double instead of struct timespecpommicket
2022-12-30clip highlight to buffer rectpommicket
2022-12-30document highlights!pommicket
2022-12-30definitions menu, but it's acting weirdpommicket
2022-12-30start workspace/symbolpommicket
2022-12-29textDocument/definition for ctrl+clickpommicket
2022-12-29hover highlightpommicket