Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.16k stars 305 forks source link

Indicate "Go to Anything" action #2308

Open jairusmartin opened 7 years ago

jairusmartin commented 7 years ago

Short Summary

I can't import / export keybindings. I previously exported and imported before current Komodo updated.

Steps to Reproduce

  1. Edit->Preferences->Key Bindings
  2. Clicked the following icon: image
  3. This appears: image
  4. Pressed right arrow to expand key binding sub options:
    • Open
    • Favorite
    • Install
  5. Clicked Open, but nothing happens.

    Expected results

    I should be able to load a previously exported keybinding or import a new keybinding.

Actual results

Unable to export / import keybindings.

Platform Information

Komodo IDE Komodo Version 10.1.4, build 89515 Platform Win32-86

th3coop commented 7 years ago

As a workaround for now you can drop your *.kkf file into your [Komodo profile]\tools\schemes\ folder and restart. You'll then be able to select your set in the keybinding window.

th3coop commented 7 years ago

Another note, I think in this context Open wasn't supposed to do anything. That dialog that opens is asking if you want to install a package from our github repo. That's not clear though. Def need to rework this workflow.