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 (
Collapse
)
Author
Files
Lines
2000-09-07
Changed back to two pass way of creating word arrays.
nyamatongwe
1
-1
/
+5
2000-09-01
Fix from Ferda to make the binary search work for autocompletion and
nyamatongwe
1
-14
/
+50
calltips.
2000-08-31
Changes from Ferda to put the sorting and searching here rather than in
nyamatongwe
1
-4
/
+267
SciTEBase.
2000-08-29
Merged Jan's changes to SString. Has a size field and allows C++ standard
nyamatongwe
1
-0
/
+2
library style iterator access.
2000-08-27
Fixed sorting to use qsort by implementing a string comparison
nyamatongwe
1
-32
/
+6
function rather than passing strcmp in directly.
2000-08-18
Added in most of Ferdinand Prantl's changes except for regular expression
nyamatongwe
1
-11
/
+22
search. Some bits not quite done as well.
2000-07-07
Made PropSet into a hash table.
nyamatongwe
1
-90
/
+86
2000-07-06
Optimisations.
nyamatongwe
1
-30
/
+74
2000-07-03
Changed MAX_PATH to 1024 to make GTK+ version compile.
nyamatongwe
1
-2
/
+2
2000-07-03
Added 'if' and 'import' statements to properties files.
nyamatongwe
1
-14
/
+25
2000-06-11
Property set keys are now case sensitive.
nyamatongwe
1
-12
/
+9
2000-04-10
Removed redundant subexpression in PropSet::GetInt.
nyamatongwe
1
-1
/
+1
2000-04-07
Changing code to ensure no warnings are produced by compilers.
nyamatongwe
1
-1
/
+1
2000-04-01
Fixed warnings from Borland compiler.
nyamatongwe
1
-1
/
+1
2000-03-08
Made work on GTK+/Linux.
nyamatongwe
1
-0
/
+5
2000-03-08
Initial revision
nyamatongwe
1
-0
/
+399
[prev]