index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
find.c
Age
Commit message (
Expand
)
Author
3 days
Fix find+replace when replacement matches pattern
pommicket
2023-10-17
set things up for UTF-8 PCRE2
pommicket
2023-09-07
more diagnostics
pommicket
2023-08-15
some settings stuff
pommicket
2023-08-13
fix find
pommicket
2023-08-13
documentation
pommicket
2023-08-12
internalize buffer - broke some stuff
pommicket
2023-08-09
more pointerizing of buffers, fix memory leaks
pommicket
2023-08-07
robust find seems to be working
pommicket
2023-08-06
rework edit notify
pommicket
2023-08-06
util cleanup
pommicket
2023-08-05
more dynamic menus (menus are currently broken)
pommicket
2023-08-05
separate ted-internal.h
pommicket
2023-08-05
more internalization
pommicket
2023-01-04
more documentation
pommicket
2023-01-04
more documentation
pommicket
2023-01-03
rename ted_seterr to ted_error
pommicket
2023-01-02
rename v[234] to vec[234]
pommicket
2023-01-02
finish restructuring
pommicket
2023-01-02
restructure build.c, find.c
pommicket
2023-01-02
restructure ted.c, node.c
pommicket
2023-01-01
char const => const char
pommicket
2022-12-30
definitions menu, but it's acting weird
pommicket
2022-12-29
hover highlight
pommicket
2022-11-02
new settings system bugfixes, use ted_active_settings more
pommicket
2022-07-29
fixed double ctrl+q problem
pommicket
2022-07-29
per-language settings
pommicket
2021-03-14
fix find menu scroll bug, for real this time
Leo Tenenbaum
2021-03-07
more find menu fixes
Leo Tenenbaum
2021-03-07
fix ctrl+f then ctrl+shift+f
Leo Tenenbaum
2021-03-07
change focus to search term, even when find is already open
Leo Tenenbaum
2021-03-05
fix rendering if border-thickness is big
Leo Tenenbaum
2021-03-03
:shell, bugfixes
Leo Tenenbaum
2021-02-28
fix find highlighting when cursor is on same line
Leo Tenenbaum
2021-02-28
find bugfixes (switch to another buffer after find)
Leo Tenenbaum
2021-02-28
set active_node to NULL when line buffer is active
Leo Tenenbaum
2021-02-27
fix bug in find display match #
Leo Tenenbaum
2021-02-16
detecting errors in build output
Leo Tenenbaum
2021-02-16
started getting :build to work
Leo Tenenbaum
2021-02-14
fix and speed up replace all
Leo Tenenbaum
2021-02-11
another small find+replace fix
Leo Tenenbaum
2021-02-11
fixed some problems with find+replace
Leo Tenenbaum
2021-02-11
chain replace all into one undo event
Leo Tenenbaum
2021-02-11
make find+replace more convenient
Leo Tenenbaum
2021-02-10
find menu buttons including replace all
Leo Tenenbaum
2021-02-09
find + replace seems to be working
Leo Tenenbaum
2021-02-09
case sensitivity, regex
Leo Tenenbaum
2021-02-08
show which result user is on
Leo Tenenbaum
2021-02-08
search in both directions
Leo Tenenbaum
2021-02-08
scroll to find match
Leo Tenenbaum
[next]