1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-29 19:34:09 +02:00

Add link to plugins

This commit is contained in:
Alex Plate 2022-11-28 17:36:57 +02:00
parent 650b925251
commit fd0819ca30
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 8 additions and 0 deletions
src/main
java/com/maddyhome/idea/vim/ui
resources/messages

View File

@ -175,6 +175,13 @@ private object VimActionsPopup {
actionGroup.addSeparator()
actionGroup.add(NotificationService.OpenIdeaVimRcAction(null))
actionGroup.add(ShortcutConflictsSettings)
actionGroup.add(
HelpLink(
MessageHelper.message("action.plugins"),
"https://jb.gg/ideavim-plugins",
null
)
)
actionGroup.addSeparator(MessageHelper.message("action.eap.choice.active.text"))
actionGroup.add(JoinEap)

View File

@ -115,6 +115,7 @@ popup.advertisement.version=Version {0}
action.eap.choice.active.text=Early Access Program
action.about.eap.text=About EAP…
action.plugins=Extensions…
action.contacts.help.text=Contacts \\& Help
action.contact.on.twitter.text=Quick Response
action.create.issue.text=Create an Issue