Re: SciTE 5.5.4 released

Jim Eggleston <[email protected]> Tue, 3 Mar 2026 14:53:23 -0800 (PST)
Newsgroups gmane.editors.scite.general
Message-ID <[email protected]>
------=_Part_11436_1027146343.1772578403812
Content-Type: multipart/alternative; 
	boundary="----=_Part_11437_1310574202.1772578403812"

------=_Part_11437_1310574202.1772578403812
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

I am long time user of SciTE but have just joined this group.

I also want to use the dark theme and did not want to touch the various=20
properties files. What I did was to add fixes for the language into the=20
global properties file after the properties and after darktheme are=20
imported.=20

Here is what I did in SciTEGlobal.properties to fix various issues I was=20
having with problems in the output pane and with Lua not displaying=20
correctly in dark theme (with some assistance from Gemini:)=20

######
# Import all the language specific properties files in this directory
# and then import dark theme explicitly
import *
import darktheme

# Fix issues caused by darktheme here. Do not fix the individual=20
# properties files, as this is harder to track. This way the global file=20
# will override any of the language specific property files and everything=
=20
can
# be controlled in one place.

# The next lines fix issues with invisible text in the output pane.
# Ensure SciTE treats the output as a simple error list
lexer.output=3Derrorlist
# Prevent it from splitting the line into too many confusing styles
lexer.errorlist.value.separate=3D0
# Set colors for output pane
style.errorlist.0=3Dfore:#75BEFF
style.errorlist.1=3Dfore:#75BEFF
style.errorlist.2=3Dfore:#FFCC00
# +++ lines (usually additions or file headers)
style.errorlist.11=3Dfore:#4EC9B0,back:000000
# --- lines (usually deletions or file headers)
style.errorlist.12=3Dfore:#F44747,back:000000
# If your diffs also show ! markers (changes)
style.errorlist.13=3Dfore:#CE9178,back:000000

# Fix issues with specific languages:
# Lua fixes
style.lua.32=3D$(font.code.base),fore:#D0D0D0
style.lua.13=3D$(style.lua.5),back:#000000
style.lua.14=3D$(style.lua.5),back:#000000
style.lua.15=3D$(style.lua.5),back:#000000
style.lua.16=3D$(style.lua.5),back:#000000
style.lua.17=3D$(style.lua.5),back:#000000
style.lua.18=3D$(style.lua.5),back:#000000
style.lua.19=3D$(style.lua.5),back:#000000
#####


On Tuesday, January 14, 2025 at 7:40:53=E2=80=AFAM UTC+11 scintillaDotOrg w=
rote:

> Chris Clark:
>
>
> I wasn't sure if this needed a readme update (C++17 is mention for Scite=
=20
> for Windows). Branch=20
> https://sourceforge.net/u/clach04/scintilla/ci/html_details_tag/tree/ has=
=20
> a readme tweak in=20
> https://sourceforge.net/u/clach04/scintilla/ci/83bb12a6b08f67d4028b4126b0=
4395ce007884e6/
>
>
> OK, incorporated that and updated the compiler versions a little. I'm=20
> unsure what the minimum required version of g++ is now (and it will likel=
y=20
> increase with more use of c++20) but a fair bit is available with 9.x.=20
> https://gcc.gnu.org/projects/cxx-status.html#cxx20=20
>
> Neil
>

--=20
You received this message because you are subscribed to the Google Groups "=
scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/scite-inter=
est/fa70ae83-a7bb-4c08-8d6d-17b18ce3b5a9n%40googlegroups.com.

------=_Part_11437_1310574202.1772578403812
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div>I am long time user of SciTE but have just joined this group.</div><di=
v><br /></div>I also want to use the dark theme and did not want to touch t=
he various properties files. What I did was to add fixes for the language i=
nto the global properties file after the properties and after darktheme are=
 imported.=C2=A0<div><br /></div><div>Here is what I did in SciTEGlobal.pro=
perties to fix various issues I was having with problems in the output pane=
 and with Lua not displaying correctly in dark theme (with some assistance =
from Gemini:)=C2=A0<div><br /></div><div>######</div><div># Import all the =
language specific properties files in this directory<br /># and then import=
 dark theme explicitly<br />import *<br />import darktheme<br /><br /># Fix=
 issues caused by darktheme here. Do not fix the individual <br /># propert=
ies files, as this is harder to track. This way the global file <br /># wil=
l override any of the language specific property files and everything can<b=
r /># be controlled in one place.<br /><br /># The next lines fix issues wi=
th invisible text in the output pane.<br /># Ensure SciTE treats the output=
 as a simple error list<br />lexer.output=3Derrorlist<br /># Prevent it fro=
