| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-03-22 | Update changelog with LPeg lexers and curses additions. | mitchell | 1 | -0/+6 | |
| 2018-03-22 | Updating for 3.8.0. | mitchell | 3 | -7/+7 | |
| 2018-03-16 | Backport: Remove line-end white space. | Neil | 1 | -1/+1 | |
| Backport of changeset 6625:2dd6b8049c4e. | |||||
| 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 | 1 | -1/+2 | |
| 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 | 1 | -0/+4 | |
| Backport of changeset 6475:8fb85a29591f. | |||||
| 2018-03-06 | Backport: Feature [feature-requests:#1210]. Maxima lexer added. | Gunter Königsmann | 1 | -0/+5 | |
| Backport of changeset 6474:7a2aeece58b6. | |||||
| 2018-03-05 | Backport: Bug [#1999]. Fix hang lexing a Lua label where the range ends ↵ | Neil | 1 | -0/+4 | |
| before "::". Backport of changeset 6473:daf991b38f03. | |||||
| 2018-02-24 | Backport: Fix move-extends-selection mode for rectangular and line selections. | Mitchell Foral | 1 | -0/+3 | |
| Backport of changeset 6458:0a8a766722c0. | |||||
| 2018-02-22 | Backport: Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and ↵ | Tobias Kühne | 1 | -0/+4 | |
| deletions. Backport of changeset 6457:26e7749ba67a. | |||||
| 2018-02-17 | Backport: For rectangular selections, pressing Home or End now moves the ↵ | Vicente | 1 | -0/+4 | |
| caret to the Home or End position instead of the limit of the rectangular selection. Backport of changeset 6456:eaa6c7fa1a81. | |||||
| 2018-02-06 | Backport: [Bug #1983] Fix double tap word selection on Windows 10 1709 Fall ↵ | Dimitar Radev | 1 | -0/+5 | |
| 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 | 2 | -7/+40 | |
| Backport of changeset 6448:431b814a54a6. | |||||
| 2018-01-31 | Backport: Document bytes argument to SCI_CREATEDOCUMENT. | Neil | 1 | -0/+3 | |
| Backport of changeset 6443:ab4efcbfdae6. | |||||
| 2018-01-26 | Backport: Add documentOption argument to SCI_CREATELOADER. | Neil | 1 | -9/+20 | |
| Backport of changeset 6441:92c8f0f1b3e6. | |||||
| 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 | 1 | -0/+4 | |
| 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-11-20 | Backport: Add SCI_GETMOVEEXTENDSSELECTION. | Mitchell Foral | 2 | -0/+9 | |
| Backport of changeset 6418:85205da6ec1b. | |||||
| 2017-11-09 | Backport: Close autocompletion list for escape and delete on macOS 10.13 as ↵ | chinhster | 1 | -0/+5 | |
| 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 | 1 | -0/+3 | |
| Detect character literals and assign SCE_VHDL_STRING to them. Backport of changeset 6415:2407bf63ca01. | |||||
| 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 | 1 | -0/+4 | |
| 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 | 1 | -0/+4 | |
| on macOS 10.13. Backport of changeset 6406:c8b0846ddcc2. | |||||
| 2017-10-23 | Backport: Document style metadata APIs. | Neil | 1 | -0/+21 | |
| Backport of changeset 6405:0849bae316da. | |||||
| 2017-10-15 | Backport: Bug [#1977]. Folder treats triple-quoted f-strings like ↵ | Zufu Liu | 1 | -0/+4 | |
| triple-quoted strings. Backport of changeset 6399:2a06100a1fdc. | |||||
| 2017-10-15 | Backport: Bug [#1978]. Minor undefined behaviour fixed. | Zufu Liu | 1 | -0/+4 | |
| Backport of changeset 6398:2db0528f34b5. | |||||
| 2017-10-15 | Backport: Change log. | Neil | 1 | -0/+1 | |
| Backport of changeset 6397:85f99a613e89. | |||||
| 2017-09-18 | Backport: Bug [#1885]. Improve scrolling on macOS 10.12. | Neil Hodgson | 1 | -0/+4 | |
| Backport of changeset 6393:711d6bbf62b6. | |||||
| 2017-09-14 | Backport: Remove automatically generated line end whitespace. | Zufu Liu | 1 | -0/+1 | |
| Backport of changeset 6390:51ca7c18e949. | |||||
| 2017-09-13 | Backport: Bug [#1971]. Fix line selection by clicking in the margin when ↵ | Neil Hodgson | 1 | -0/+4 | |
| scrolled. Backport of changeset 6389:96506cab38bd. | |||||
| 2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 2 | -2/+4 | |
| for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
| 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: New header ILoader.h defines ILoader interface as it does not ↵ | Neil | 1 | -0/+4 | |
| belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7. | |||||
| 2017-08-28 | Backport: Bug [#1966]. "defined A" removes "A" before replacing "defined" ↵ | Jannick | 1 | -3/+4 | |
| with value. Backport of changeset 6382:f5aebab4fb4b. | |||||
| 2017-08-28 | Backport: Bug [#1966]. #define A is treated as #define A 1. | Jannick | 1 | -0/+1 | |
| Backport of changeset 6381:e4cfaeddf3a3. | |||||
| 2017-08-28 | Backport: Bug [#1966]. Default value of 0 for undefined preprocessor symbols. | Jannick | 1 | -0/+6 | |
| Backport of changeset 6380:89e44071e21e. | |||||
| 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 | 1 | -0/+6 | |
| 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 | 2 | -13/+11 | |
| SC_TECHNOLOGY_DIRECTWRITEDC as provisional. Backport of changeset 6371:fde8223ca36c. | |||||
| 2017-08-09 | Backport: Include 3.7.6 long term release. | Neil | 1 | -0/+19 | |
| Backport of changeset 6370:3873a0e1c89a. | |||||
| 2017-08-07 | Backport: Bug [#1965]. Implement "fold", "fold.comment", and "fold.compact" ↵ | Zufu Liu | 1 | -0/+4 | |
| properties. Backport of changeset 6365:c18a8402702f. | |||||
| 2017-08-02 | Backport: Switch default modifier key for rectangular selections from Ctrl ↵ | Neil Hodgson | 2 | -3/+9 | |
| to Alt on Linux. Backport of changeset 6364:ea9f62ea6153. | |||||
| 2017-07-29 | Backport: Bug [#1876]. Fix scrollbar and corner drawing and flickering of text. | Neil Hodgson | 1 | -0/+4 | |
| Backport of changeset 6362:383b9c10d569. | |||||
| 2017-07-18 | Backport: Bug [#1958]. Make doCommandBySelector work but avoid double effect ↵ | Neil Hodgson | 1 | -0/+5 | |
| of 'delete' key. Backport of changeset 6356:8526860a2628. | |||||
| 2017-07-17 | Backport: Documentation for style metadata. | Neil | 2 | -1/+233 | |
| Backport based on changeset 6348:329af61d687c. | |||||
| 2017-07-12 | Backport: Bug [#1957]. Add focusChanged(bool focused) signal. | Justin Dailey | 1 | -0/+4 | |
| Backport of changeset 6342:216bf96995c8. | |||||
