Rick Maddy
- Total activity 356
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 132
-
Created Plugin Manager and versioning issues
Pallada is making it clear that there is a major whole in the current plugin manager with IDEA. As we make plugin changes to deal with API changes, we have the problem of making updates to plugins ... -
Created [ANN] Vim Plugin 0.7.3
New Features- Added support for digraphs. Currently you can use Ctrl-k to enter a special character. This works while in Insert/Replace mode, as an argument to the r, F, T, f, and t commands, or w... -
Created [ANN] VIM Plugin 0.7.2
Fixed several bugs:- Fixed focus problem with : and / and ? commands.- Fixed c exception if the motion was invalid. - Fixed word motion on strings such as 1/2/3. - Fixed which didn't always match ... -
Created Code Tools plugins are back!
Thanks to Jetbrains for getting the Code Tools section of the plugins list back. 13 plugins total.Rick -
Created [Ann] Copyright Plugin version 0.0.2
Update to the Copyright plugin. Use the plugin manager to get the latest.New Features- Update copyright notice automatically whenever a new class or interface is created. ... -
Created [Ann] Copyright Plugin version 0.0.1
I've submitted a new plugin for IDEA 4.x.Copyright version 0.0.1 Release Notes for IDEA 4.x"Project Copyright Notice"This plugin allows you to maintain a consistent copyright notice in all your pro... -
Created Plugin support file installation
My VIM plugin requires a keymap file that must be installed in the user's .IntelliJIdea/config/keymaps directory. Is there a way to have this installed automatically when the plugin is installed as... -
Created [ANN] IdeaVIM 0.7.0 Release
I've uploaded IdeaVIM 0.7.0 for Aurora. This includes a bunch of minor enhancements and bug fixes:New Features- Highlighting lines of code by clicking and/or dragging in the line number area now l... -
Created How do I mark a file as up-to-date?
My VIM plugin provides its own undo/redo mechanism. If a user uses the plugin to undo all changes made to a file since it was opened last, I would like to mark the file as up-to-date but I can't fi... -