aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2020-06-02Initial, experimental support for upstream ILexer5/lexilla lexers.mitchell1-1/+77
2020-04-09Backport: Typo.Zufu Liu1-1/+1
Backport of changeset 8132:98c63169ddef.
2020-04-08Backport: Removed superfluous space.Neil1-2/+0
Backport of changeset 8131:e9f3cb39afd1.
2020-04-08Backport: Feature [feature-requests:1344]. Add methods for iterating through ↵Iain Clarke2-0/+10
the marker handles and marker numbers on a line. Backport of changeset 8129:665c31051e3c.
2020-03-29Backport: Use correct wider types.Mitchell Foral1-4/+4
Backport of changeset 8095:55f5243a2594.
2020-03-16Backport: Update Scintilla.h to match reordering of Scintilla.iface.Neil1-9/+9
Backport of changeset 8006:80e7c6071c8b.
2020-02-05Backport: Bug [#2153]. Reorder and add separating new lines to ease downstream.Neil1-21/+39
Backport of changeset 8001:16b32ce4b801.
2020-02-09Backport: Feature [feature-requests:#1340] Move and use Point functions to ↵Zufu Liu1-2/+2
avoid casting. Backport of changeset 7976:4ba647207671.
2020-02-05Backport: Spelling and grammar in comment.Neil1-1/+2
Backport of changeset 7974:1c2ef1972813.
2020-01-18Backport: Fix line end whitespace.Neil1-1/+1
Backport of changeset 7954:b98f1fd11e62.
2020-01-06Fixed runtime error introduced by r7925 (changset 58e9ef4392cd).mitchell1-2/+2
2020-01-06More synchronizing LongTerm3 with default.mitchell1-0/+6
Ideally this covers anything missed during the backport process.
2020-01-05Added Sci::round() and Sci::lround() for better compatibility with the ↵mitchell1-2/+15
default branch. Some olders MacOSX SDKs do not have std::round() or std::lround().
2020-01-05Added Sci::make_unique() and Sci::size() for better compatibility with the ↵mitchell2-0/+53
default branch. std::make_unique() is c++14 and std::size() is c++17.
2020-01-05Synchronizing LongTerm3 with default.mitchell1-5/+5
Ideally this covers anything missed during the backport process.
2020-01-04Backport: Added Raku lexer and style properties and example filesmitchell2-0/+62
Backport of changeset 7900:bcb95162cd06.
2020-01-04Backport: Define ILexerWithIdentity with methods for retrieving name, ID, ↵mitchell1-1/+8
and property values. Implement ILexerWithIdentity on object lexers. Implement ILexerWithIdentity on LexerSimple wrapper for function lexers. Backport of changeset 7870:6ffcbd42288c, but with a new interface compatible with ILexer, not ILexer5.
2019-11-15Backport: Feature [feature-requests:#1316] Allow target to have virtual space.Neil2-0/+16
Backport of changeset 7768:5d73aa55a6ee.
2019-11-15Backport: Feature [feature-requests:#1316] Add access to virtual space at ↵Neil2-0/+8
start and end of multiple selections. Backport of changeset 7767:80102fe650b2.
2019-12-06Backport: Feature [feature-requests:#1324] Add Hollywood lexer.mitchell2-0/+34
Backport of changeset 7761:abba8b1c6f4a.
2019-07-05Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications ↵Neil2-0/+8
can display overviews or minimaps with reasonable layout. Backport of changeset 7700:e6efe007d2dc.
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell2-1/+14
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT. Backport of changeset 7613:4cfac35c71bd.
2019-06-22Backport: Bug [#1924]. Option to allow block carets to trail selection ranges.Neil2-2/+4
Bit flag value is CARETSTYLE_BLOCK_AFTER=256. Backport of changeset 7609:340a0f51fb3c.
2019-06-22Backport: Feature [feature-requests:#1297] Updates to types of LineScroll,Zufu Liu1-5/+5
[Set]MarginTypeN, and [Set]MarginCursorN. Backport of changeset 7596:a5bcfd494606.
2019-07-11Backport: Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX.mitchell1-1/+1
Backport of changeset 7595:7de39ba4c5a5.
2019-06-22Backport: Feature [feature-requests:#1297] Updated Scintilla.h from ↵Neil1-6/+14
Scintilla.iface. Adds *_NONE and INDICATOR_* enumeration values. Moves old INDIC?_MASK to deprecated section. Backport of changeset 7593:5b74284d6970.
2019-06-22Backport: Feature [feature-requests:#1297] Tweak aliases so that acronyms ↵Neil1-7/+5
longer than 2 characters are treated as words and are also good SNAKE_CASE. This is consistent with coding guidelines such as from Google and Microsoft. https://google.github.io/styleguide/cppguide.html#General_Naming_Rules Backport of changeset 7592:d96faf819aba.
2019-06-18Backport: Feature [feature-requests:#1297] 7: Add value aliases for ↵Neil1-1/+164
PascalCase constants. For example, FolderEnd instead of Folderend. Could also be used for a snake_case option if desired. Backport of changeset 7590:723866698fd8.
2019-06-18Backport: Feature [feature-requests:#1297] 6: Add enumeration types to APIs.Neil1-122/+123
Backport of changeset 7588:3a1f64ccb9a8.
2019-06-18Backport: Feature [feature-requests:#1297] 5: Separate IndicatorNumbers from ↵Neil1-5/+16
IndicatorStyle. Deprecate INDIC?_MASK as they depended on old style-byte indicators so are no longer valid. Backport of changeset 7587:fa37b07baf0e.
2019-06-18Backport: Feature [feature-requests:#1297] 4: Add enu for IndicValue and ↵Neil1-0/+5
UndoFlags to gather their values into a type. Add _NONE values for 3 enumerations to make using them simpler. Backport of changeset 7586:d1d3da2c2d91.
2019-06-18Backport: Feature [feature-requests:#1297] 4: Comment added for SC_MASK_FOLDERS.Neil1-0/+1
Backport of changeset 7585:db2f08dff38e.
2019-06-18Backport: Feature [feature-requests:#1297] 3: Add pointer type.Neil1-11/+12
Backport of changeset 7581:777afc17036d.
2019-06-18Backport: Feature [feature-requests:#1297] 2: Replace int with position or ↵Neil1-118/+119
line where that is more accurate. This helps define where 64-bit values may be passed for huge files. Backport of changeset 7577:e9132d4f7fad.
2019-07-11Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.mitchell2-0/+34
Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function since `strnlen` is not part of the C or C++ standard.
2019-06-02Backport: GTK+ was renamed to GTK in February 2019 so update documentation ↵Neil1-2/+2
to new name. Backport of changeset 7545:69f78ccbfc4b.
2019-05-27Backport: Feature [feature-requests:#1280]. Lexer added for X12.mitchell2-0/+22
Backport of changeset 7486:a99fa007805f, but with LexerX12::Terminator struct definition not having default values, which is a C++14 feature.
2019-04-07Backport: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.Zufu Liu2-0/+2
Backport of changeset 7407:fc237c9afcdd.
2019-04-05Backport: Feature [feature-requests:#1272]. Add API to set default fold ↵Neil2-0/+8
display text. Backport of changeset 7400:9fcb52fdb307.
2019-03-31Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to matchZufu Liu2-1/+5
FoldDisplayTextSetStyle. Backport of changeset 7394:8fe3c581aeb9.
2019-04-16Backport: Feature [feature-requests:#1259]. Add ↵mitchell2-0/+8
SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed of character category features. Backport of changeset 7392:2832adedd0f4, but with added includes for Sci::clamp().
2019-03-18Backport: Add some operators to Point to simplify client code.Neil1-0/+12
Backport of changeset 7321:d488340e94c0.
2019-03-09Backport: Feature [feature-requests:#1265]. Common Intermediate Language ↵mitchell2-0/+26
(CIL) lexer. Backport of changeset 7283:aaeca7f7cf9d.
2019-02-05Backport: Feature [feature-requests:#1217]. Change API so block just for ↵Zufu Liu2-2/+6
overstrike. Backport of changeset 7249:06b6a93d8e3f.
2019-02-02Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.Zufu Liu2-0/+2
Backport of changeset 7248:aba09a1c7c63.
2018-11-21Backport: Feature [feature-requests:#1242]. Add lexer for NimJad Altahan2-0/+38
Backport of changeset 7173:3e6cf75864cc.
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil2-0/+8
This can reduce the time taken to fold a document by half. Backport of changeset 7110:09c647755bed.
2018-09-30Backport: Synchronize definition and documentation.Neil1-1/+1
Backport of changeset 7102:927e7d62e917.
2018-07-31Backport: Define PLAT_HAIKU and use to avoid a reported compilation problem ↵Neil1-0/+5
on 32-bit Haiku where ptrdiff_t and int are the same size but different types. Backport of changeset 7070:406da729a8b3.
2018-07-10Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ↵Neil2-2/+40
points and UTF-16 code units added. Converted instances of C++17 std::string_view to C++11. Also used const_casts where appropriate to fix compile errors. Backport of changeset 7063:0d5edc93e280.