After some minor testing I can say that it seems to fix it for me too. Thank you very much Neil!
Thank you - I can confirm that that fixes it.
X leaks pixmaps on window switch
scite503.tgz still shows version as 5.0.2 (it contains 502 in version.txt). - not a big problem though.
CPPFLAGS is C Pre-processor flags. For C++ flags, you use CXXFLAGS. See https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html .
I'm the one who reported the "From the mailing list:" above - For me it's much better if I only have to resize the window before it behaves properly, rather than the scrollbar might be in the wrong position at any time no matter what I do.
Spelling errors found my lintian
Sorry about that - Try these version of the diffs instead.
Add flags to makefiles to enable hardening
Fix failing to crossbuild
Fix failing to crossbuild
Fix failing to crossbuild
Fix failing to crossbuild
You're right - it seems to work without setting the rpath for libscintilla.so. I have tested the attached patch some, and it seems to work fine for me (Please notice that it doesn't update where it installs the libraries yet, it just updates SciTE rpath and the LexillaSetDefaultDirectory path).
What about $(prefix)/lib/scintilla/ ?
Thanks for the investigation and fix! On 4.1.0-1 and later I have (I am one of the Debian maintainers) packaged building using the Debian-packaged Lua, so there this shouldn't be a problem. This leaves 4.0.0 in Ubuntu 18.04, where I have suggested a patch and a stable update. See https://bugs.launchpad.net/ubuntu/+source/scite/+bug/1804865
pov commands are Windows-specific
R properties doesn't recognize r, but only R files
Yeah, you are indeed right.
Use XDG_RUNTIME_DIR for FIFO
Spelling errors unitialized/uninitialized
narrowing conversion build error using Gcc 6
Adding this to configure.in: # find TinyXML AC_LANG_PUSH([C++]) CPPFLAGS="$CPPFLAGS...
Embedded copy of tinyxml
It sure does! Thank you!
Segfaults when using a folder which doesn't contain data files as argument
Fix the desktop file
Fix program crashing when starting the program with any amount of arguments that isn't a filename
Fix invalid reusage of i variable in edit::save