wbond / sublime_alignment

Easy alignment of multiple selections and multi-line selections
http://wbond.net/sublime_packages/alignment
522 stars 110 forks source link

Allow other plugins to call Alignment #44

Closed chrishenry closed 7 years ago

chrishenry commented 11 years ago

Added functionality to allow Alignment to accept coordinates from other plugins.

Can be called as such;

self.view.run_command("alignment", {'begin': 0, 'end': 35})