Skip to content

Tags: naturalkei/Sublime-MultiEditUtils

Tags

1.6.1

Toggle 1.6.1's commit message
fix tests for ST2

1.6.0

Toggle 1.6.0's commit message
Merge branch 'master' of github.com:philippotto/Sublime-MultiEditUtils

1.5.4

Toggle 1.5.4's commit message
disable super+alt+r when widgets are shown (fixes philippotto#15)

1.5.3

Toggle 1.5.3's commit message
scroll to cursor if necessary when invoking jump_to_last_region

1.5.2

Toggle 1.5.2's commit message
fix bug which caused CycleThroughRegions to not work with empty regions;

handle edge case in NormalizeRegionEnds

Apparently, empty regions are falsy.
The edge case in NormalizeRegion ends occurs, when no selection is in the
viewport.

1.5.1

Toggle 1.5.1's commit message
resolve keybinding conflict of multi_find_all with replace on Mac (fixes

 philippotto#9)

1.5.0

Toggle 1.5.0's commit message
clean up code; add test and description/gif for multi_find_all-command

1.5

Toggle 1.5's commit message
clean up code; add test and description/gif for multi_find_all-command

1.4.5

Toggle 1.4.5's commit message
ensure that all features are available via the selection menu

1.4.4

Toggle 1.4.4's commit message
show new cursor-position of normalized region ends (fix philippotto#5)