Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-17 | Formatting whitespace. | nyamatongwe | 1 | -1/+1 | |
2009-08-13 | Use default value for GetInt when text is emoty. | nyamatongwe | 1 | -1/+1 | |
2009-07-21 | Using a much simpler property set implementation. | nyamatongwe | 1 | -646/+67 | |
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString. | |||||
2007-07-24 | Changes to PropSet and PropSetFile make wild card suffixes work; evaluate | nyamatongwe | 1 | -20/+6 | |
file patterns from the starting PropSet, and add some const corectness. | |||||
2007-07-12 | More complex WordList and PropSet functionality moved to SciTE. | nyamatongwe | 1 | -408/+0 | |
2007-07-05 | Keywords work with characters > 0x79. | nyamatongwe | 1 | -1/+1 | |
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+4 | |
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-02-26 | Change finding near words in a WordList to first search for the | nyamatongwe | 1 | -3/+6 | |
character passed in and only iof not found search for the default '('. | |||||
2006-06-21 | Fix for bug 1508641. | nyamatongwe | 1 | -2/+2 | |
2005-08-06 | Allow properties to differentiate between different case file names on | nyamatongwe | 1 | -2/+11 | |
GTK+ so that .C can be treated as c++ and .c as C. | |||||
2005-04-18 | Large SQL patch from Carsten Sperber supports scripts written in SQL*Plus. | nyamatongwe | 1 | -0/+62 | |
2005-03-22 | Optimised by treating sort state of case sensitive and case insensitive | nyamatongwe | 1 | -13/+27 | |
lists separately. | |||||
2004-09-19 | Patch to autocompletion from Jakub Vrana to handle cases where | nyamatongwe | 1 | -54/+48 | |
word characters are greater than the start of parameters character. | |||||
2004-07-19 | Patch from Bruce Dodson to substitute any recursive definitions with "". | nyamatongwe | 1 | -29/+63 | |
2004-07-17 | Patch from Bruce Dodson to help with some recursive property definitions, | nyamatongwe | 1 | -4/+6 | |
substituting a blank for the recursive reference rather than leaving it. | |||||
2004-06-09 | Unset function on PropSet. | nyamatongwe | 1 | -0/+27 | |
2004-06-01 | Patch for allowing retrieval of document text encoded as | nyamatongwe | 1 | -1/+1 | |
UTF-8 and converting from UTF-8 to the document encoding. | |||||
2004-05-29 | Removed treating ':' as end of word in GetNearestWords | nyamatongwe | 1 | -5/+3 | |
as it conflicted with languages that use ':' inside identifiers. Functionality can be achieved by passing ':' as otherSeparator parameter. | |||||
2004-04-24 | Changed check whether growth needed in SString insert and | nyamatongwe | 1 | -24/+11 | |
append to not grow when new length is 1 less than size. | |||||
2004-04-12 | Extra argument validation from Philippe. | nyamatongwe | 1 | -2/+6 | |
2004-04-02 | String code from Pavol Bosik used by Anjuta. | nyamatongwe | 1 | -2/+11 | |
2004-03-04 | Added startswith and endswith methods to SString. | nyamatongwe | 1 | -0/+16 | |
2004-02-27 | Patch from Jakub. | nyamatongwe | 1 | -6/+11 | |
Only show exactly matching functions in calltips. Avoid extra untitled windows when using check.if.already.open. | |||||
2004-02-26 | Bruce moved the constructors from number types out of line. | nyamatongwe | 1 | -0/+15 | |
2004-01-12 | Patch from Bruce Dodson to move length string methods | nyamatongwe | 1 | -0/+227 | |
out of the header and into an implementation file. | |||||
2003-09-05 | Patch from Marius Gheorghe to support multiple equivalent entries in | nyamatongwe | 1 | -4/+54 | |
WordList. | |||||
2003-07-31 | Made some of PropSet protected so it can be overridden. | nyamatongwe | 1 | -11/+1 | |
2003-04-30 | More protection against recursive property settings. | nyamatongwe | 1 | -16/+16 | |
2003-02-17 | Avoid infinite expansion of recursive definitions. | nyamatongwe | 1 | -2/+6 | |
2003-01-10 | Replaced standard library isspace with explicit code as isspace doesn't | nyamatongwe | 1 | -4/+8 | |
like non-ASCII. | |||||
2002-11-21 | Patch from Biswa to add icons to autocompletion lists. | nyamatongwe | 1 | -12/+12 | |
2002-08-06 | Speed up to creating WordList through using a lookup table for separators. | nyamatongwe | 1 | -13/+18 | |
2002-06-09 | Compatibility with 64 bit systems. | nyamatongwe | 1 | -1/+1 | |
2002-04-21 | Some Win64 compatibility and size_t correctness. | nyamatongwe | 1 | -11/+11 | |
2002-02-06 | Changed case insensitive comparison functions to always compare non-alpha | nyamatongwe | 1 | -16/+8 | |
characters against upper case characters to ensure consistent sorting and searching. | |||||
2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 1 | -1/+1 | |
2002-01-15 | GetNearestWord changed to use a passed in set of valid word characters | nyamatongwe | 1 | -4/+4 | |
rather than a hardcoded list. | |||||
2001-10-18 | Patch from Robin to ensure non-alphabetic characters are handled correctly | nyamatongwe | 1 | -8/+20 | |
in case insensitive comparisons. | |||||
2001-08-02 | Simplified GetNearestWords and ensured returned list of words is in sorted | nyamatongwe | 1 | -51/+39 | |
order. | |||||
2001-06-27 | Added prefix matching to WordList::InList which takes any word in | nyamatongwe | 1 | -0/+14 | |
the list starting with '^' as a prefix. The rest of the word after the '^' is then checked against the argument and if it is a prefix then true is returned. | |||||
2001-04-13 | Fixed const incorrect code. | nyamatongwe | 1 | -1/+1 | |
2001-04-11 | Added SetMultiple and ToString methods. | nyamatongwe | 1 | -22/+69 | |
Made argument to single argument Set be const. Added length arguments to several methds so they can be used on buffers without modifying the buffers to include \0 characters. | |||||
2001-04-11 | Avoided warnings on VC++ Pro. | nyamatongwe | 1 | -4/+2 | |
2001-04-09 | Philippe provided fix for EM_GETLINE and reformatting. | nyamatongwe | 1 | -29/+33 | |
2001-04-08 | Removed old unused code from SString. | nyamatongwe | 1 | -50/+8 | |
Added method to change resize behaviour. Added detach() method to take over ownership of buffer. Cleaned up naming. Removed WordAccumulator class from PropSet as SString can do it all now. | |||||
2001-04-04 | Avoid compiler and BoundsChecker warnings. | nyamatongwe | 1 | -1/+1 | |
2001-03-21 | Enumeration interface from Laurent. | nyamatongwe | 1 | -0/+40 | |
2001-02-25 | Increased allocation chunk size for GetNearestWords as it was slow. | nyamatongwe | 1 | -1/+1 | |
2001-02-24 | Added support for using ':' and another character to end identifiers in | nyamatongwe | 1 | -141/+105 | |
.api files as well as '('. Simplified GetNearestWords. Changed to using C++ allocation always rather than malloc and free. | |||||
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -6/+10 | |