|
UltraEdit Vista x64 Context Menu Fix |
|
Sunday, 30 December 2007 |
|

UltraEdit is the best text editor that I know of. It provides the ability to integrate with Windows Explorer under Advanced / Configuration / File Associations; but even the latest version 13.20a doesn't add itself to Vista x64's Windows Explorer.
I
was very addicted to being able to edit any file from Windows Explorer
from the right-click context menu, but after moving to Vista x64 I
wasn't able to do it. The solution I came up with was to add it to the
registry myself. You can download the registry file below.
REGEDIT4
[HKEY_CLASSES_ROOT\*\shell\UltraEdit] @="UltraEdit"
[HKEY_CLASSES_ROOT\*\shell\UltraEdit\command] @="\"C:\\Program Files (x86)\\IDM Computer Solutions\\UltraEdit-32\\uedit32.exe\" %1"
|