aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RunStyles.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-12-30Avoid redraws when setting an indicator over positions where it is already set.nyamatongwe1-1/+3
From Tino Weinkauf.
2008-01-19Made som emethods const.nyamatongwe1-2/+2
2007-07-25Changed ContractionState data structure to be more efficient by not onlynyamatongwe1-0/+5
modifying data near an insertion or deletion when there is good locality of modification.
2007-06-12Fixed bug where setting the same range twice to the same value resultednyamatongwe1-7/+9
in rest of document being set.
2007-06-09Fixed bug when setting a range where the start of the range was already anyamatongwe1-3/+5
run start.
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-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-19Optimized indicator changing with separate SC_MOD_CHANGEINDICATORnyamatongwe1-18/+27
notification flag.
2007-04-07More decoration code, with modifications reported from document to viewsnyamatongwe1-3/+10
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-05New files that implement decorations.nyamatongwe1-0/+187