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