| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-05-09 | Updated version number for release.rel-3-10-5 | mitchell | 3 | -6/+17 | |
| 2019-04-17 | Fixed history formatting. | mitchell | 1 | -2/+2 | |
| 2019-04-17 | Added Lua LPeg lexer changes to history.rel-3-10-4 | mitchell | 1 | -0/+6 | |
| 2019-04-17 | Updated version number for release. | mitchell | 3 | -7/+7 | |
| 2019-04-13 | Backport: Reordered items for next release. | Neil | 1 | -10/+10 | |
| Backport of changeset 7426:f25f64b0b8ba. | |||||
| 2019-04-11 | Backport: Reorder change items to be similar to previous releases. | Zufu Liu | 1 | -8/+8 | |
| Backport of changeset 7420:3eb7cdf99ba2. | |||||
| 2019-04-11 | Backport: Feature [feature-requests:#1277]. Support coloured text on Windows ↵ | Zufu Liu | 1 | -0/+4 | |
| 8.1+. Backport of changeset 7419:76fcbb9c97a1. | |||||
| 2019-04-10 | Backport: Bug [#2093]. Fix exception when inserting DBCS text. | Zufu Liu | 1 | -0/+4 | |
| Backport of changeset 7415:a7d3bc738c23. | |||||
| 2019-04-07 | Backport: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK. | Zufu Liu | 3 | -2/+7 | |
| Backport of changeset 7407:fc237c9afcdd. | |||||
| 2019-04-05 | Backport: Bug [#2095]. gtk: Accessible: emit the text deletion signal before ↵ | Colomban Wendling | 1 | -0/+4 | |
| deletion This allows the accessibility layer to request detail, such as which characters have been deleted. ATK will query the deleted range to report the data that was removed, so it must still be available for the query to give a correct answer. So, emit the signal in BEFOREDELETE instead of DELETETEXT. Backport of changeset 7406:0a937b4c0b2b. | |||||
| 2019-04-05 | Backport: Bug [#2094]. gtk: Accessible: use the built-in character position ↵ | Colomban Wendling | 1 | -0/+4 | |
| cache It's quite a lot faster even after trying and optimizing the custom version, and it makes the code simpler. Also improve ByteOffsetFromCharacterOffset() to make use of the cache, making it drastically faster. Backport of changeset 7405:01aab5f24e50. | |||||
| 2019-04-06 | Backport: Updated link to long term branch. | Neil | 1 | -1/+1 | |
| Backport of changeset 7403:9e561262f9b3. | |||||
| 2019-04-05 | Backport: Document adding source files. | Neil | 2 | -0/+33 | |
| Backport of changeset 7401:e92f85a5bf74. | |||||
| 2019-04-05 | Backport: Feature [feature-requests:#1272]. Add API to set default fold ↵ | Neil | 2 | -0/+12 | |
| display text. Backport of changeset 7400:9fcb52fdb307. | |||||
| 2019-03-31 | Backport: Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to match | Zufu Liu | 1 | -1/+3 | |
| FoldDisplayTextSetStyle. Backport of changeset 7394:8fe3c581aeb9. | |||||
| 2019-04-16 | Backport: Feature [feature-requests:#1259]. Add ↵ | mitchell | 2 | -0/+17 | |
| SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed of character category features. Backport of changeset 7392:2832adedd0f4, but with added includes for Sci::clamp(). | |||||
| 2019-03-28 | Backport: Bug [#2087]. Fix flicker when inserting primary selection on GTK. | Neil | 1 | -0/+4 | |
| Backport of changeset 7345:a3dcfd0b7083. | |||||
| 2019-03-12 | Backport: Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition. | Neil | 1 | -2/+2 | |
| Backport of changeset 7318:69fd7aea5459. | |||||
| 2019-03-05 | Backport: Implement QueueIdleWork on Win32. | Neil | 1 | -0/+3 | |
| Backport fo changeset 7316:a726290d864a. | |||||
| 2019-03-31 | Backport Avoid hangs in idle styling modes caused by high-priority idle work ↵ | mitchell | 1 | -0/+3 | |
| styling. Backport of changeset 7315:57ea0255c8aa, but without constexpr, as non-static data members cannot be constexpr in C++11. | |||||
| 2019-03-05 | Backport: Remove feature where WM_PAINT treated wParam as a PAINTSTRUCT*. | Neil | 1 | -0/+3 | |
| Backport of changeset 7313:ce1a7e356dc7. | |||||
| 2019-03-09 | Backport: Feature [feature-requests:#1268]. Improve the styling of numbers ↵ | Jad Altahan | 1 | -0/+11 | |
| in Nim Improvements for SCE_NIM_NUMBER. Backport of changeset 7310:3710c193b696. | |||||
| 2019-03-09 | Added Lua LPeg lexer changes to history.rel-3-10-3 | mitchell | 1 | -0/+6 | |
| 2019-03-04 | Backport: Fix capitalisation. | Neil | 1 | -2/+2 | |
| Backport of changeset 7291:cd35899fef5e. | |||||
| 2019-03-09 | Updated version number for release. | mitchell | 3 | -7/+7 | |
| 2019-03-03 | Backport: Bug [#2083]. Ensure container notified if Insert pressed when ↵ | Neil | 1 | -0/+4 | |
| caret off-screen. Backport of changeset 7285:9fcf43a91078. | |||||
| 2019-03-09 | Backport: Feature [feature-requests:#1265]. Common Intermediate Language ↵ | mitchell | 1 | -0/+4 | |
| (CIL) lexer. Backport of changeset 7283:aaeca7f7cf9d. | |||||
| 2019-02-24 | Backport: Remove font caching on Win32. | Neil | 1 | -0/+3 | |
| Backport of changeset 7279:ad1559729b0f. | |||||
| 2019-02-18 | Added documentation on using Scintilla as a Lua library. | mitchell | 1 | -0/+32 | |
| 2019-02-18 | Updated Lua LPeg lexer credits. | mitchell | 1 | -0/+3 | |
| 2019-02-09 | Backport: Bug [#2078]. Fix garbage text from SCI_MOVESELECTEDLINESUP and | Neil | 1 | -0/+5 | |
| SCI_MOVESELECTEDLINESDOWN for rectangular or thin selection by performing no action. Backport of changeset 7251:df5c32512d3d. | |||||
| 2019-02-05 | Backport: Feature [feature-requests:#1217]. Change API so block just for ↵ | Zufu Liu | 2 | -5/+5 | |
| overstrike. Backport of changeset 7249:06b6a93d8e3f. | |||||
| 2019-02-02 | Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS. | Zufu Liu | 2 | -3/+9 | |
| Backport of changeset 7248:aba09a1c7c63. | |||||
| 2019-02-02 | Backport: Feature [feature-requests:#1262]. Enhance raw string identifier ↵ | Jad Altahan | 1 | -0/+4 | |
| styling in Nim Adds property 'lexer.nim.raw.strings.highlight.ident'. Backport of changeset 7247:1eeda6575035. | |||||
| 2019-01-30 | Backport: Feature [feature-requests:#1261]. Enhance the styling of backticks ↵ | Jad Altahan | 1 | -0/+4 | |
| in Nim Backport of changeset 7244:a5c65813871a. | |||||
| 2019-01-29 | Backport: Bug [#1947]. Fix recognizing '"' after "," inside a bracketed ↵ | Neil | 1 | -0/+4 | |
| substitution. Backport of changeset 7243:f75e25db799e. | |||||
| 2019-01-29 | Backport: Feature [feature-requests:#1260]. Fix inconsistency with dot ↵ | Jad Altahan | 1 | -0/+4 | |
| styling in Nim. Backport of changeset 7240:99281d1bec87. | |||||
| 2019-02-17 | Backport: Bug [#1548]. Implement calltips on Qt. | mitchell | 2 | -2/+5 | |
| Backport of changeset 7237:a82b87a88556 and 7238:ba336ac439f0. | |||||
| 2019-01-15 | Backport: Treat "#if(" as preprocessor directive "#if" followed by operator "(". | Neil | 1 | -0/+5 | |
| Backport of changeset 7233:e08fe2381ca3. | |||||
| 2019-01-15 | Backport: Noted that 3.7.5 is the final SciTE 3.x. | Neil | 1 | -0/+3 | |
| Backport of changeset 7232:5ab0fd6f17ca. | |||||
| 2019-01-13 | Backport: Feature [feature-requests:#1254]. Fix bug causing fold line ↵ | Jad Altahan | 1 | -0/+4 | |
| creation in comments Backport of changeset 7230:8bfffdf3bbc0. | |||||
| 2019-01-13 | Backport: Feature [feature-requests:#1253]. Critical fixes for raw strings | Jad Altahan | 1 | -0/+12 | |
| Backport of changeset 7229:cacdbd636504. | |||||
| 2019-01-12 | Updates for version 3.10.2. | mitchell | 3 | -8/+8 | |
| 2019-01-05 | Backport: Recognize negative line numbers in GCC-format messages. | Neil | 1 | -0/+5 | |
| Cppcheck shows some whole-file errors as line -1. Backport of changeset 7191:c9ef21df2e3c. | |||||
| 2018-12-12 | Backport: Feature [feature-requests:#1247]. Handles message groups as well ↵ | Iain Clarke | 1 | -0/+5 | |
| as messages. Backport of changeset 7186:8849447859eb. | |||||
| 2018-12-12 | Backport: Bug [#2069]. LexCPP: fix bug in arithmetic calculation by adding ↵ | Jannick | 1 | -0/+5 | |
| precedence levels The precedence for the implemented arithmetic operators +,-,%,*,/ is added, such that the calculations produce the correct results honoring the standard precedence levels. * Replace characterset setArithmeticOp by setAddOp and setMultOp. * Replace precedence precArithmetic by precMult and precAdd * (EvaluateTokens): Apply new precedences. This fixes the bug in the arithmetic calculation: // lines with 'false' should not be highlighted, // those with 'true' should be. #if 1 + 2 * 3 == 9 false #endif #if (1 + 2) * 3 == 9 true #endif #if 1 + 2 * 3 == 7 true #endif #if 1 == 5 % 2 true #endif #if 6 - 7 == -1 true #endif #if 25 / 5 * 5 == 25 true #endif #if 1 + 2 * 3 % 2 == 1 true #endif #if 1 + 2 * 3 % 2 == 2 + 1 false #endif Backport of changeset 7184:48861f53f719. | |||||
| 2018-12-04 | Backport: Bug [#2062]. Interpret continued preprocessor lines correctly by ↵ | Neil | 1 | -0/+5 | |
| reading all of the logical line. Backport of changeset 7182:a40b6aac5b1f. | |||||
| 2018-11-29 | Backport: Notify with SC_UPDATE_SELECTION when user performs a multiple ↵ | Neil | 1 | -0/+3 | |
| selection add. Backport of changeset 7181:77e17d7f972b. | |||||
| 2018-11-28 | Backport: Bug [#2054]. Reimplemented as an object lexer to support substyles ↵ | Kacper Kasper | 1 | -0/+4 | |
| for multiple sets of keywords and SCI_PROPERTYNAMES. Backport of changeset 7178:a581d5f71f49. | |||||
| 2018-11-21 | Backport: Feature [feature-requests:#1242]. Add lexer for Nim | Jad Altahan | 1 | -0/+8 | |
| Backport of changeset 7173:3e6cf75864cc. | |||||