m splitting the line into too many confusing styles<br />lexer.errorlist.va=
lue.separate=3D0<br /># Set colors for output pane<br />style.errorlist.0=
=3Dfore:#75BEFF<br />style.errorlist.1=3Dfore:#75BEFF<br />style.errorlist.=
2=3Dfore:#FFCC00<br /># +++ lines (usually additions or file headers)<br />=
style.errorlist.11=3Dfore:#4EC9B0,back:000000<br /># --- lines (usually del=
etions or file headers)<br />style.errorlist.12=3Dfore:#F44747,back:000000<=
br /># If your diffs also show ! markers (changes)<br />style.errorlist.13=
=3Dfore:#CE9178,back:000000<br /><br /># Fix issues with specific languages=
:</div><div># Lua fixes<br />style.lua.32=3D$(font.code.base),fore:#D0D0D0<=
br />style.lua.13=3D$(style.lua.5),back:#000000<br />style.lua.14=3D$(style=
.lua.5),back:#000000<br />style.lua.15=3D$(style.lua.5),back:#000000<br />s=
tyle.lua.16=3D$(style.lua.5),back:#000000<br />style.lua.17=3D$(style.lua.5=
),back:#000000<br />style.lua.18=3D$(style.lua.5),back:#000000<br />style.l=
ua.19=3D$(style.lua.5),back:#000000<br /><div>#####</div><div><br /><br /><=
/div></div></div><div class=3D"gmail_quote"><div dir=3D"auto" class=3D"gmai=
l_attr">On Tuesday, January 14, 2025 at 7:40:53=E2=80=AFAM UTC+11 scintilla=
DotOrg wrote:<br/></div><blockquote class=3D"gmail_quote" style=3D"margin: =
0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"=
><span style=3D"color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;=
font-size:small">Chris Clark:</span><br><div></div><div><blockquote style=
=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding=
-left:1ex"><div><blockquote style=3D"margin:0px 0px 0px 0.8ex;border-left:1=
px solid rgb(204,204,204);padding-left:1ex"><br></blockquote></div><div><di=
v>I wasn&#39;t sure if this needed a readme update (C++17 is mention for Sc=
ite for Windows). Branch=C2=A0<a href=3D"https://sourceforge.net/u/clach04/=
scintilla/ci/html_details_tag/tree/" rel=3D"nofollow" target=3D"_blank" dat=
a-saferedirecturl=3D"https://www.google.com/url?hl=3Den&amp;q=3Dhttps://sou=
rceforge.net/u/clach04/scintilla/ci/html_details_tag/tree/&amp;source=3Dgma=
il&amp;ust=3D1772663706893000&amp;usg=3DAOvVaw0zBy_BXbrHBcD34nrDxMpn">https=
://sourceforge.net/u/clach04/scintilla/ci/html_details_tag/tree/</a> has a =
readme tweak in=C2=A0<a href=3D"https://sourceforge.net/u/clach04/scintilla=
/ci/83bb12a6b08f67d4028b4126b04395ce007884e6/" rel=3D"nofollow" target=3D"_=
blank" data-saferedirecturl=3D"https://www.google.com/url?hl=3Den&amp;q=3Dh=
ttps://sourceforge.net/u/clach04/scintilla/ci/83bb12a6b08f67d4028b4126b0439=
5ce007884e6/&amp;source=3Dgmail&amp;ust=3D1772663706893000&amp;usg=3DAOvVaw=
0PAxCVb7n-1vJpvZ06bVWH">https://sourceforge.net/u/clach04/scintilla/ci/83bb=
12a6b08f67d4028b4126b04395ce007884e6/</a></div></div></blockquote><div><br>=
</div></div><div><div>OK, incorporated that and updated the compiler versio=
ns a little. I&#39;m unsure what the minimum required version of g++ is now=
 (and it will likely increase with more use of c++20) but a fair bit is ava=
ilable with 9.x.=C2=A0</div><div><a href=3D"https://gcc.gnu.org/projects/cx=
x-status.html#cxx20" target=3D"_blank" rel=3D"nofollow" data-saferedirectur=
l=3D"https://www.google.com/url?hl=3Den&amp;q=3Dhttps://gcc.gnu.org/project=
s/cxx-status.html%23cxx20&amp;source=3Dgmail&amp;ust=3D1772663706893000&amp=
;usg=3DAOvVaw3OV1MFAeNV3WPq47m7ZAcW">https://gcc.gnu.org/projects/cxx-statu=
s.html#cxx20</a>=C2=A0</div><div><br></div><div>Neil</div></div></blockquot=
e></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups &=
quot;scite-interest&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:[email protected]">scit=
[email protected]</a>.<br />
To view this discussion visit <a href=3D"https://groups.google.com/d/msgid/=
scite-interest/fa70ae83-a7bb-4c08-8d6d-17b18ce3b5a9n%40googlegroups.com?utm=
_medium=3Demail&utm_source=3Dfooter">https://groups.google.com/d/msgid/scit=
e-interest/fa70ae83-a7bb-4c08-8d6d-17b18ce3b5a9n%40googlegroups.com</a>.<br=
 />

------=_Part_11437_1310574202.1772578403812--

------=_Part_11436_1027146343.1772578403812--