- May
- 13,747
- 209
There are new 4UTILS and 4CONSOLE plugins in ftp://lucky.syr.edu/4plugins.
I changed the behavior of @IPTOHEX as dcantor requested.
In 4CONSOLE, CSBFIND now accepts regular expressions (only!, but a plain string is still matched literally). I got rid of CFIND (which invoked the console "Find" dialog) and replaced it with SYSMENU (follow SYSMENU with the letters you want pressed in the system menu). I use it like this:
I changed the behavior of @IPTOHEX as dcantor requested.
In 4CONSOLE, CSBFIND now accepts regular expressions (only!, but a plain string is still matched literally). I got rid of CFIND (which invoked the console "Find" dialog) and replaced it with SYSMENU (follow SYSMENU with the letters you want pressed in the system menu). I use it like this:
Code:
v:\> alias @@Ctrl-F
sysmenu e f
(console "Find" dialog)
v:\> alias @@Ctrl-P
sysmenu p
(console "Properties" dialog)