Idea Which Key Versions Save

IdeaVim extension that displays available keybindings in a popup

0.10.1

2 months ago

0.10.1

Changed

  • Match latest IdeaVim API
  • Update dependencies (Kotlin, Java, Intellij, IdeaVim)

0.10.0

4 months ago

0.10.0

Breaking: Needs IdeaVim version >= 2.8.0

Changed

  • Switch to new internal APIs
  • Update dependencies (Kotlin, Intellij, IdeaVim & Gradle)

0.9.0

7 months ago

Added

  • New sort option BY_KEY_PREFIX_LAST
  • New g:WhichKey_SortCaseSensitive variable
    • Controls if the sorting of elements in the popup should be case-sensitive or not (default: true)

Changes

  • Fix missing getters for several properties to make them reloadable without restart
    • WhichKey_DefaultDelay
    • WhichKey_SortOrder
    • WhichKey_SortCaseSensitive
    • WhichKey_ProcessUnknownMappings

0.8.0

1 year ago

Added

  • Option to not process unmapped keys and just close the popup
  • Make plugin toggleable via set nowhich-key

0.7.1

1 year ago

Changed

  • Update to work with version 2022.3

0.7.0

1 year ago

Changed

  • Update gradle wrapper to (6.7.1)
  • Update intellij gradle plugin (1.8.0)
  • Update kotlin version (1.6.20)
  • Update kotlin coroutines (1.6.4)
  • Remove log4j dependencies completely
  • Bump minimum Idea version to 2022.2
  • Bump minimum IdeaVim version to 1.11.1
  • Use new VariableService to get values
  • Fix several "scheduled for removal" issues

0.6.2

2 years ago

Changed

  • update log4j dependency to 2.16.0
  • use proper replaceAction function for "VimShortcutKeyAction"

0.6.1

2 years ago

Changed

  • update dependencies (log4j vulnerability)

0.6

2 years ago

Added

  • Mappings can be "removed" from the popup (not displayed, still executable)

0.5

2 years ago

Changed

  • Unregister IdeaVIM 'VimShortcutKeyAction' to avoid startup error