InsertMode
ColumnModeOff
HexOff
UnixReOff
IfSel
Find SelectText "&"
Replace All "&"
Find SelectText "<"
Replace All "<"
Find SelectText ">"
Replace All ">"
Find SelectText """
Replace All """
Find SelectText "^t"
Replace All " "
Else
GotoLine 1 1
Find "&"
Replace All "&"
Find "<"
Replace All "<"
Find ">"
Replace All ">"
Find """
Replace All """
Find "^t"
Replace All " "
EndIf
Showing posts with label ULTRAEDIT. Show all posts
Showing posts with label ULTRAEDIT. Show all posts
2009-09-17
...and the UltraEdit Macro script to convert code for blogger publishing
Courtesy of Rob, to which I added the & -> & conversion:
2007-03-28
UltraEdit 32 Explorer Integration in Vista
Looks like Vista broke the integration of UltraEdit in the shell (even with latest version 13.00), without whom life is not worth living. Seriously, not being able to Edit/HexEdit ANY file with a right click really makes life unbearable.
Thankfully, other people have figured out how to do it, and it's really simple:
(NB:If you create these keys manually, @ is the "(Default)" key in Regedit, and both keys are String values. Of course, quotes don't need to be escaped then)
Thankfully, other people have figured out how to do it, and it's really simple:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\UltraEdit 32]
@="UltraEdit"
[HKEY_CLASSES_ROOT\*\shell\UltraEdit 32\command
@="\"C:\\Program Files\\IDM Computer Solutions\\UltraEdit-32\\uedit32.exe\" \"%1\""
(NB:If you create these keys manually, @ is the "(Default)" key in Regedit, and both keys are String values. Of course, quotes don't need to be escaped then)
Subscribe to:
Posts (Atom)