Releases: mwean/sublime_jump_along_indent
Releases · mwean/sublime_jump_along_indent
Update for ST4
What's Changed
- Add .python-version file for ST4 by @themilkman in #12
New Contributors
- @themilkman made their first contribution in #12
Full Changelog: v0.4.0...v0.5.0
Option to ignore cursor position
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
Merge pull request #7 from mwean/offsetted_jump Allow specifying different indent levels to jump to
Add menu entries
Merge pull request #5 from philippotto/master Add menu entries for access to keymapping configs
Multiple selection support
Merge pull request #4 from bizoo/multiselection Add multiple selections support (and some refactoring)
Maintain Region.xpos of current selection when jumping
v0.1.2 Maintain Region.xpos of current selection when jumping
Fix bug when jumping to a shorter line
Merge pull request #2 from jtanner/master A couple of fixes so jumping from the end and middle of a line works
Initial release
v0.0.1 Update readme