aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/StyleContext.h
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Creating lexlib with lexer support files.nyamatongwe1-177/+0
2010-03-13Adding const to methods where possible.nyamatongwe1-3/+3
2010-02-17Formatting whitespace.nyamatongwe1-1/+1
2010-01-19Avoid warning from cppchecker in bug #2903391.nyamatongwe1-3/+1
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+8
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
2006-09-01Matching now works for single character strings.nyamatongwe1-0/+2
2006-08-09Fix for bug 1530313.nyamatongwe1-7/+7
2005-12-09Casts result of SafeGetCharAt so that it is treated as unsigned.nyamatongwe1-2/+3
2005-03-01Patch from Jan Martin Pettersen to ensure lexers only see the bits in eachnyamatongwe1-1/+1
style byte they are interested in and not of any other indicators added by the container.
2004-05-02Philippe added function for determining if a character is a digit innyamatongwe1-1/+11
bases other than decimal.
2003-03-01Fixed DBCS handling.nyamatongwe1-1/+1
2002-10-26Patch from Philippe to hoist getting of next char into method, add anyamatongwe1-28/+33
Forward(n) method and use unsigned integers for positions.
2002-05-20Added a Match method to Accessor to make it easy to check for strings in a ↵nyamatongwe1-0/+4
document. Moved IsASpaceOrTab into StyleContext header.
2002-02-11Changes to tighten up styling beyond the bounds of the document.nyamatongwe1-15/+23
May not be permanent.
2001-12-06Vamsi & Praveen contributed MatchIgnoreCase.nyamatongwe1-0/+14
2001-09-02Moved StyleContext (previously called ColouriseContext) from LexCPP andnyamatongwe1-0/+127
LexEiffel into own files.