Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2017-10-30 | Backport: Fixed wxWindows -> wxWidgets. | Neil | 1 | -2/+2 | |
Backport of changeset 6413:dc4b287f474c. | |||||
2017-10-26 | Backport: Fix nested Django tags inside a comment breaking highlighting of ↵ | Stephan Deibel | 2 | -1/+5 | |
rest of file. Backport of changeset 6408:9b831c859b2e. | |||||
2017-10-26 | Backport: Bug [#1979]. Fix Cocoa hang when Scintilla loaded from SMB share ↵ | Chinh Nguyen | 2 | -5/+15 | |
on macOS 10.13. Backport of changeset 6406:c8b0846ddcc2. | |||||
2017-10-23 | Backport: Document style metadata APIs. | Neil | 2 | -3/+24 | |
Backport of changeset 6405:0849bae316da. | |||||
2017-10-16 | Backport: Use const for interface CharacterIndexer and its implementation ↵ | Neil | 3 | -10/+10 | |
DocumentIndexer. Backport of changeset 6401:fccfa635ff0c. | |||||
2017-10-16 | Backport: Bug [#1975]. Avoid duplicate calls by using inline function ↵ | Zufu Liu | 1 | -5/+6 | |
instead of macro. Backport of changeset 6400:4f1dfd6a7975. | |||||
2017-10-15 | Backport: Bug [#1977]. Folder treats triple-quoted f-strings like ↵ | Zufu Liu | 2 | -3/+7 | |
triple-quoted strings. Backport of changeset 6399:2a06100a1fdc. | |||||
2017-10-15 | Backport: Bug [#1978]. Minor undefined behaviour fixed. | Zufu Liu | 2 | -1/+5 | |
Backport of changeset 6398:2db0528f34b5. | |||||
2017-10-15 | Backport: Change log. | Neil | 1 | -0/+1 | |
Backport of changeset 6397:85f99a613e89. | |||||
2017-09-25 | Backport: Avoiding comma operator warnings from Clang in lexers. | Neil Hodgson | 3 | -5/+15 | |
Backport of changeset 6395:1ca06526aa8e. | |||||
2017-09-18 | Backport: Bug [#1885]. Improve scrolling on macOS 10.12. | Neil Hodgson | 2 | -8/+19 | |
Backport of changeset 6393:711d6bbf62b6. | |||||
2017-09-15 | Backport: Bug [#1972]. Change encoding used in comments to UTF-8. | Zufu Liu | 4 | -4/+8 | |
Backport of changeset 6392:dd15228b06e7. | |||||
2017-09-14 | Backport: Normalize whitespace. | Zufu Liu | 5 | -7/+6 | |
Backport of changeset 6391:9e52beea0fea. | |||||
2017-09-14 | Backport: Remove automatically generated line end whitespace. | Zufu Liu | 3 | -191/+192 | |
Backport of changeset 6390:51ca7c18e949. | |||||
2017-09-13 | Backport: Bug [#1971]. Fix line selection by clicking in the margin when ↵ | Neil Hodgson | 2 | -0/+6 | |
scrolled. Backport of changeset 6389:96506cab38bd. | |||||
2018-03-15 | Use active Scintilla namespace in curses platform and fix name clashes. | mitchell | 3 | -34/+33 | |
2018-03-15 | Use active Scintilla namespace in LPeg lexer. | mitchell | 1 | -4/+0 | |
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 235 | -641/+34 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-09-01 | Backport: Use "Falls through" comments to avoid warnings from GCC 7.1. | Neil Hodgson | 7 | -0/+9 | |
Backport of changeset 6387:4ad398cbd71f. | |||||
2018-03-15 | Added history for already backported changeset 6385:d04b3417f375. | mitchell | 1 | -13/+16 | |
Also adjusted newer lexer bugfix positioning. | |||||
2017-08-28 | Backport: Include ILoader.h in public interface to Scintilla framework. | Neil Hodgson | 1 | -0/+4 | |
Backport of changeset 6384:f569378826ff. | |||||
2018-03-15 | Added new ILoader.h to curses platform. | mitchell | 1 | -0/+1 | |
2017-08-28 | Backport: New header ILoader.h defines ILoader interface as it does not ↵ | Neil | 18 | -14/+45 | |
belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7. | |||||
2017-08-28 | Backport: Bug [#1966]. "defined A" removes "A" before replacing "defined" ↵ | Jannick | 2 | -3/+5 | |
with value. Backport of changeset 6382:f5aebab4fb4b. | |||||
2017-08-28 | Backport: Bug [#1966]. #define A is treated as #define A 1. | Jannick | 2 | -0/+3 | |
Backport of changeset 6381:e4cfaeddf3a3. | |||||
2017-08-28 | Backport: Bug [#1966]. Default value of 0 for undefined preprocessor symbols. | Jannick | 2 | -2/+8 | |
Backport of changeset 6380:89e44071e21e. | |||||
2017-08-25 | Backport: Moved *StyleBits* APIs into deprecated category. | Neil | 5 | -17/+21 | |
Backport of changeset 6379:b44bb3627bbd. | |||||
2017-08-19 | Backport: Switched attribution. | Neil | 1 | -1/+1 | |
Backport of changeset 6378:25eea2ed15fc. | |||||
2017-08-18 | Backport: Bug [#1968]. Use sql.backslash.escapes for double quoted strings. | Justin Clift | 2 | -1/+7 | |
Backport of changeset 6377:ccc04ea8f7fd. | |||||
2017-08-17 | Backport: Added link to long term release page onmain page. | Neil | 1 | -0/+4 | |
Backport of changeset 6376:4e549ae05258. | |||||
2017-08-11 | Backport: Include more of the upstream changes. | Neil | 1 | -0/+11 | |
Backport based on changeset 6373:0e8968428a58. | |||||
2017-08-11 | Backport: Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and ↵ | Neil | 3 | -14/+12 | |
SC_TECHNOLOGY_DIRECTWRITEDC as provisional. Backport of changeset 6371:fde8223ca36c. |