Categories
|
opensource software
PMIP - Poor Mans IDE PluginProducts: IntelliJ IDEA, AppCode, PhpStorm, PyCharm, RubyMine, WebStorm Vendor: Paul Allton Email: Website: http://code.google.com/p/pmip/ License: http://www.opensource.org/licenses/mit-license.php Description:A simple tool for realtime rapid development of Intellij plugins in ruby. For example: class HelloWorldAction < PMIPAction def run(event, context) Dialogs.new(context).info('Hello World', 'Hello from PMIP!') end end bind 'ctrl alt shift A', HelloWorldAction.new Please see homepage for full instructions, examples and plugin helper bundles.
6 updates are hidden
show all updates
Recent change notes:0.3.2
|
|||||||||||||||||||||
Comments:
I do recommend this plugin.
http://code.google.com/p/pmip/wiki/FrequentlyAskedQuestions