aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/search.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-02-22use typedef for SciTECO integers and make it configurable at configure timeRobin Haberkorn1-2/+2
* storage size should always be 64 (gint64) to aid macro portability * however, for performance reasons users compiling from source might explicitly compile with 32 bit integers
2013-01-29fixed backward search-and-kill (e.g. -FK...$)Robin Haberkorn1-9/+19
2013-01-27prevent creating Scintilla UNDO token when FD or FK failsRobin Haberkorn1-14/+22
rubout would undo something different and screw up editor state
2013-01-20fixed search-replace commands if search fails (do not insert then)Robin Haberkorn1-2/+41
* updated TODO
2013-01-19updated copyright (2012-2013)Robin Haberkorn1-1/+1
2012-12-04added copyright notice to every source fileRobin Haberkorn1-0/+17
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-0/+4
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-0/+571