Forum: General
08-30-2021, 08:45 PM
|
Replies: 3
Views: 3,000
|
Forum: General
07-01-2021, 09:35 PM
|
Replies: 1
Views: 1,775
Maybe:
"PREFIX-.*?(\s|$)"
1. .* is...
Maybe:
"PREFIX-.*?(\s|$)"
1. .* is greedy, that's why it by default is hilighting to the end of the line. The trailing ? makes it stingy.
2. Instead of \s, I used (\s|$) to ensure it...
|
Forum: General
04-17-2021, 03:50 PM
|
Replies: 2
Views: 1,985
|
Forum: General
09-17-2020, 11:41 AM
|
Replies: 10
Views: 4,173
Very short version:
Create an empty file...
Very short version:
Create an empty file named setclock.py, and paste one of the scripts into it, and save it somewhere on your hard disk. (make sure it's named setclock.py, not setclock.py,txt)....
|
Forum: General
09-16-2020, 05:58 PM
|
Replies: 10
Views: 4,173
|
Forum: General
07-13-2020, 02:11 PM
|
Replies: 3
Views: 2,868
Ah..... Found it. Short version - self...
Ah..... Found it. Short version - self inflicted wound.
Longer version:
I have at times run a custom .mnu file which I am quite fond of. This .mnu file was created before 8.7 was released,...
|
Forum: General
07-10-2020, 11:24 PM
|
Replies: 3
Views: 2,868
Misplaced Command Manager
Stupid question: I appear to have lost Command Manager. I had it, I used it, I think migrated PCs. On my new install, I can't even find Command Manager. It use to hide of to the side next to...
|
Forum: General
02-11-2020, 11:03 PM
|
Replies: 6
Views: 3,070
|
Forum: General
02-03-2020, 07:45 PM
|
Replies: 6
Views: 3,070
|
Forum: General
02-03-2020, 02:26 PM
|
Replies: 6
Views: 3,070
|
Forum: General
02-01-2020, 10:22 PM
|
Replies: 6
Views: 3,070
Can [X] be Customized to Disconnect and Minimize?
This is admittedly another strange request...
Is it at all possible, through menu customization (or any other setting), to configure SecureCRT so that when the application is "Closed" (such as by...
|
Forum: General
12-26-2019, 10:41 PM
|
Replies: 3
Views: 5,995
RDP Launching from SecureCRT Session List
To be clear upfront, I am not in any way talking about SecureCRT managing RDP session windows - other products do that, and it's a lot of work for questionable value.
But...
Since converting,...
|
Forum: General
11-27-2019, 06:26 PM
|
Replies: 6
Views: 2,728
However, it does open a new window, so I have...
However, it does open a new window, so I have created a feature request on your behalf in our product enhancement database for the ability for sessions opened from SecureCRT pinned to taskbar to open...
|
Forum: General
10-18-2019, 03:27 PM
|
Replies: 1
Views: 2,259
Tab Dragging between Windows
This is a silly feature request I know, but I thought I'd ask.
I have become so used to the ability to drag tabs out windows in other applications, that I just expect it when running SecureCRT.
...
|
Forum: General
03-13-2019, 05:01 PM
|
Replies: 2
Views: 3,231
|
Forum: General
03-13-2019, 04:49 PM
|
Replies: 2
Views: 3,231
Making the current tab more obvious?
My problem is specific to "Show status indicators as: Background Colors", which is my preferred mode of operation. The problem doesn't exist when set to Icons or Color Rectangles.
If I have 10...
|
Forum: General
01-16-2019, 10:29 PM
|
Replies: 1
Views: 3,127
Foreground/Background colors in RTF Copy/Paste
Is there any way to adjust SecureCRT's behavior regarding Foreground/Background colors when using the "Copy to clipboard as RTF and plain text" feature?
Basically, I run all my SecureCRT...
|