Rick Maddy
- Total activity 356
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 132
-
Created [ANN] Vim Plugin 0.9.6 (For IDEA 5.0.1)
Bug Fixes- You can now insert a real tab using . - now properly works as a character argument to commands such as f and t. - Fixed Ctrl-E and Ctrl-Y when caret was at top/bottom of screen. - Fixed... -
Created Inserting a tab character into an editor
AnsweredI've searched and just can't find an answer to this. In my code style I have "Use Tab Character" turned off since I like to have spaces in my files.However, once in a while I need to insert a real ... -
Created [ANN] IdeaVIM 0.9.5-5.x
I made a few fixes for internal errors with Idea 5.0.1 when working with multiple editors of the same file.Enjoy,Rick -
Created [ANN] IdeaVIM 0.9.4-Irida
I have posted IdeaVIM 0.9.4 which will work with Irida build #3354. No other changes in functionality.Enjoy,Rick -
-
Created [ANN] Vim Plugin 0.9.2 (Irida #3185 support)
I've built a new version that handles the changes to the OpenAPI. There are no other fixes in this release.Enjoy,Rick -
Created [ANN] Vim Plugin 0.9.1 (Irida #3136 support)
This update contains no changes except that it works with API changes as of Irida build 3136.Enjoy,Rick -
Created com.intellij.psi.xml.XmlComment
Am I missing something or is there no way to create an XmlComment using the OpenAPI? PsiElementFactory has a createCommentFromText method that returns a PsiComment but nothing to create an XmlComme... -
-
Created [ANN] IdeaVIM 0.8.3-4.x
Bug fix release:- After a fresh install it is possible to get a NPE when loading the first project. Now fixed.- Fixed :class and :find. These were also broken by the focus fix in 0.7.2.- Fixed * an...