The default behavior for double-clicking an FMX file is to "install" the custom transformer. It seemed that for a while I had double-click set up to open the transformer for editing, rather than installing it, but now it's reverted back to installing with my latest FME (2015.1.2.0 (20150911 - Build 15538 - WIN64)).
Can this behavior be changed? I never need the custom transformer installed because I keep them all in a shared directly. If I double-click it I'm always going to want to edit it. Additionally, because the default behavior is to "install" I can't open alternate versions from our version control system for editing because it always tries to "install" the version, rather than editing.
Best answer by david_r
Hi
You can change the double-click default in the registry, look up the following key in regedit:
HKEY_CLASSES_ROOT\FMETransformerFile\Shell
Change the default value from "FME_Workbench_Install" to "FME_Workbench_Edit".
David
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
I think it's difficult to change the default behavior of double-click. To avoid unexpected installing, I usually right-click on an fmx file to show the menu, and then select Install or Edit.
You can change the double-click default in the registry, look up the following key in regedit:
HKEY_CLASSES_ROOT\FMETransformerFile\Shell
Change the default value from "FME_Workbench_Install" to "FME_Workbench_Edit".
David
Thanks David, I tried this out as it looks like exactly what I need to do. Unfortunately, my registry editor is not letting me edit this value. I'll try some other approaches because it looks like you've set me on the right path...
Takashi, right-click doesn't work for me because I can't right-click from within my source code control system. It's the default behavior that I need to change.