SublimeMaven
SublimeMaven copied to clipboard
Sublime Text 2 Plugin providing integration with the Apache Maven build and project management tool
When trying to use this module on Windows, the path was not getting set properly. This PR fixes that.
It seems like SublimeMaven writes to `/Packages/Side Bar.sublime-menu`, and leaves those settings behind after removal of the plugin. This means that the Maven menu options are still there. Solution was...
First, great plugin - I use it every day and really enjoy it. Thanks for making it. Second, is there any way to bind keyboard shortcuts to plugin actions? For...
I am using this package along side with SublimeJava and the maven-android-plugin. Clean Install works fine, however if I use the target android:run which should launch the app's launcher activity...
I am using this package along side with SublimeJava and the maven-android-plugin. Clean Install works fine, however if I use the target android:run which should launch the app's launcher activity...
Possibly through command menu. Implemented ideally similarly to the Package Control plugin.
Add TextCommand class to do intelligent autocomplete of the pom file. Possibility: separate plugin to do XSD-based autocompletion (would cover a good deal of the functionality desired).