Rick Maddy
- 活动总数 356
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 132
-
创建于 [ANN] Vim Plugin 0.6.3
Support for Aurora #992 and higher. Use the plugin manager to update/install. -
创建于 [ANN] VIM plugin now working for Aurora #963
I have uploaded version 0.6.2 of the VIM plugin for Aurora 963. Use the plugin manager to get the latest version. -
创建于 What triggers a ModificationAttemptListener?
I'm trying to make a change to my VIM plugin to work better with version control systems (VCS).Up until now, if a user enters a VIM command that would modify a read-only file I simply beep and eat ... -
创建于 [ANN] VIM plugin now working for Aurora #939
I have released a new version of the IdeaVIM plugin. Version 0.6.0 has been updated to reflect the OpenAPI changes.Please go to http://sourceforge.net/projects/ideavim/ to get the latest version. L... -
创建于 [Ann] Vim Plugin 0.4.0
The latest Vim plugin is available at SourceForge (http://sourceforge.net/projects/ideavim/). This update adds:- status messages and showmode- macros (q, @, and @@ commands)- a few bug fixesEnjoy,Rick -
创建于 [ANN] VIM Plugin 0.3.0 Released
An updated version of the VIM plugin has been released. This latest version now fully supports VIM style searching via / and ? and full support for the :s[ubstitute] command and it's variants and c... -
创建于 [ANN] VIM Plugin Released
Announcing the availability of a new plugin that provides VIM emulation for IDEA. This has been implemented and tested under IDEA 3.0.2.You may download this plugin at http://sourceforge.net/projec... -
创建于 Actions and Shortcuts and Action chaining
I hope someone can clear this up for me.I have created an action class that extends AnAction for my plugin. Now let's say I map this to a common key such as the "Enter" key because I want to do som... -
创建于 Project level file headers
I've searched the online help and these forums and can't find anything on this. I have two projects and each project needs a different file header comment - say a copyright notice. How can I setup ... -
创建于 OpenAPI access to keyboard shortcuts
I was playing with the openapi to write a plugin that requires access to all keystrokes. I created a TypedActionHandler but the execute method is not called for every keystroke. I added a KeyAdapte...