summaryrefslogtreecommitdiff
path: root/find.c
AgeCommit message (Expand)Author
2023-01-04more documentationpommicket
2023-01-04more documentationpommicket
2023-01-03rename ted_seterr to ted_errorpommicket
2023-01-02rename v[234] to vec[234]pommicket
2023-01-02finish restructuringpommicket
2023-01-02restructure build.c, find.cpommicket
2023-01-02restructure ted.c, node.cpommicket
2023-01-01char const => const charpommicket
2022-12-30definitions menu, but it's acting weirdpommicket
2022-12-29hover highlightpommicket
2022-11-02new settings system bugfixes, use ted_active_settings morepommicket
2022-07-29fixed double ctrl+q problempommicket
2022-07-29per-language settingspommicket
2021-03-14fix find menu scroll bug, for real this timeLeo Tenenbaum
2021-03-07more find menu fixesLeo Tenenbaum
2021-03-07fix ctrl+f then ctrl+shift+fLeo Tenenbaum
2021-03-07change focus to search term, even when find is already openLeo Tenenbaum
2021-03-05fix rendering if border-thickness is bigLeo Tenenbaum
2021-03-03:shell, bugfixesLeo Tenenbaum
2021-02-28fix find highlighting when cursor is on same lineLeo Tenenbaum
2021-02-28find bugfixes (switch to another buffer after find)Leo Tenenbaum
2021-02-28set active_node to NULL when line buffer is activeLeo Tenenbaum
2021-02-27fix bug in find display match #Leo Tenenbaum
2021-02-16detecting errors in build outputLeo Tenenbaum
2021-02-16started getting :build to workLeo Tenenbaum
2021-02-14fix and speed up replace allLeo Tenenbaum
2021-02-11another small find+replace fixLeo Tenenbaum
2021-02-11fixed some problems with find+replaceLeo Tenenbaum
2021-02-11chain replace all into one undo eventLeo Tenenbaum
2021-02-11make find+replace more convenientLeo Tenenbaum
2021-02-10find menu buttons including replace allLeo Tenenbaum
2021-02-09find + replace seems to be workingLeo Tenenbaum
2021-02-09case sensitivity, regexLeo Tenenbaum
2021-02-08show which result user is onLeo Tenenbaum
2021-02-08search in both directionsLeo Tenenbaum
2021-02-08scroll to find matchLeo Tenenbaum
2021-02-08find show number of matchesLeo Tenenbaum
2021-02-07highlight search resultsLeo Tenenbaum
2021-02-07simple find menuLeo Tenenbaum
2021-02-07improved text rendering, started findLeo Tenenbaum