Recent Posts

Pages: [1] 2 3 ... 10
1
SlickEdit® / Re: SE30 (2025) under ubuntu default desktop creates a 2023 icon on launch
« Last post by jc44 on January 16, 2026, 10:20:46 AM »
That makes sense - thanks.
2
SlickEdit® / Re: SE30 (2025) under ubuntu default desktop creates a 2023 icon on launch
« Last post by Clark on January 15, 2026, 08:00:13 PM »
Looks like Ubuntu is a bit stupid. You'll have to delete the old "SlickEdit*.desktop" files.

cd
find . -name "SlickEdit*.desktop"

Delete the old ones.
3
SlickEdit® / SE30 (2025) under ubuntu default desktop creates a 2023 icon on launch
« Last post by jc44 on January 15, 2026, 12:47:42 PM »
SE 30.0.0.0 Ubuntu x64 current, default desktop. Once I have installed SE 2025 I get a SE icon on the dock bar. So far so good. But when I launch it I get another SE icon there. Other apps like the terminal do not create extra icons with extra windows. So I am surprised to find SE doing so.
If I mouse over my two SE icons, the one created by install says "SlickEdit Pro 2025" but the one created by launching it says "SlickEdit Pro 2023" (different year). Looks like there is an old string somewhere. Maybe fixing that will merge the icons? Either way the mouse over text is wrong. I did have SE2023 installed before I had 2025, so I guess the string might be stuck somewhere in the system rather than in SE itself.
Its a trivial issue, but somehow irritating!
4
SlickEdit® / Re: SlickEdit v30 with hotfix 2: Regex search in XML file broken
« Last post by Clark on January 14, 2026, 05:52:26 PM »
Thanks for posting about this

The fix for this will be in 30.0.1 which will be released by sometime in March.
5
SlickEdit® / Re: SlickEdit v30 with hotfix 2: Regex search in XML file broken
« Last post by Clark on January 14, 2026, 05:25:43 PM »
Reproduced. This is definitely a bug in an optimization. There are boat loads of optimizations that have to be done for regular expression to greatly enhance performance.

We will post again once we have a fix for this
6
SlickEdit® / SlickEdit v30 with hotfix 2: Regex search in XML file broken
« Last post by elmar on January 14, 2026, 01:03:10 PM »
Hi,
there seems to be an issue with regular expression (SlickEdit) search:
If I perform a case-insensitive search for "raise?*func" in an XML file that contains lines like the following:
  RaiseFault(MY_FUNC);
then I get no matches. If I change the search string partially to uppercase, i.e. "raise?*Func", then I get the expected matches.
It looks like the case of the very first letter following the "?*" part is relevant.
Similarly, searching for "raise?*unc" produces no matches, while "raise?*Unc" generates the expected results.
Best regards
Elmar


7
SlickEdit® / Re: Slickedit tagging hangs on SystemVerilog project
« Last post by pmsteinm on January 12, 2026, 07:03:38 PM »
The real RTL file works fine with the new install. Thanks.
8
SlickEdit® / Re: Slickedit tagging hangs on SystemVerilog project
« Last post by Clark on January 10, 2026, 03:07:01 PM »
We have built a new Win64 installer with a fix for this:

Go to this dropbox folder:
https://www.dropbox.com/scl/fo/oiizbih4j3hpqcs9uqfuz/AIftZrn-xdFUsd-Jkhqai4U?rlkey=mbhzr21who40mdb96bt3s60xb&st=f35teo0j&dl=0

And download se_30000000_win64-2026-01-09.msi

This fix will be included in v30.0.1. No date set yet but should be no later than sometime in March
9
SlickEdit® / Re: Slickedit tagging hangs on SystemVerilog project
« Last post by Clark on January 09, 2026, 07:41:59 PM »
Reproduced. Definitely not a new problem. We will post when we have a fix.
10
SlickEdit® / Re: Slickedit tagging hangs on SystemVerilog project
« Last post by pmsteinm on January 09, 2026, 05:20:08 PM »
I realized I wasn't logged in when posting the above items. Now that I am I can't edit the above. I meant to add above that "just pasting the contents below into an empty SV file causes an immediate hang of VS."

Also that the file I found was added over the break. So this might not be a VS 2025 hf2 specific problem.
Pages: [1] 2 3 ... 10