From 7b33eb75991ef90677e723dfc8e11e665c301cd9 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 9 Mar 2019 17:16:11 -0500 Subject: Updated to Scintilla 3.10.3. --- src/Makefile | 2 +- src/scintilla.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 20a9cf37..bf6c4091 100644 --- a/src/Makefile +++ b/src/Makefile @@ -364,7 +364,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = 8b888bf05fe3.zip +scintilla_zip = 8fa03651144f.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip diff --git a/src/scintilla.patch b/src/scintilla.patch index 6aa2b251..f9f1a294 100644 --- a/src/scintilla.patch +++ b/src/scintilla.patch @@ -26,7 +26,7 @@ Revert caret block placement change introduced by Scintilla 3.7.3. for (size_t r = 0; (r model.sel.Range(r).anchor) { +- if ((vsDraw.IsBlockCaretStyle() || imeCaretBlockOverride) && !drawDrag && posCaret > model.sel.Range(r).anchor) { - if (posCaret.VirtualSpace() > 0) - posCaret.SetVirtualSpace(posCaret.VirtualSpace() - 1); - else -- cgit v1.2.3