Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
SlickEdit® / Re: Tool windows don't work (Linux)
« Last post by jorick on March 15, 2023, 02:28:48 pm »
The Find and Replace dialog box doesn't respond either.
22
SlickEdit® / Tool windows don't work (Linux)
« Last post by jorick on March 14, 2023, 08:36:25 pm »
Tool windows don't allow keyboard or mouse interaction.  They can't be typed in nor any selections with the mouse.  If the main SE window is moved, the tool window moves along with it, but it can't be moved on its own.  All other windows work fine.

SlickEdit Pro 2022 for Linux (v27.0.1.0 64-bit Qt4)

Serial number: VLX_TRIAL
License type: Trial
License expiration: 2023-03-28 20:00:00
License file: /home/benner10/slickedit/bin/slickedit.lic

Build Date: December 7, 2022
Emulation: CUA

OS: Linux
OS Version: Ubuntu 22.04.2 LTS
Kernel Level: 5.15.90.1-microsoft-standard-WSL2
Build Version: #1 SMP Fri Jan 27 02:56:13 UTC 2023
Processor Architecture: x86_64

X Server Vendor: Microsoft Corporation
Window Manager: Weston WM
Display manager: Unknown

Memory: 23% Load, 3516MB/14662MB Virtual
Shell Information: "/home/benner10/slickedit/bin/secsh" -i
Screen Size: 1920 x 1080, 1920 x 1080, 1920 x 1080, 1920 x 1080, 1920 x 1080

Project Type: Single file project - Gnuc
Language: .cpp (C/C++)
Encoding: UTF-8, no signature

Installation Directory: /home/benner10/slickedit/
Configuration Directory: /home/benner10/.slickedit/27.0.1/
23
Thanks for the reminder. We will change this for 27.0.2. No date set yet.
24
Could you please make this change in v28? I recently pressed "Yes" when I meant to press "No".
25
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 ( ^ ) ^;
27
SlickEdit® / Re: SlickEdit Hotfix
« Last post by SlickEdit Support on March 04, 2023, 07:01:25 pm »
29
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.
30
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.
Pages: 1 2 [3] 4 5 ... 10