aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Decoration.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-14Specify SetCurrentValue as noexcept as that will not change.Neil1-1/+1
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-1/+1
2020-06-11Use noexcept where safe and maintainable.Neil1-2/+2
2020-05-01Mark Decoration methods noexcept where reasonable.Neil1-14/+14
2018-03-28Templatize decorations to allow 32-bit or 64-bit positions.Neil1-2/+2
2018-03-28Split decorations into interface and implementation.Neil1-51/+33
2018-03-27Return a FillResult struct from RunStyles::FillRange instead of modifyingNeil1-2/+2
2018-03-09Use Position/Line/int more accurately in preparation for large documents.Neil1-10/+10
2018-02-01Templatize RunStyles so it can be over ranges of different types and containNeil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2017-05-10Simplify DecorationList and its clients by using a vector instead of anNeil1-10/+10
2017-04-07Drop "virtual" from methods that do not need to be virtual.Neil1-2/+2
2017-04-01More encapsulation for Decoration and DecorationList.Neil1-2/+19
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-1/+1
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-2/+2
2010-03-13Adding const to methods where possible.nyamatongwe1-2/+2
2008-08-09Clear document style now only clears the lexer indicators.nyamatongwe1-2/+0
2008-08-03ClearDocumentStyle clears all indicators in case the lexer has used annyamatongwe1-0/+2
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+8
2007-04-19Optimized indicator changing with separate SC_MOD_CHANGEINDICATORnyamatongwe1-1/+1
2007-04-07More decoration code, with modifications reported from document to viewsnyamatongwe1-1/+2
2007-04-05New files that implement decorations.nyamatongwe1-0/+55