OSDN Git Service

Initial release
[ii-lp-script/ii-lp-script.git] / README.md
1 # IntelliJ IDEA LivePlugin Plugin collection
2
3 Plugins written in [Groovy](http://groovy-lang.org/) script for [IntelliJ IDEA](http://jetbrains.com/idea/) based IDE's that can be enhanced through [LivePlugin](https://github.com/dkandalov/live-plugin) plugin connector.
4
5 * [eSpeak Selection](https://osdn.jp/projects/ii-lp-script/scm/git/ii-lp-script/tree/master/eSpeak%20Selection/) -- Reads the current selection aloud.
6 * [Line Sort](https://osdn.jp/projects/ii-lp-script/scm/git/ii-lp-script/tree/master/Line%20Sort/) -- Sorts the selected lines according to a sorting method.
7 * [Move Caret to Word End](https://osdn.jp/projects/ii-lp-script/scm/git/ii-lp-script/tree/master/Move%20Caret%20To%20Word%20End/) -- Moves all carets to the closes word end.
8 * [PrettyPrint](https://osdn.jp/projects/ii-lp-script/scm/git/ii-lp-script/tree/master/PrettyPrint/) -- Formats the current selection as prettified JSON or XML.