aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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.
2018-06-21Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen2-0/+64
Backport of changeset 7056:974bc87e0696.
2018-06-06Backport: SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.Henrik Hank2-0/+2
Backport of changeset 7024:72c92ed3dc10.
2018-05-28Backport: Add styles for diffs containing patches.Andreas Rönnquist2-0/+8
Backport of changeset 7004:a1f932ccdee6.
2018-05-24Backport: Fix warnings. Add const, constexpr, and noexcept. Initialize. ↵Neil1-1/+1
Standard methods. Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases. Backport of changeset 6974:e99161ef7bdd.
2018-05-22Backport: Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.Neil2-0/+4
Backport of changeset 6966:872900d3ceb0.
2018-05-25Backport: Add GradientRectangle method to Surface to draw rectangles with ↵mitchell1-4/+70
vertical or horizontal gradients. Backport of changeset 6965:90c71d69e3b6.
2018-05-17Backport: Use nullptr instead of 0 in headers as this diminishes the number ↵Neil1-2/+2
of warnings. Backport of changeset 6957:06ab85d42c89.
2018-05-25Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵mitchell1-7/+6
size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232.
2018-05-14Backport: Modernize Platform.h (2) - noexcept, const, constexpr.Neil1-56/+23
ColourDesired is an int instead of long for consistency over different platforms. Changes made to Point, PRectangle, and ColourDesired. RoundXYPosition removed. Backport of changeset 6939:7441dcb96e6a.
2018-05-14Backport: Modernize Platform.h (1) - noexcept, const, standard methods.Neil1-37/+33
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu, DynamicLibrary, and Platform. Backport of changeset 6938:a42c7cc3254b.
2018-05-06Backport: Use <chrono> for platform-independent timing and remove ↵mitchell1-8/+0
ElapsedTime. Also use #if for painting measurement as there are 7 sections of code to enable. Backport of changeset 6741:af5d9064c25c.
2018-04-21Backport: Remove CallBackAction which was replaced by IListBoxDelegate.Neil1-5/+0
Backport of changeset 6726:436141741e4f.
2018-04-20Backport: Avoid MSVC analyze warnings about statics by making Point ↵Neil1-1/+1
constructor constexpr. Backport of changeset 6714:bdd810136072.
2018-04-20Backport: Remove casts, drop default argument, use const.Neil1-3/+3
Backport of changeset 6708:6705d3f828c5.
2018-04-19Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line ↵Nicholai Benalal2-0/+4
numbers white. Backport of changeset 6700:daa126b86c17.
2018-05-05Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than ↵mitchell2-4/+10
2 GigaBytes. This option is provisional and experimental. Backport of changesets 6696:9729ff36c5b1 and 6723:cffe824ab55e. Also added '#include <cstddef>' to top of src/RESearch.cxx to fix 32-bit build error.
2018-05-05Backport: Make some changes recommended by clang-tidy.mitchell1-2/+2
Backport of changeset 6687:4cbf987c7590.
2018-04-14Backport: Removed workaround for old releases of MSVC.Neil1-5/+0
Backport of changeset 6686:afae71db79d3.
2018-03-06Backport: Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann2-0/+20
Backport of changeset 6474:7a2aeece58b6.
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil2-0/+2
Backport of changeset 6448:431b814a54a6.
2018-01-26Backport: Add documentOption argument to SCI_CREATELOADER.Neil2-2/+6
Backport of changeset 6441:92c8f0f1b3e6.