Recent Posts

Pages: 1 ... 4 5 [6] 7 8 ... 10
51
SlickEdit® / Re: Excluding symbolic links
« Last post by Clark on August 19, 2024, 07:17:03 PM »
SlickEdit does have some support for symlinks on Windows. By default, symbolic link support is off. Specify the +ssymlinkdirs invocation option if you want SlickEdit to recognize symbolic links directories. Specify the +ssymlink invocation option if you want SlickEdit to recognize symbolic links in files and directories. Checking for symbolic links on Windows is expensive even with caching optimizations. On Windows, SlickEdit doesn't have features for excluding symbolic links in various ways.
52
SlickEdit® / Re: Excluding symbolic links
« Last post by joecar on August 19, 2024, 05:49:50 PM »
BTW: found another app that recognizes symlinks in Windows...

53
SlickEdit® / Re: Braces highlighting is not working properly C++
« Last post by Clark on August 16, 2024, 05:23:05 PM »
Thanks for the video. Two problems. Handling of tabs and handling of unbraced else

A hot fix is available for this.

Download the hot fix here:

https://www.slickedit.com/hotfixes

Then load the hot fix: Help>Product Updates>Load Hot Fix...
54
SlickEdit® / Braces highlighting is not working properly C++
« Last post by rakam77 on August 16, 2024, 06:39:29 AM »
Starting with the SlickEdit version above 26( OS Windows).
Different behavior of highlighting braces when choosing the way to display indentation (spaces or tabs).
The problem is shown in the video in the attachment
55
SlickEdit® / Re: Disable Selective Display?
« Last post by JimmieC on August 13, 2024, 09:49:27 PM »
Ahhh. OK. Yeah, I see it. Thanks
56
SlickEdit® / Re: Older licensed versions
« Last post by JimmieC on August 13, 2024, 09:48:46 PM »
Ahh. OK. Yeah, I see it. Thanks.
57
SlickEdit® / Re: Disable Selective Display?
« Last post by rjpontefract on August 13, 2024, 09:32:13 PM »
I've always used the "show all" menu option to clear selective display.
58
SlickEdit® / Disable Selective Display?
« Last post by JimmieC on August 13, 2024, 08:30:57 PM »
I was messing around with Selective Display. I never use it but figured I should give it a try.

After messing around with various settings for while, I decided to disable it and go back to normal, full display. However, I did not find any "disable". I found Reset Selective Display but that does not disable it. I went to the help file for Selective Display and searched (Ctrl-F) for "Reset" but there is no explanation of this checkbox.

I found that if I select "Search Text" and clear the "Settings Box" that all the text is displayed. Is this the proper way to Cancel a Selective Display session? It is a bit confusing because a Selective Display mode is selected but the "Settings" criteria has to be cleared.

Is there a formal "Cancel All Selective Display" equivalent somewhere that I have missed? Or, should "Reset Selective Display" cancel it?
59
SlickEdit® / Re: Older licensed versions
« Last post by Graeme on August 13, 2024, 12:02:12 PM »
You need to send an email to support@slickedit.com and ask them to send you a license.  You might have got an email from them sometime last year telling you to safeguard your license or to download a new license, so try and dig up that email, or any previous emails you have that show you had a license and forward it to them.
60
Features and/or Improvements / Re: Xdebug 3.0.0 support?
« Last post by redcar on August 13, 2024, 11:38:30 AM »
I think I have solved the problem myself...

Xdebug 3.x is backward compatible in its interface to Slickedit, but requires some changes to the xdebug config file:

xdebug.client_port = 9000
xdebug.idekey = slickedit
xdebug.mode = develop,debug
Pages: 1 ... 4 5 [6] 7 8 ... 10