Hello All,
Due to the rebranding that happened on 9/18, the URL will need to be updated (Although the old mirror.nasutek.com will work for now, I don't know how long ill keep that domain for, possibly one more year) to mirror.wiseglobalsolutions.com
NasuTek Global Enterprises is now known as Wise Global Solutions.
Let me know if you have any questions.
Thanks
Michael Manley – Founder, CEO, and Chief Architect
Wise Global Solutions
CONFIDENTIALITY NOTICE: This email, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure, or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
Effective August 1, 2025, email addresses ending in @ntge.net and @nasutek.com will be discontinued. Going forward, only @wisegs.net email addresses will be supported. Please update your contact information to reflect the new Wise Global Solutions domain (@wisegs.net) before the deadline to ensure continued communication with Wise Global Solutions.
TDE devs,
I passed this along to Yasuhiko for openSUSE kde3, it may also be something
that TDE wants to patch as well:
========== original message ============
The current rust.xml katepart syntax file does not highlight alerts like
TODO, FIXME, etc. in the comments. The katepart/syntax file needs to be
updated to include the katepart/syntax/alerts.xml file.
A patch to do so is:
diff -ruNb a/syntax/rust.xml b/syntax/rust.xml
--- a/syntax/rust.xml 2015-10-28 15:38:53.000000000 -0500
+++ b/syntax/rust.xml 2024-09-10 08:53:59.108745900 -0500
@@ -323,10 +323,14 @@
<RegExpr String="U[0-9a-fA-F]{8}"
attribute="CharEscape" context="#pop"/>
<RegExpr String="." attribute="Error" context="#pop"/>
</context>
- <context attribute="Comment" lineEndContext="#pop"
name="Commentar 1"/>
+ <context attribute="Comment" lineEndContext="#pop"
name="Commentar 1">
+ <LineContinue attribute="Comment" context="#stay"/>
+ <IncludeRules context="##Alerts" />
+ </context>
<context attribute="Comment" lineEndContext="#stay"
name="Commentar 2">
<DetectSpaces/>
<Detect2Chars char="*" char1="/" attribute="Comment"
context="#pop" endRegion="Comment"/>
+ <IncludeRules context="##Alerts" />
</context>
</contexts>
<itemDatas>
@@ -348,6 +352,7 @@
<itemData name="Macro" defStyleNum="dsOthers"/>
<itemData name="Attribute" defStyleNum="dsOthers"/>
<itemData name="Lifetime" defStyleNum="dsOthers" bold="1"/>
+ <itemData name="Alert" defStyleNum="dsAlert"
spellChecking="false"/>
<itemData name="Error" defStyleNum="dsError"/>
</itemDatas>
</highlighting>
--
David C. Rankin, J.D.,P.E.
Michele, Slavek, All,
I just ran across a new bug on openSUSE Tumbleweed where the sftp_kio is
completely broken. I suspect this is the result of the new openssh package and
perhaps option changes, etc...
It's no little issue, attempting to connect in konqueror, kate, kwrite,
etc.. with sftp://host/path/to/whatever -- coredumps.
This slunk in sometime in the past week or so along with new versions of
openssh. I don't have smoking gun evidence it is openssh -- but that is my
best guess based on recently updated packages. Tumbleweed has openssh-9.8p1
built last Friday.
Let me know if you see this in TDE, and if you don't, be on the lookout for
it when openssh updates.
--
David C. Rankin, J.D.,P.E.
Here is the the response from Yasuhiko, he updated kdelibs applying the patch
so the syntax highlights for Alerts are activated in the rust.xml syntax file.
I believe what he says below is that the openeSUSE KDE3 uses the sams May 19,
2020 syntaxt files as TDE, so TDE can apply the patch as-is to activate the
Alert highlighting in rust comments.
-------- Forwarded Message --------
Subject: Re: Add Alerts (FIXME, TODO, etc..) to rust katepart/syntax/rust.xml
Date: Thu, 12 Sep 2024 14:53:58 +0900
From: Yasuhiko Kamata <belphegor(a)belbel.or.jp>
Organization: Bel Bel Network, Japan.
To: suse-kde3 <kde3(a)lists.opensuse.org>
CC: David C. Rankin <drankinatty(a)gmail.com>
Hello,
Ok, updated kdelibs3.
It will be available soon.
After the update in May 19 2020, syntax rule files used by kdelibs3
is the exact same files provided by tdelibs (as shown in OBS,
https://build.opensuse.org/package/show/KDE:KDE3/kdelibs3
-> tdelibs-kate-data.git-**.tar.bz2).
Therefore, the attached patch can be used as-is on the tdelibs side.
Thanks,
On Wed, 11 Sep 2024 11:15:02 -0500
"David C. Rankin" <drankinatty(a)gmail.com> wrote:
> On 9/11/24 1:28 AM, David C. Rankin wrote:
> > Yasuhiko,
> >
> > The current rust.xml katepart syntax file does not highlight
> > alerts like TODO, FIXME, etc. in the comments. The katepart/syntax
> > file needs to be updated to include the katepart/syntax/alerts.xml
> > file.
> >
> > A patch to do so is:
> >
> > diff -ruNb a/syntax/rust.xml b/syntax/rust.xml
> > --- a/syntax/rust.xml 2015-10-28 15:38:53.000000000 -0500
> > +++ b/syntax/rust.xml 2024-09-10 08:53:59.108745900 -0500
> > @@ -323,10 +323,14 @@
> > <RegExpr String="U[0-9a-fA-F]{8}"
> > attribute="CharEscape" context="#pop"/>
> > <RegExpr String="." attribute="Error"
> > context="#pop"/> </context>
> > - <context attribute="Comment" lineEndContext="#pop"
> > name="Commentar 1"/>
> > + <context attribute="Comment" lineEndContext="#pop"
> > name="Commentar 1">
> > + <LineContinue attribute="Comment"
> > context="#stay"/>
> > + <IncludeRules context="##Alerts" />
> > + </context>
> > <context attribute="Comment"
> > lineEndContext="#stay" name="Commentar 2">
> > <DetectSpaces/>
> > <Detect2Chars char="*" char1="/"
> > attribute="Comment" context="#pop" endRegion="Comment"/>
> > + <IncludeRules context="##Alerts" />
> > </context>
> > </contexts>
> > <itemDatas>
> > @@ -348,6 +352,7 @@
> > <itemData name="Macro"
> > defStyleNum="dsOthers"/> <itemData name="Attribute"
> > defStyleNum="dsOthers"/> <itemData name="Lifetime"
> > defStyleNum="dsOthers" bold="1"/>
> > + <itemData name="Alert"
> > defStyleNum="dsAlert" spellChecking="false"/>
> > <itemData name="Error"
> > defStyleNum="dsError"/> </itemDatas>
> > </highlighting>
> >
> > Can that be applied to the system wide rust.xml in
> > /opt/kde3/share/apps/katepart/syntax/rust.xml so that it is
> > available?
> >
>
> Also,
>
> When you have time to apply the patch, can you post the link for
> the patch in the openSUSE build so TDE can reference it. Thank you!
>
> --
> David C. Rankin, J.D.,P.E.
--
Yasuhiko Kamata
E-mail: belphegor(a)belbel.or.jp
--
David C. Rankin, J.D.,P.E.
3111 Skyline Dr.
Nacogdoches, Texas 75965
david(a)rankinlawfirm.com
www.rankinlawfirm.com