Will I be alerted when this beta version will become available?
If you are watching this topic, you should get a notification once we have something to test.
Regards,
Stefan
Any news yet?
Hi,
we already started with the implementation. This is on the roadmap for the next major version. A schedule for a beta is not yet available, sorry.
Regards,
Stefan
Any news?
Any news?
I had the v5 beta for a time and didn't see any keyword highlighting available. Did it not make it into this beta?
Can I have an update on this, please?
I'm sorry for the confusion. The text highlighting configuration is in the current beta. Go to the Colors page and select the tab Text Highlighting.
Totally forgot, that I moved the configuration to the Colors page ;) Sorry about that...
Regards,
Stefan
It looks like these are only available for Rebex connections? Is there nothing for Putty based connections? We have well over 100 putty based connections, if Rebex is the only way, is there a way to bulk change our existing connections?
Thanks Stefan,
This is great info, but it doesn't seem to allow me to change it to Rebex. When I bulk edit I am only allowed to change the terminal type within putty. For instance, I can change them to telnet or serial, but they're still putty based.
Am I missing something?
Thanks,
Adam
The 'i' flag in regex matches all cases.
For instance;
(?i)down
Matches DOWN, Down and down (or DoWn if your devices are weird...)
Here are the ones I have setup currently that work for me:
# Matches IP addresses
\b(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b
#55FFFF
#000000
# Matches any case of the word 'down'
(?i)down
#FFFF55
#000000
# Matches any case of a word that starts with vlan. (vlan, VLANS, etc.)
(?i)vlan(\w+)|vlan
#5555FF
#000000
# Matches any case of a word that starts with fail. (fail, Failure, etc.)
(?i)fail(\w+)|fail
#FF5555
#000000
# Matches any case of a word that starts with warn. (warn, WARNING, etc.)
(?i)warn(\w+)|warn
#FFC000
#000000
ROEGIERS JEROEN
Dear,
it would be very helpfull if you could make it so that certain words in SSH session get a color.
It would also be nice if you could choose those words and colors freely or use a template such as 'Cisco network devices' or 'Linux distributions'.
Your competitors such as MobaXterm and Devolutions already have this possibility.
Thanks and keep up the good work!
5 people like this idea