Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-08 | Removed old unused code from SString. | nyamatongwe | 1 | -94/+83 | |
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-03-30 | Added a contains method so it is easy to see if a string contains a | nyamatongwe | 1 | -0/+6 | |
particular character. | |||||
2001-02-25 | Added appendwithseparator method as this is common and there is extra mess | nyamatongwe | 1 | -9/+24 | |
without it. | |||||
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -7/+12 | |
2001-02-06 | Removed macro substitution of case insensitive string comparison functions | nyamatongwe | 1 | -5/+3 | |
and declared new functions CompareCaseInsensitive and CompareNCaseInsensitive implemented in Scintilla. | |||||
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
2001-01-25 | Patch from Philippe, containing comments and a fix to SString for empty | nyamatongwe | 1 | -4/+33 | |
strings. | |||||
2001-01-04 | Patch from Philippe to granularise append allocations and remove unused | nyamatongwe | 1 | -90/+84 | |
stuff. | |||||
2001-01-02 | From Philippe: SString::clear and SCE_C_COMMENTLINEDOC. | nyamatongwe | 1 | -0/+6 | |
2000-12-18 | Added constructor from a const char * with start and end arguments. | nyamatongwe | 1 | -13/+10 | |
2000-12-10 | Moved SString class out nto its own header. | nyamatongwe | 1 | -0/+216 | |
Moved file functionality from PropSet to PropSetFile subclass which is part of SciTE rather than Scintilla so Scintilla has no file IO. |