Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-24 | Made methods const where they can be and are logically const as well. | nyamatongwe | 1 | -2/+2 | |
2013-04-19 | Using std::fill instead of a loop is much faster. As much as 4x on a large ↵ | nyamatongwe | 1 | -0/+2 | |
block. | |||||
2012-02-15 | Bug #3487440. Fix bug where setting an indicator on for whole document | nyamatongwe | 1 | -2/+2 | |
had no effect since that was regarded as an empty indicator. | |||||
2011-08-07 | Do not extend decorations when appending to end of document. Bug #3378718. | nyamatongwe | 1 | -0/+4 | |
2011-06-07 | Add accessor to RunStyles for number of runs so Decoration can use public API. | nyamatongwe | 1 | -1/+1 | |
Make RunStyles internal methods private. RunFromPosition is const so marker as const. | |||||
2008-08-09 | Clear document style now only clears the lexer indicators. | nyamatongwe | 1 | -8/+0 | |
2008-08-03 | ClearDocumentStyle clears all indicators in case the lexer has used an | nyamatongwe | 1 | -0/+8 | |
indicator. | |||||
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+4 | |
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 | |||||
2007-04-19 | Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR | nyamatongwe | 1 | -1/+1 | |
notification flag. | |||||
2007-04-07 | More decoration code, with modifications reported from document to views | nyamatongwe | 1 | -3/+4 | |
although this isn't optimal. Some checking for null changes. Messages documented. Methods for changing indicators in Accessor so can be used by lexers. | |||||
2007-04-05 | New files that implement decorations. | nyamatongwe | 1 | -0/+183 | |