Skip to content

Releases: mwean/sublime_jump_along_indent

Update for ST4

05 Apr 03:36
ac4773c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

Option to ignore cursor position

18 Sep 00:42
Compare
Choose a tag to compare

If the respect_cursor_position option is set to false, indent level determination ignores current cursor position.

Add ability to jump to different indent levels

14 Aug 04:32
Compare
Choose a tag to compare
Merge pull request #7 from mwean/offsetted_jump

Allow specifying different indent levels to jump to

Add menu entries

06 Aug 20:49
Compare
Choose a tag to compare
Merge pull request #5 from philippotto/master

Add menu entries for access to keymapping configs

Multiple selection support

18 Jul 19:44
Compare
Choose a tag to compare
Merge pull request #4 from bizoo/multiselection

Add multiple selections support (and some refactoring)

Maintain Region.xpos of current selection when jumping

27 Nov 18:43
Compare
Choose a tag to compare
v0.1.2

Maintain Region.xpos of current selection when jumping

Fix bug when jumping to a shorter line

24 Nov 05:04
Compare
Choose a tag to compare
Merge pull request #2 from jtanner/master

A couple of fixes so jumping from the end and middle of a line works

Initial release

30 Oct 23:19
Compare
Choose a tag to compare
v0.0.1

Update readme