Reputation: 84744
I've seen an issue a few different installations whereby the Open Resoure
menu open in Navigate
appears twice, which wouldn't be a problem if it didn't disable the CTRL+SHIFT+R
shortcut to it.
I've seen it affect both Flex Builder 3 and Flash Builder 4, but it only seems to affect the standalone version when it is installed after the plugin version. Re-installation doesn't seem to help.
NOTE: I'm posting this with the intent of self-answering
Upvotes: 0
Views: 256
Reputation: 84744
I recently spotted the answer posted by Kammerer on a related question, but it doesn't appear will in search results. I'm reproducing the solution here, but please vote up the original answer if this answer helped.
%FLEX_BUILDER_HOME%\plugins\com.adobe.flexbuilder.standalone_3.0.214193\plugin.xml
com.adobe.flexbuilder.standalone.navigate
and comment out (or remove) the entire <actionSet> ... </actionSet>
node that contains it%FLEX_BUILDER_EXE -clean
Upvotes: 1