summaryrefslogtreecommitdiff
path: root/find.c
AgeCommit message (Collapse)Author
2023-10-17set things up for UTF-8 PCRE2pommicket
2023-09-07more diagnosticspommicket
2023-08-15some settings stuffpommicket
2023-08-13fix findpommicket
2023-08-13documentationpommicket
2023-08-12internalize buffer - broke some stuffpommicket
2023-08-09more pointerizing of buffers, fix memory leakspommicket
2023-08-07robust find seems to be workingpommicket
2023-08-06rework edit notifypommicket
2023-08-06util cleanuppommicket
2023-08-05more dynamic menus (menus are currently broken)pommicket
2023-08-05separate ted-internal.hpommicket
2023-08-05more internalizationpommicket
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
also fixed ctrl+/ in go
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
(add match flag PCRE2_NOTEMPTY)
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