index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
PropSet.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
2004-05-29
Removed treating ':' as end of word in GetNearestWords
nyamatongwe
1
-5
/
+3
2004-04-24
Changed check whether growth needed in SString insert and
nyamatongwe
1
-24
/
+11
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
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
2003-09-05
Patch from Marius Gheorghe to support multiple equivalent entries in
nyamatongwe
1
-4
/
+54
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
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
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
2001-10-18
Patch from Robin to ensure non-alphabetic characters are handled correctly
nyamatongwe
1
-8
/
+20
2001-08-02
Simplified GetNearestWords and ensured returned list of words is in sorted
nyamatongwe
1
-51
/
+39
2001-06-27
Added prefix matching to WordList::InList which takes any word in
nyamatongwe
1
-0
/
+14
2001-04-13
Fixed const incorrect code.
nyamatongwe
1
-1
/
+1
2001-04-11
Added SetMultiple and ToString methods.
nyamatongwe
1
-22
/
+69
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
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
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-6
/
+10
2001-02-17
Fixed some warnings from Borland.
nyamatongwe
1
-1
/
+1
2001-02-07
GetWild does file extension comparison case insensitively.
nyamatongwe
1
-3
/
+4
2001-02-06
Removed macro substitution of case insensitive string comparison functions
nyamatongwe
1
-30
/
+50
2001-02-05
Patch from John to make GTK+ version build on Win32.
nyamatongwe
1
-5
/
+23
2001-02-03
Refactored detection of self reference within variable to separate function
nyamatongwe
1
-11
/
+20
2001-02-03
Fixed infinite recursion when a value contains a reference to itself.
nyamatongwe
1
-0
/
+10
2001-02-02
Used GetExpanded rather than Get when filling in variable file selectors so
nyamatongwe
1
-2
/
+2
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2001-01-04
Unused SString::npos removed.
nyamatongwe
1
-2
/
+0
2000-12-19
Perl updated.
nyamatongwe
1
-154
/
+115
2000-12-10
Removed file IO code from PropSet to SciTE.
nyamatongwe
1
-74
/
+4
2000-11-21
Changes by Walter to make work on OpenVMS.
nyamatongwe
1
-0
/
+4
2000-11-06
Fix from laurent so binary search works when ignoring case.
nyamatongwe
1
-2
/
+2
[next]