| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-10-09 | Bug #2056209 avoiding hidden variable warnings with Sun Studio. | nyamatongwe | 1 | -2/+2 | |
| 2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+8 | |
| message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
| 2007-01-16 | Patch from Philippe Lhoste to regular expressions adds \d, \D, \s, \S, \w, ↵ | nyamatongwe | 1 | -7/+9 | |
| \W, and \xHH. | |||||
| 2006-02-27 | Patch from Philippe makes some methods private, improve comments and | nyamatongwe | 1 | -8/+8 | |
| whitespace. | |||||
| 2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 1 | -3/+6 | |
| classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table. | |||||
| 2005-06-07 | Added virtual destructor to avoid warning from GCC 4. | nyamatongwe | 1 | -0/+2 | |
| 2003-03-04 | Patch from Jakub to optionally implement more POSIX compatible regular | nyamatongwe | 1 | -1/+1 | |
| expressions. \(..\) changes to (..) Fixes problem where find previous would not find earlier matches on same line. | |||||
| 2002-09-15 | made 8-bit safe. | nyamatongwe | 1 | -1/+1 | |
| 2001-04-29 | Addition of new target methods - versions of ReplaceTarget that take counted | nyamatongwe | 1 | -3/+3 | |
| strings to allow for nulls, SearchInTarget and Get/SetSearchFlags to use a series of calls rather than a structure. Handling of \000 in search and replace. Handling of /escapes within character ranges of regular expressions. Some handling of bare ^ and $ regular expressions. | |||||
| 2001-04-06 | Made regular expression searching work on a line by line basis, made ^ and | nyamatongwe | 1 | -1/+2 | |
| $ work, made [set] work, and added a case insensitive option. | |||||
| 2001-04-05 | Replace target functionality to make find and replace operations faster | nyamatongwe | 1 | -1/+6 | |
| by diminishing screen updates and allow for \d patterns in the replacement text. | |||||
| 2001-04-04 | Moved to public domain regular expresion implementation. | nyamatongwe | 1 | -0/+54 | |
