IABSD.fr/ports/editors/scintilla/patches

Branch :


Log

Author Commit Date CI Message
b6db82e0 2024-12-25 03:26:00 editors/scintilla: update to 5.5.4
d7761e07 2024-10-05 01:52:21 editors/scite: update to 5.5.2 adds a stretch attribute to style settings for condensed and expanded text
3e685bc5 2023-06-03 07:02:23 editors/scintilla: add patch to fix scite build on i386 RunStyles(ptrdiff_t) templates were defined only if PTRDIFF_MAX != INT_MAX, and in the end RunStyles(long) templates were missing. build failure reported by sthen@, thanks !
3a67680e 2023-05-05 08:41:25 editors/scintilla: fix build on i386 (and probably 32-bits archs) ./../src/CellBuffer.cxx:216:39: error: cannot initialize a parameter of type 'const int *' with an lvalue of type 'const Sci::Position *' (aka 'const long *') reported by sthen@; thanks !
8b795b9a 2023-04-26 05:50:34 editors/scintilla: update to 5.3.4. in v5 scintilla lexers were moved to their own project (https://www.scintilla.org/Lexilla.html) but as nothing in the ports tree links against them and they're shipped in the scite distfile they'll be built statically there. vastly simplify gtk/makefile patch while here, and only install the shared library. ok lraab@ semarie@
b2cbb03f 2022-03-11 18:58:26 drop RCS Ids
d78cd41d 2021-05-09 08:55:41 Fix build with GLib >=2.68 (first batch).
3ba88b46 2018-02-24 10:54:50 update to scintilla-4.0.3 bump majors as symbols have been added, and removed. OK landry@
aa3305c4 2017-11-01 17:01:23 Update to Scintilla and SciTE 4.0.2 OK landry@
92139bf8 2017-05-02 20:48:21 Fix build errors with Clang. Patch from scintilla 3.7.4. OK espie@, naddy@