aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-16Make EncodingFamily an enum class for more type safety.Neil1-1/+1
2020-07-15Feature [feature-requests:1368]. Add BraceMatchNext API.Zufu Liu1-1/+1
2020-06-12Bug [#2141]. Implement end of line annotations.Prakash Sahni1-1/+7
2020-06-11Use noexcept where safe and maintainable.Neil1-1/+1
2020-05-03Feature [feature-requests:1347]. Add InsertLines method to PerLine interface andNeil1-0/+1
2020-04-08Simplify PerLine, remove casts, use noexcept, const, & constexpr where possible.Neil1-8/+8
2020-04-08Feature [feature-requests:1344]. Add methods for iterating through the markerIain Clarke1-0/+2
2020-03-31Pass argument as unique_ptr to show transfer of ownership. Add const and noex...Neil1-2/+2
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil1-1/+1
2019-07-01Use noexcept on Document where reasonable with no effect on external interface.Neil1-33/+34
2019-07-01Use noexcept in HighlightDelimiter - its a simple struct.Neil1-5/+5
2019-04-26Feature [feature-requests:#1238]. Simplify camel case forcing by checking onlyNeil1-1/+0
2019-03-29Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION APINeil1-0/+3
2019-03-03Use constexpr where reasonable and move groups of static functions into unnamedNeil1-1/+1
2019-03-03Use noexcept where reasonable.Neil1-5/+5
2019-03-03Delete standard methods of UndoGroup so it can not be copied.Neil1-0/+5
2018-10-15Extract duration measurement damping and clamping into ActionDuration class soNeil1-1/+21
2018-07-10Optional indexing of line starts in UTF-8 documents by UTF-32 code points andNeil1-0/+5
2018-06-10Using noexcept for simple functions.Neil1-29/+29
2018-05-21Draw invalid bytes in DBCS when detected as blobs in a similar way to UTF-8.Neil Hodgson1-0/+3
2018-05-14Replace 0 with nullptr.Neil1-4/+4
2018-04-21Tighten definition of regular expression iterators so they are noexcept andNeil1-8/+11
2018-04-19Casting changed in many places, due to change to 64-bit variables for 64-bitNeil1-3/+4
2018-04-17Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.Neil1-0/+2
2018-04-14Make some changes recommended by clang-tidy.Neil Hodgson1-1/+1
2018-04-13Use 'override' for methods that are overridden.Neil1-30/+32
2018-04-04Remove redundant forward declaration and move forward declarations to top.Neil1-10/+8
2018-03-28Split decorations into interface and implementation.Neil1-1/+1
2018-03-09Use Position/Line/int more accurately in preparation for large documents.Neil1-2/+2
2018-02-27Use virtual to ensure LexState overrides LineEndTypesSupported method.Neil1-1/+1
2018-02-02Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2017-06-22Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for versionNeil1-1/+1
2017-07-09Bug [#1955]. The data parameter to ILoader::AddData made const.Justin Dailey1-1/+1
2017-06-22Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just haveNeil1-3/+3
2017-06-22Cast between Sci_Position.h types used for lexers and Position.h types used inNeil1-3/+3
2017-05-10Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache andNeil1-4/+13
2017-04-29Use std::unique_ptr, std::vector, and move construction to simplify UndoHistoryNeil1-1/+1
2017-04-22Using unique_ptr to simplify ownership of images, case folder, and list box.Neil1-1/+1
2017-04-22Encapsulate the LexInterface of Document.Neil1-2/+3
2017-04-21More consistent deletion of standard methods.Neil1-0/+3
2017-04-07Use same parameter names in declarations and definitions.Neil1-2/+2
2017-03-31Hide decorations details a little.Neil1-3/+1
2017-03-31Delete declaration of unimplemented method.Neil1-1/+0
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-119/+112
2017-03-06Use several C++11 features as examples so problems with these features are seen.Vicente1-1/+1
2017-01-22Remove extraneous "void".Neil1-1/+1
2016-10-06Word selection, navigation, and manipulation is now performed on charactersNeil1-14/+22
2016-08-20Make some methods const where reasonable.Neil1-1/+1
2016-01-31Bug [#1799]. Folds unfolded when two fold regions are merged by either deletingMarkus Nißl1-0/+4