Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Thanks for the reminder. We will change this for 27.0.2. No date set yet.
22
Could you please make this change in v28? I recently pressed "Yes" when I meant to press "No".
23
Did you know? / Syntax Expansion for single-line if
« Last post by Dennis on March 07, 2023, 01:36:48 pm »
Did you know SlickEdit has a syntax expansion shortcut for expanding a one-line statement?   Suppose you have the following:
Code: [Select]
if
And you press space to expand the statement (here carets represent cursor hot-spots):
Code: [Select]
if ( ^ ) {^
}

But you wanted a single-line if statement, if you hit semicolon instead of space to expand it, you get:
Code: [Select]
if ( ^ ) ^;
25
SlickEdit® / Re: SlickEdit Hotfix
« Last post by SlickEdit Support on March 04, 2023, 07:01:25 pm »
27
SlickEdit® / Re: Deleting all blank lines in a file
« Last post by Tim Kemp on March 04, 2023, 05:12:01 am »
I've never needed to do it to a source code file, but I have done it regularly when I'm formatting data for a variety of things. Often the data ends up in a source code file.
28
SlickEdit® / Re: Downloading hotfix_se2701_2_cumulative.zip returning a 404 error
« Last post by Tim Kemp on March 04, 2023, 05:04:28 am »
Thanks! You might want to change the text on the download page too. It still says it's Rev 2.
29
The page has been updated with Rev 5 (hotfix_se2701_5_cumulative.zip)

Best,
SlickEdit Support
30
SlickEdit® / Downloading hotfix_se2701_2_cumulative.zip returning a 404 error
« Last post by Tim Kemp on March 03, 2023, 07:35:01 pm »
It's not there.
Pages: 1 2 [3] 4 5 ... 10