aboutsummaryrefslogtreecommitdiff
path: root/src/scintilla.patch
AgeCommit message (Collapse)Author
2022-02-25Updated scintilla.patch with fix for a memory leak.mitchell
2022-02-15Updated to Scintilla 5.2.0.mitchell
2021-11-29Updated to Scintilla 5.1.4.mitchell
2021-10-24Updated scintilla.patch with bugfix for previous commit.mitchell
2021-10-22Updated scintilla.patch to include upstream Curses CaretStyle.mitchell
Requires latest Scinterm, which removed this patch.
2021-09-30Updated to Scintilla 5.1.3.mitchell
There is a crash on the Gtk platform that has been temporarily patched until a fix is released.
2021-06-27Updated to Scintilla 5.1.0.mitchell
2021-06-10`textadept.editing.filter_through` respects multiple and rectangular ↵mitchell
selection now. The required Scintilla patch has been upstreamed and will be in the next release.
2021-06-01Updated scintilla.patch for Scintilla 5.0.3.mitchell
2021-04-26Fixed Scintilla crash on macOS related to recent Scintilla changes.mitchell
Like Windows, macOS does not support font options.
2021-04-13Fixed crash on Windows with new font options in Scintilla 5.0.1.mitchell
This patch has been submitted upstream and should be removed after the next Scintilla release.
2021-04-13Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.mitchell
Some of the Scintilla API has changed, and by extension the Scintillua API.
2021-02-13Take advantage of Scinterm being able to use a native terminal caret.mitchell
Also change brace highlight style to not change the background color, as some terminal cursors invert the current cell, so this would cause the highlighted brace at the current position to "unhighlight", causing confusion. This requires latest Scinterm.
2020-10-02Added Scintilla patch for avoiding crashes with untrimmed XPM images.mitchell
Once the patch submitted upstream is accepted, this patch will not be needed.
2020-10-02Added Scintilla patch needed for drawing strikeout tabs in the terminal version.mitchell
Once the patch submitted upstream is accepted, this patch will not be needed.
2020-09-13Switch back to Scintilla default (4.x), Scinterm, and Scintillua.mitchell
Scintilla LongTerm3 maintenance is ending with upcoming Scintilla 5. Textadept now requires a C++17 compiler. Also updated Docker image.
2020-08-14Describe changes in patch files.mitchell
2020-01-07Updated scintilla.patch based on latest Scintilla LongTerm3 hg.mitchell
2019-09-01Removed unnecessary Scintilla patch.mitchell
Block caret placement is now configurable.
2019-03-09Updated to Scintilla 3.10.3.mitchell
2019-02-28Removed patch fixed in Scintilla 3.10.2.mitchell
2018-11-25Hijack `buffer:load_lexer_library()` to allow manual setting of input method.mitchell
Apparently Mac OSX 10.14 is causing problems with GTK-OSX's normal input method switching. The input methods available are in Textadept.app's Contents/Resources/etc/gtk- 2.0/gtk.immodules file. Use the first string identifier.
2018-11-04Temporarily patched Scintilla to send SC_UPDATE_SELECTION for multiple select.mitchell
This only affects `buffer:multiple_select_add_[next|each]()`. Patch submitted upstream.
2018-06-12Fixed child lexers that embed themselves into parents and fixed proxy lexers.mitchell
Also removed temporary Scintilla patch that has been applied.
2018-05-11Fixed crash on Mac OSX with regex searches.mitchell
2018-03-21Updated Scintilla LongTerm3 branch reference to include many backports from 4.x.mitchell
2018-03-12Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.mitchell
Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required. Since C++11 includes regex capability, drop TRE dependency.
2017-10-06Patched Scintilla to revert caret block placement change introduced in 9.3.mitchell
2017-06-04Fixed start-anchored "find prev" TRE regex searches; src/scintilla.patchmitchell
2017-04-07Effectively updated to Scintilla 3.7.4 with select backports to 3.7.3.mitchell
Scintilla 3.7.4 requires a C++11 compiler, which I do not have.
2017-03-15Patch Scintilla regression displaying autocompletion lists on only one monitor.mitchell
2017-02-24Applied upstream Scintilla patch for stream selection mode; src/scintilla.patchmitchell
2017-02-12Fixed "Match Case" toggling during "Regex" searches; src/scintilla.patchmitchell
2016-12-30Updated to Scintilla 3.7.2.mitchell
2016-12-20Applied temporary Scintilla patch to fix crashes; src/scintilla.patchmitchell
2016-07-04Replaced Lua pattern matching with Regex via Scintilla and TRE.mitchell
As a result, changed `ui.find.lua` to `ui.find.regex` Also removed luautf8 dependency since it is no longer needed. Regex replacements cannot contain embedded Lua code. Jumping to "find in files" results selects those results instead of just jumping to their respective lines.
2016-01-20Updated to Scintilla 3.6.3 and enabled idle styling.mitchell
Patched Scintilla to prevent warning on widget destroy.
2015-04-21Removed Scintilla patch applied in 3.5.5; src/scintilla.patchmitchell
2015-03-10Patch Scintilla to fix tab stop calculations in curses; src/scintilla.patchmitchell
This patch was submitted upstream and should not be needed in the next release of Scintilla.
2015-01-20Updated to Scintilla 3.5.3.mitchell
2014-12-24Patched Scintilla to fix curses margin intersection; src/scintilla.patchmitchell
Clicking on the first character in a line caused Scintilla to think the line's margin was clicked, incorrectly selecting the entire line.
2014-12-09Updated to Scintilla 3.5.2.mitchell
2014-11-30Patch Scintilla to sometimes prevent call tip repositioning; src/scintilla.patchmitchell
When the call tip is smaller than the window (such as the command entry), keep existing position in order to keep the call tip from appearing in front of buffer text.
2014-11-20Updated Scintilla patch to match upstream patch; src/scintilla.patchmitchell
Upstream patch is in r5324 (changeset d17b39c9eb2a).
2014-11-09Patch Scintilla in order to allow custom line markers; src/scintilla.patchmitchell
This is for drawing nearly all line markers as text in the terminal version. This patch is subject to change until Neil applies or modifies the upstream patch I sent.
2014-11-08Patch Scintilla in order to allow custom wrap visuals; src/scintilla.patchmitchell
This is for drawing wrap markers as text in the terminal version. This patch is subject to change until Neil applies or modifies the upstream patch I sent.
2014-11-07Patch Scintilla in order to allow custom tab arrow drawing; src/scintilla.patchmitchell
This is for drawing tab arrows as text in the terminal version. This patch is subject to change until Neil applies or modifies the upstream patch I sent.
2014-10-25Patch Scintilla to configure "closeness" of mouse clicks; src/scintilla.patchmitchell
This patch is subject to change until Neil applies or modifies the upstream patch I sent.
2014-10-09Patch Scintilla to fix pasting from external Win32 apps; src/scintilla.patchmitchell
2014-09-29Updated to Scintilla 3.5.1.mitchell