aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PropSet.cxx
AgeCommit message (Expand)AuthorFilesLines
2003-09-05Patch from Marius Gheorghe to support multiple equivalent entries innyamatongwe1-4/+54
2003-07-31Made some of PropSet protected so it can be overridden.nyamatongwe1-11/+1
2003-04-30More protection against recursive property settings.nyamatongwe1-16/+16
2003-02-17Avoid infinite expansion of recursive definitions.nyamatongwe1-2/+6
2003-01-10Replaced standard library isspace with explicit code as isspace doesn'tnyamatongwe1-4/+8
2002-11-21Patch from Biswa to add icons to autocompletion lists.nyamatongwe1-12/+12
2002-08-06Speed up to creating WordList through using a lookup table for separators.nyamatongwe1-13/+18
2002-06-09Compatibility with 64 bit systems.nyamatongwe1-1/+1
2002-04-21Some Win64 compatibility and size_t correctness.nyamatongwe1-11/+11
2002-02-06Changed case insensitive comparison functions to always compare non-alphanyamatongwe1-16/+8
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-15GetNearestWord changed to use a passed in set of valid word charactersnyamatongwe1-4/+4
2001-10-18Patch from Robin to ensure non-alphabetic characters are handled correctlynyamatongwe1-8/+20
2001-08-02Simplified GetNearestWords and ensured returned list of words is in sortednyamatongwe1-51/+39
2001-06-27Added prefix matching to WordList::InList which takes any word innyamatongwe1-0/+14
2001-04-13Fixed const incorrect code.nyamatongwe1-1/+1
2001-04-11Added SetMultiple and ToString methods.nyamatongwe1-22/+69
2001-04-11Avoided warnings on VC++ Pro.nyamatongwe1-4/+2
2001-04-09Philippe provided fix for EM_GETLINE and reformatting.nyamatongwe1-29/+33
2001-04-08Removed old unused code from SString.nyamatongwe1-50/+8
2001-04-04Avoid compiler and BoundsChecker warnings.nyamatongwe1-1/+1
2001-03-21Enumeration interface from Laurent.nyamatongwe1-0/+40
2001-02-25Increased allocation chunk size for GetNearestWords as it was slow.nyamatongwe1-1/+1
2001-02-24Added support for using ':' and another character to end identifiers innyamatongwe1-141/+105
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-6/+10
2001-02-17Fixed some warnings from Borland.nyamatongwe1-1/+1
2001-02-07GetWild does file extension comparison case insensitively.nyamatongwe1-3/+4
2001-02-06Removed macro substitution of case insensitive string comparison functionsnyamatongwe1-30/+50
2001-02-05Patch from John to make GTK+ version build on Win32.nyamatongwe1-5/+23
2001-02-03Refactored detection of self reference within variable to separate functionnyamatongwe1-11/+20
2001-02-03Fixed infinite recursion when a value contains a reference to itself.nyamatongwe1-0/+10
2001-02-02Used GetExpanded rather than Get when filling in variable file selectors sonyamatongwe1-2/+2
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2001-01-04Unused SString::npos removed.nyamatongwe1-2/+0
2000-12-19Perl updated.nyamatongwe1-154/+115
2000-12-10Removed file IO code from PropSet to SciTE.nyamatongwe1-74/+4
2000-11-21Changes by Walter to make work on OpenVMS.nyamatongwe1-0/+4
2000-11-06Fix from laurent so binary search works when ignoring case.nyamatongwe1-2/+2
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
2000-08-31Changes from Ferda to put the sorting and searching here rather than innyamatongwe1-4/+267
2000-08-29Merged Jan's changes to SString. Has a size field and allows C++ standardnyamatongwe1-0/+2
2000-08-27Fixed sorting to use qsort by implementing a string comparisonnyamatongwe1-32/+6
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe1-11/+22
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