Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-16 | Backport: Remove line-end white space. | Neil | 28 | -83/+83 | |
Backport of changeset 6625:2dd6b8049c4e. | |||||
2018-03-16 | Remove unused inclusion of "XPM.h" in curses. | mitchell | 1 | -1/+0 | |
2018-03-15 | Backport: Use forward class definitions of XPM and RGBAImage so only code ↵ | Neil | 14 | -47/+46 | |
that uses them needs to #include "XPM.h". Move definition of standard methods on LineMarker from header to implementation to reduce included text and further isolate use of XPM and RGBAImage. Backport of changeset 6624:32adac0930bb. | |||||
2018-03-14 | Backport: Bug [#2001]. Make masking and comparison code clearer. | Neil | 1 | -16/+25 | |
Backport of changeset 6623:85eff0bae17a. | |||||
2018-03-16 | Fixed compiler warnings in LPeg lexer. | mitchell | 1 | -8/+7 | |
2018-03-09 | Backport: Use Position/Line/int more accurately in preparation for large ↵ | Neil | 17 | -131/+136 | |
documents. Backport of changeset 6480:f2650eaa75e6. | |||||
2018-03-08 | Backport: Fix relexing from inside multiline comments. | Gunter Königsmann | 1 | -9/+17 | |
Fix some warnings. Backport of changeset 6479:065b6d800991. | |||||
2018-03-08 | Backport: Change log. | Neil | 1 | -0/+3 | |
Backport of changeset 6478:e7f3cfe25244. | |||||
2018-03-08 | Backport: Create static library libscintilla.a or libscintilla.lib on Windows. | Neil | 4 | -38/+53 | |
Stop creating Lexers.a static library. Harmonize make files. Backport of changeset 6477:a65186aab9f9. | |||||
2018-03-08 | Backport: Bug [#1952]. Match identifier chains with dots and colons. | Kein-Hong Man | 2 | -56/+98 | |
Backport of changeset 6475:8fb85a29591f. | |||||
2018-03-06 | Backport: Feature [feature-requests:#1210]. Maxima lexer added. | Gunter Königsmann | 9 | -0/+257 | |
Backport of changeset 6474:7a2aeece58b6. | |||||
2018-03-05 | Backport: Bug [#1999]. Fix hang lexing a Lua label where the range ends ↵ | Neil | 2 | -0/+9 | |
before "::". Backport of changeset 6473:daf991b38f03. | |||||
2018-03-03 | Backport: Promote methods from int to ptrdiff_t to allow extension to 64-bits. | Neil | 2 | -8/+8 | |
Backport of changeset 6472:aa859585e0c2. | |||||
2018-03-03 | Backport: Use Position and Line types in ScintillaCocoa to allow for later ↵ | Neil | 1 | -7/+7 | |
changes. Backport of changeset 6471:3546815875df. | |||||
2018-03-01 | Backport: Mark variables as const where simple. | Neil | 17 | -294/+294 | |
Backport of changeset 6470:d78a4b522662. | |||||
2018-03-01 | Backport: Use C++ cast in preference to C cast. | Neil | 1 | -1/+1 | |
Backport of changeset 6469:67f7890eac1d. | |||||
2018-03-01 | Backport: Mark pointer argument as const as not written to. | Neil | 2 | -7/+7 | |
Backport of changeset 6468:9ed7929c7900. | |||||
2018-03-01 | Backport: Avoid warning with explicit destructor. | Neil | 1 | -0/+1 | |
Backport of changeset 6467:17f14e179303. | |||||
2018-02-27 | Backport: Use 'const'. | Neil | 1 | -1/+1 | |
Backport of changeset 6463:6d6db2016d7c. | |||||
2018-02-27 | Backport: Use virtual to ensure LexState overrides LineEndTypesSupported method. | Neil | 2 | -2/+2 | |
Backport of changeset 6462:934f6f6451c2. | |||||
2018-02-27 | Backport: Added <utility> and <tuple> to header order and moved POSIX header ↵ | Neil | 3 | -5/+9 | |
<sys/time.h> after standard C++ language headers. Backport of changeset 6461:abc640b89c43. | |||||
2018-02-24 | Backport: Fix move-extends-selection mode for rectangular and line selections. | Mitchell Foral | 4 | -17/+138 | |
Backport of changeset 6458:0a8a766722c0. | |||||
2018-02-22 | Backport: Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and ↵ | Tobias Kühne | 2 | -1/+5 | |
deletions. Backport of changeset 6457:26e7749ba67a. | |||||
2018-02-17 | Backport: For rectangular selections, pressing Home or End now moves the ↵ | Vicente | 2 | -3/+18 | |
caret to the Home or End position instead of the limit of the rectangular selection. Backport of changeset 6456:eaa6c7fa1a81. | |||||
2018-02-10 | Backport: Eliminate calls of Scintilla APIs that have been removed. | Neil Hodgson | 1 | -3/+0 | |
Backport of changeset 6451:d5eb40fd400d. | |||||
2018-02-06 | Backport: [Bug #1983] Fix double tap word selection on Windows 10 1709 Fall ↵ | Dimitar Radev | 2 | -1/+6 | |
Creators Update. Times of observed mouse events went backwards causing unsigned overflow. Backport of changeset 6449:1280ef150bbb. | |||||
2018-02-02 | Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE. | Neil | 12 | -21/+75 | |
Backport of changeset 6448:431b814a54a6. | |||||
2018-02-01 | Backport: Templatize RunStyles so it can be over ranges of different types ↵ | Neil | 6 | -75/+100 | |
and contain different style types. Currently only instantiated over <int, int>. Backport of changeset 6445:89d992f380a1. | |||||
2018-02-01 | Backport: Templatize Partitioning so it can hold different types. | Neil | 8 | -37/+39 | |
Backport of changeset 6444:1bd57324aa36. | |||||
2018-01-31 | Backport: Document bytes argument to SCI_CREATEDOCUMENT. | Neil | 1 | -0/+3 | |
Backport of changeset 6443:ab4efcbfdae6. | |||||
2018-01-26 | Backport: Extend SplitVector to allow more than 2 billion elements on 64-bit ↵ | Neil | 4 | -52/+52 | |
systems. Backport of changeset 6442:3e3bfe29a819. | |||||
2018-01-26 | Backport: Add documentOption argument to SCI_CREATELOADER. | Neil | 4 | -11/+27 | |
Backport of changeset 6441:92c8f0f1b3e6. | |||||
2018-01-28 | Backport: Match declaration signature to definition signature. | Neil | 1 | -1/+1 | |
Backport of changeset 6437:d5975757418c. | |||||
2018-01-28 | Backport: Use std::end when filling arrays as reduces chance of mistake. | Neil | 5 | -7/+13 | |
Backport of changeset 6436:a366ce1a811e. | |||||
2018-01-28 | Backport: Use std::abs in preference to abs as std::abs is generic and abs ↵ | Neil | 2 | -3/+4 | |
casts to int which may drop information. Backport of changeset 6434:ed27432729c3. | |||||
2018-01-22 | Backport: Make clamp generic so can be used on more types. | Neil | 1 | -11/+4 | |
Updated comments. Backport based on changeset 6431:e77030fd6411, but modified for C++11. | |||||
2018-01-21 | Backport: Match variable types to method so will build if switched to 64-bit. | Neil | 1 | -2/+2 | |
Backport of changeset 6430:754319cc6aaa. | |||||
2018-01-21 | Backport: Fix namespace so can build inside Visual C++. | Neil | 1 | -0/+4 | |
Backport of changeset 6429:5ab7cff298f5. | |||||
2018-01-21 | Backport: Type casts in case Sci::Position and Sci::Line are extended to ↵ | Neil | 1 | -14/+14 | |
64-bits. Use of const where reasonable. Backport of changeset 6428:b250ca7c9896. | |||||
2018-01-20 | Backport: Credit for markdown.properties. | Neil | 1 | -0/+2 | |
Backport of changeset 6427:1018ec6c3ec4. | |||||
2018-01-10 | Backport: Added Textilosaurus. | Neil | 1 | -0/+4 | |
Backport of changeset 6424:5246ca55cf24. | |||||
2018-01-02 | Backport: [Bug #1985] Add 'while' keyword to Matlab lexer keywords that ↵ | John Donoghue | 2 | -0/+5 | |
start a fold block * lexers/LexMatlab.cxx (CheckKeywordFoldPoint): add check for while keyword Backport of changeset 6423:0fc72517fb07. | |||||
2017-12-14 | Backport: Added credit for SciTE update. | Neil | 1 | -0/+1 | |
Backport of changeset 6422:9a21022f5e68. | |||||
2017-12-13 | Backport: Use explicit typedefs instead of deprecated derivation from ↵ | Greg Smith | 1 | -3/+21 | |
std::iterator. This fixes a C4996 / STL4015 warning from Visual C++ 2017.5 that the std::iterator class template is deprecated in C++17. Backport of changeset 6421:fd2f856b8d58. | |||||
2017-11-21 | Backport: Update make dependencies due to splitting off ILoader.h. | Neil Hodgson | 1 | -89/+107 | |
Backport of changeset 6420:2286dd5fa625. | |||||
2017-11-21 | Backport: Update marshalling of signals from Scintilla, changing deprecated ↵ | Neil Hodgson | 3 | -42/+39 | |
NONE to VOID. Has no effect on clients as NONE was an alias for VOID. Backport of changeset 6419:8760026bba6a. | |||||
2017-11-20 | Backport: Add SCI_GETMOVEEXTENDSSELECTION. | Mitchell Foral | 5 | -0/+15 | |
Backport of changeset 6418:85205da6ec1b. | |||||
2017-11-09 | Backport: Close autocompletion list for escape and delete on macOS 10.13 as ↵ | chinhster | 2 | -2/+6 | |
the window was emptying but stayed visible. Backport of changeset 6416:ab409d732f0f. | |||||
2017-11-05 | Backport: Stop treating '\' as an escape character in strings. | Vicente | 2 | -7/+29 | |
Detect character literals and assign SCE_VHDL_STRING to them. Backport of changeset 6415:2407bf63ca01. | |||||
2017-11-05 | Backport: Indent more uniformly with spaces instead of tabs. | Vicente | 1 | -34/+34 | |
Backport of changeset 6414:5f0b123ccdee. |