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
/
include
/
PropSet.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-21
Added virtual destructor to avoid compiler warning.
nyamatongwe
1
-0
/
+1
2009-07-21
Using a much simpler property set implementation.
nyamatongwe
1
-84
/
+5
2007-07-24
Changes to PropSet and PropSetFile make wild card suffixes work; evaluate
nyamatongwe
1
-6
/
+5
2007-07-12
More complex WordList and PropSet functionality moved to SciTE.
nyamatongwe
1
-19
/
+3
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+7
2005-08-06
Allow properties to differentiate between different case file names on
nyamatongwe
1
-0
/
+4
2005-04-18
Large SQL patch from Carsten Sperber supports scripts written in SQL*Plus.
nyamatongwe
1
-0
/
+1
2005-03-22
Optimised by treating sort state of case sensitive and case insensitive
nyamatongwe
1
-2
/
+4
2004-09-19
Patch to autocompletion from Jakub Vrana to handle cases where
nyamatongwe
1
-2
/
+2
2004-07-19
Patch from Bruce Dodson to substitute any recursive definitions with "".
nyamatongwe
1
-1
/
+1
2004-07-17
Patch from Bruce Dodson to help with some recursive property definitions,
nyamatongwe
1
-1
/
+2
2004-06-09
Unset function on PropSet.
nyamatongwe
1
-0
/
+1
2004-03-21
Avoid compiler warning.
nyamatongwe
1
-0
/
+7
2004-03-10
PropSet can not be copied so made explicit with private copy
nyamatongwe
1
-0
/
+5
2004-02-27
Patch from Jakub.
nyamatongwe
1
-1
/
+1
2003-09-05
Patch from Marius Gheorghe to support multiple equivalent entries in
nyamatongwe
1
-1
/
+1
2003-07-31
Made some of PropSet protected so it can be overridden.
nyamatongwe
1
-4
/
+14
2003-04-30
Protection from runaway recursion.
nyamatongwe
1
-1
/
+1
2002-05-27
Removed nonFuncChar as no longer used.
nyamatongwe
1
-4
/
+0
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
-1
/
+2
2001-11-30
Gave GetNewExpand a default filename to make it easier to do expansion.
nyamatongwe
1
-1
/
+1
2001-05-31
Made argument to IsAlphabetic be an unsigned int to handle DBCS
nyamatongwe
1
-1
/
+1
2001-05-24
IsAlphabetic is an 8 bit safe version of isalpha.
nyamatongwe
1
-0
/
+4
2001-04-11
Added SetMultiple and ToString methods.
nyamatongwe
1
-3
/
+5
2001-03-21
Added enumeration interface from Laurent.
nyamatongwe
1
-0
/
+4
2001-02-26
WordList[] Returns non const as that made some other code simpler.
nyamatongwe
1
-1
/
+1
2001-02-24
Added a parameter to GetNearestwords to allow use of another separator char
nyamatongwe
1
-1
/
+2
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-4
/
+10
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2000-12-10
Moved SString class out nto its own header.
nyamatongwe
1
-172
/
+2
2000-11-08
Changed bool operator on WordList to use len as words imay now be allocated
nyamatongwe
1
-1
/
+1
2000-08-31
Changes from Ferda to put the sorting and searching here rather than in
nyamatongwe
1
-1
/
+13
2000-08-29
Merged Jan's changes to SString. Has a size field and allows C++ standard
nyamatongwe
1
-21
/
+53
2000-08-18
Added in most of Ferdinand Prantl's changes except for regular expression
nyamatongwe
1
-10
/
+46
2000-07-10
Moved EntryMemory from Scintilla to SciTE as it is only used there.
nyamatongwe
1
-33
/
+0
2000-07-07
Made PropSet into a hash table.
nyamatongwe
1
-7
/
+4
2000-07-06
Optimisations.
nyamatongwe
1
-5
/
+20
2000-07-03
Added 'if' and 'import' statements to properties files.
nyamatongwe
1
-3
/
+3
2000-05-27
Changed operator bool in WordList to return false if WordList is empty.
nyamatongwe
1
-1
/
+1
2000-04-27
Added const indicators to methods that are const.
nyamatongwe
1
-2
/
+2
2000-04-18
Removed use of PropSet in Accessor to avoid linkage.
nyamatongwe
1
-1
/
+1
2000-03-08
Initial revision
nyamatongwe
1
-0
/
+180