summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2022-12-28signature-help settingpommicket
2022-12-27configurable max buffer size + max view-only buffer sizepommicket
2022-12-25global lsp-enabled settingpommicket
2022-12-24start LSP settingpommicket
2022-12-24find build directory in a much better waypommicket
2022-12-23identifier-trigger-characters settingpommicket
2022-12-23LSP document_datapommicket
2022-12-22don't error on unrecognized color names (in release mode)pommicket
2022-11-03[1.3] some SettingsContext comments, updated version historypommicket
2022-11-03[1.3] allow newer glsl versions w IN,OUT macros, msi versionpommicket
2022-11-03custom shader texturepommicket
2022-11-03better shader systempommicket
2022-11-03custom shaders now use #version 130 if possiblepommicket
2022-11-03custom bg-shaderpommicket
2022-11-03expand ~ in settings pathspommicket
2022-11-02escape sequences in config strings, fix config error line numberspommicket
2022-11-02multiline config value strings, fix search_cwd (debug feature)pommicket
2022-11-02settings bugfixes, :insert-text, and a memory bugfixpommicket
2022-11-02fixed path-specific settings bugs. stuff seems to be working nowpommicket
2022-11-02new settings system bugfixes, use ted_active_settings morepommicket
2022-11-02(insufficiently tested) per-path settingspommicket
2022-09-24fix go-to-error when build_dir != .pommicket
2022-08-19X1/X2 commandspommicket
2022-07-29auto reload configpommicket
2022-07-29indent-with-spacespommicket
2022-07-29language-specific keyboard shortcutspommicket
2022-07-29per-language settingspommicket
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-03-04string argumentsLeo Tenenbaum
2021-03-01restore sessionLeo Tenenbaum
2021-02-23various tag bugfixesLeo Tenenbaum
2021-02-21generalized selector code seems to work, fix buffer_set_line_len memory leakLeo Tenenbaum
2021-02-19started tagsLeo Tenenbaum
2021-02-18:build working (i think)Leo Tenenbaum
2021-02-04improve auto-add-newline, start reloadingLeo Tenenbaum
2021-02-03line numbering!Leo Tenenbaum
2021-02-01switched syntax highlighting to use a number for the state (will be useful la...Leo Tenenbaum
2021-02-01different syntax highlighting depending on the file extensionLeo Tenenbaum
2021-01-31fixed Ctrl+Left/Right being double-set, cleaned up core options code, auto-ad...Leo Tenenbaum
2021-01-28got file selector to behave betterLeo Tenenbaum
2021-01-26auto-indentLeo Tenenbaum
2021-01-25menu titles, better paddingLeo Tenenbaum
2021-01-25error box; generally better error handlingLeo Tenenbaum
2021-01-24scroll file selector when selected goes offscreenLeo Tenenbaum
2021-01-22fixed memory leaksLeo Tenenbaum
2021-01-22oops fix bugLeo Tenenbaum
2021-01-22show working directory in file selectorLeo Tenenbaum
2021-01-21split file selector into its own thingLeo Tenenbaum
2021-01-18got windows build to partly workLeo Tenenbaum