aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2020-09-09Backport: Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.mitchell2-0/+4
Backport of changeset 8507:e72e8cf58ea7.
2020-07-18Backport: Remove some constexpr as they made shiboken fail.Neil1-2/+2
Backport of changeset 8420:572995dc6928.
2020-07-15Backport: Feature [feature-requests:1368]. Add BraceMatchNext API.Zufu Liu2-0/+4
Backport of changeset 8406:a2ce85a55dfa.
2020-07-19Backport: Make simple methods on simple classes constexpr.mitchell1-30/+30
Backport of changeset 8402:efa2991d428f.
2020-06-19Reverted experimental Lexilla and SCI_SETILEXER support.mitchell3-82/+2
When testing, it works when compiled with debug symbols enabled, but crashes without them. It doesn't seem worth maintaining.
2020-06-12Backport: Bug [#2141]. Implement end of line annotations.Prakash Sahni2-2/+49
Backport of changeset 8306:1b383adfdf71.
2020-05-02Backport: Allow disabling automatically generated #define constants.Neil1-0/+4
This is for applications that want access to the structures and function definitions but define constants with enum or constexpr. Backport of changeset 8224:89f7a797f5a5.
2020-05-01Backport: Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC ↵Neil2-0/+2
9.0 like 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ Backport of changeset 8217:2ea7e2f6a248.
2020-06-02Fixed crashes on Win32 related to previous backport.mitchell1-1/+1
2020-06-02Updated Scintilla.iface with experimental ILexer5 interface support.mitchell1-1/+1
2019-12-31Backport: Implement SCI_SETILEXER.Neil2-0/+4
Backport of changeset 7871:ff54e1fc74f3, but with the ability to distinguish between ILexer and ILexer5 interfaces.
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.