aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/PropSet.h
AgeCommit message (Collapse)AuthorFilesLines
2010-07-14Files no longer needed due to Lexer Object changes.nyamatongwe1-26/+0
2009-07-21Added virtual destructor to avoid compiler warning.nyamatongwe1-0/+1
2009-07-21Using a much simpler property set implementation.nyamatongwe1-84/+5
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString.
2007-07-24Changes to PropSet and PropSetFile make wild card suffixes work; evaluatenyamatongwe1-6/+5
file patterns from the starting PropSet, and add some const corectness.
2007-07-12More complex WordList and PropSet functionality moved to SciTE.nyamatongwe1-19/+3
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+7
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable
2005-08-06Allow properties to differentiate between different case file names onnyamatongwe1-0/+4
GTK+ so that .C can be treated as c++ and .c as C.
2005-04-18Large SQL patch from Carsten Sperber supports scripts written in SQL*Plus.nyamatongwe1-0/+1
2005-03-22Optimised by treating sort state of case sensitive and case insensitivenyamatongwe1-2/+4
lists separately.
2004-09-19Patch to autocompletion from Jakub Vrana to handle cases wherenyamatongwe1-2/+2
word characters are greater than the start of parameters character.
2004-07-19Patch from Bruce Dodson to substitute any recursive definitions with "".nyamatongwe1-1/+1
2004-07-17Patch from Bruce Dodson to help with some recursive property definitions,nyamatongwe1-1/+2
substituting a blank for the recursive reference rather than leaving it.
2004-06-09Unset function on PropSet.nyamatongwe1-0/+1
2004-03-21Avoid compiler warning.nyamatongwe1-0/+7
2004-03-10PropSet can not be copied so made explicit with private copynyamatongwe1-0/+5
constructor and operator=.
2004-02-27Patch from Jakub.nyamatongwe1-1/+1
Only show exactly matching functions in calltips. Avoid extra untitled windows when using check.if.already.open.
2003-09-05Patch from Marius Gheorghe to support multiple equivalent entries innyamatongwe1-1/+1
WordList.
2003-07-31Made some of PropSet protected so it can be overridden.nyamatongwe1-4/+14
2003-04-30Protection from runaway recursion.nyamatongwe1-1/+1
2002-05-27Removed nonFuncChar as no longer used.nyamatongwe1-4/+0
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-15GetNearestWord changed to use a passed in set of valid word charactersnyamatongwe1-1/+2
rather than a hardcoded list.
2001-11-30Gave GetNewExpand a default filename to make it easier to do expansion.nyamatongwe1-1/+1
2001-05-31Made argument to IsAlphabetic be an unsigned int to handle DBCSnyamatongwe1-1/+1
and Unicode characters. Unsure about this. Java doesn't have unsigned.
2001-05-24IsAlphabetic is an 8 bit safe version of isalpha.nyamatongwe1-0/+4
2001-04-11Added SetMultiple and ToString methods.nyamatongwe1-3/+5
Made argument to single argument Set be const. Added length arguments to several methds so they can be used on buffers without modifying the buffers to include \0 characters.
2001-03-21Added enumeration interface from Laurent.nyamatongwe1-0/+4
2001-02-26WordList[] Returns non const as that made some other code simpler.nyamatongwe1-1/+1
2001-02-24Added a parameter to GetNearestwords to allow use of another separator charnyamatongwe1-1/+2
as well as '(' and ':'.
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-4/+10
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-12-10Moved SString class out nto its own header.nyamatongwe1-172/+2
Moved file functionality from PropSet to PropSetFile subclass which is part of SciTE rather than Scintilla so Scintilla has no file IO.
2000-11-08Changed bool operator on WordList to use len as words imay now be allocatednyamatongwe1-1/+1
but empty.
2000-08-31Changes from Ferda to put the sorting and searching here rather than innyamatongwe1-1/+13
SciTEBase.
2000-08-29Merged Jan's changes to SString. Has a size field and allows C++ standardnyamatongwe1-21/+53
library style iterator access.
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe1-10/+46
search. Some bits not quite done as well.
2000-07-10Moved EntryMemory from Scintilla to SciTE as it is only used there.nyamatongwe1-33/+0
2000-07-07Made PropSet into a hash table.nyamatongwe1-7/+4
2000-07-06Optimisations.nyamatongwe1-5/+20
2000-07-03Added 'if' and 'import' statements to properties files.nyamatongwe1-3/+3
2000-05-27Changed operator bool in WordList to return false if WordList is empty.nyamatongwe1-1/+1
Many lexer changes from Philippe Lhoste. VB handles preprocessor and hex constants. C++ optionally leaves preprocessor state after the preprocessor command. HTML terminates incomplete entities earlier and marks them as bad attributes.
2000-04-27Added const indicators to methods that are const.nyamatongwe1-2/+2
2000-04-18Removed use of PropSet in Accessor to avoid linkage.nyamatongwe1-1/+1
Added indenting and horizontal scroll bar messages.
2000-03-08Initial revisionnyamatongwe1-0/+180