#1
|
|||
|
|||
Change de Keyword set does not refresh the view
Hello,
I've make a script that switch from an existing "Keyword set" to an empty set and vice versa, switch from an empty "Keyword set" to the "Cisco Words_light" Code:
objTab = crt.GetScriptTab() objConfig = objTab.Session.Config hlStyle = objConfig.GetOption("Keyword Set") if hlStyle == keywordDefault: objConfig.SetOption("Keyword Set", "<None>") else: objConfig.SetOption("Keyword Set", keywordDefault) But if do it manually (by changing from the Session Options windows, it works well). Regards |
#2
|
|||
|
|||
Hi Rian,
I was able to recreate the behavior you're seeing when setting the Keyword Set. I have asked our QA/DEV team to review the issue and I will be sure to let you know when I have additional information. If you would like to be notified directly please send and email to Support@VanDyke.com with "Attn: Eric Forum Post 13039" in the subject line.
__________________
Thanks, --Eric VanDyke Software Technical Support support@vandyke.com (505) 332-5730 |
#3
|
|||
|
|||
Thank you, I'll wait for a fix.
I can test the beta or the fix if you need. Regards |
#4
|
||||
|
||||
This has been fixed in a pre-beta version of SecureCRT. Please email me at Maureen.Jett@vandyke.com if you'd like to try it.
Regards, Maureen |
![]() |
Tags |
keyword , python |
Thread Tools | |
Display Modes | Rate This Thread |
|
|