smartbomb
|
c6eeaed7da
|
:actionlist added support for wildcards
|
2014-10-15 22:49:08 +02:00 |
|
smartbomb
|
edba90f188
|
Renamed :findaction => :actionlist + added statusbar error message when calling invalid action names
|
2014-10-15 21:17:26 +02:00 |
|
smartbomb
|
7943e34bde
|
Fix action execution contexts, use a delay on popup actions to allow the command handler to unwind
|
2014-10-15 08:31:44 +02:00 |
|
smartbomb
|
74970c74b4
|
Implemented :findaction
|
2014-10-14 22:47:03 +02:00 |
|
smartbomb
|
722431f5b2
|
VIM-652 Add support for executing and mapping arbitrary IDEA actions
* no tests performed..! *
Example usage:
:nnoremap gi :action GotoImplementation<CR>
:nnoremap gu :action FindUsages<CR>
:nnoremap gcw :action RenameElement<CR>
Action overview:
https://github.com/JetBrains/intellij-community/blob/6c6cb47c5a41025549157d64643a98a89481260d/platform/platform-resources-en/src/messages/ActionsBundle.properties
|
2014-10-13 21:58:38 +02:00 |
|