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:
parent
650b925251
commit
fd0819ca30
src/main
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user