| 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" Comments (9)
![]()
...
You should add quotes around %1, too...didn't work for me otherwise on files with spaces in the path:
...
I had the same problem under Windows 7 x64 and UltraEdit 14.20. I fixed it by adding UltraEdit's "ue64ctmn.dll", which is defined as a CLSID "b5eedee0-c06e-11cf-8c56-444553540000", to the context menu handlers like this: |





