summaryrefslogtreecommitdiff
path: root/ted.h
AgeCommit message (Expand)Author
2022-11-03custom bg-shaderpommicket
2022-11-03multiline string highlighting for ted.cfgpommicket
2022-11-02multiline config value strings, fix search_cwd (debug feature)pommicket
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-08-19X1/X2 commandspommicket
2022-07-29fix reloading with text-sizepommicket
2022-07-29auto reload configpommicket
2022-07-29indent-with-spacespommicket
2022-07-29language-specific keyboard shortcutspommicket
2022-07-29per-language settingspommicket
2022-07-22go syntax highlightingpommicket
2022-07-21minor fixes, syntax highlighting for java & jspommicket
2021-04-20:set-language, various other little thingsLeo Tenenbaum
2021-04-20cfg syntax highlightingLeo Tenenbaum
2021-04-20HTML syntax highlightingLeo Tenenbaum
2021-04-19markdown highlightingLeo Tenenbaum
2021-04-19tex syntax highlightingLeo Tenenbaum
2021-04-16command history for :shellLeo 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-03-14fix bug where modifications weren't detectedLeo Tenenbaum
2021-03-07resizable build windowLeo 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-02:open-configLeo Tenenbaum
2021-03-02command selector working!Leo Tenenbaum
2021-03-02fix restore session if no active buffer on closeLeo Tenenbaum
2021-03-02start command selectorLeo Tenenbaum
2021-03-01restore sessionLeo Tenenbaum
2021-02-28on crash, output info to logLeo Tenenbaum
2021-02-28tab moving working?Leo Tenenbaum
2021-02-27start tab movingLeo Tenenbaum
2021-02-25started tab movingLeo Tenenbaum
2021-02-25node resizing workingLeo Tenenbaum
2021-02-25resizing nodes (not fully working yet?)Leo Tenenbaum
2021-02-25change cursorLeo Tenenbaum
2021-02-24get ctrl+w to work with splitLeo Tenenbaum
2021-02-24big bugfixesLeo Tenenbaum
2021-02-23goto line previewLeo Tenenbaum
2021-02-23start goto lineLeo Tenenbaum
2021-02-23various tag bugfixesLeo 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-19ctrl+click to go to definitionLeo Tenenbaum