Skip to content

Commit fa198ad

Browse files
authored
Update README.md
1 parent 8652e08 commit fa198ad

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ A Sublime Text 2/3 Plugin which enhances editing of multiple selections. In case
55

66
## Features
77

8-
### Extend the current selection with the last selection
8+
### Preserve case while editing selection contents
99

10-
Sometimes Sublime's standard features for creating multiple selections won't cut it. MultiEditUtils allows to select the desired parts individually and merge the selections with the ```add_last_selection``` command (default keybinding is **ctrl/cmd+alt+u**).
10+
When multi-selecting all occurences of an identifier it is cumbersome to change it to another one if the case differs (camelCase, PascalCase, UPPER CASE and even cases with separators like snake_case, dash-case, dot.case etc.). The "Preserve case" feature facilitates this. Just invoke "Preserve case" via the command palette (or define an own keybinding) and type in the new identifier.
1111

12-
![](http://philippotto.github.io/Sublime-MultiEditUtils/screens/01%20expand%20with%20last%20region.gif)
12+
![](http://philippotto.github.io/Sublime-MultiEditUtils/screens/preserve-case.gif)
1313

1414

1515
### Split the selection
@@ -19,11 +19,11 @@ Sublime has a default command to split selections into lines, but sometimes you
1919
![](http://philippotto.github.io/Sublime-MultiEditUtils/screens/05%20split%20selection.gif)
2020

2121

22-
### Preserve case while editing selection contents
22+
### Extend the current selection with the last selection
2323

24-
When multi-selecting all occurences of an identifier it is cumbersome to change it to another one if the case differs (camelCase, PascalCase, UPPER CASE and even cases with separators like snake_case, dash-case, dot.case etc.). The "Preserve case" feature facilitates this. Just invoke "Preserve case" via the command palette (or define an own keybinding) and type in the new identifier.
24+
Sometimes Sublime's standard features for creating multiple selections won't cut it. MultiEditUtils allows to select the desired parts individually and merge the selections with the ```add_last_selection``` command (default keybinding is **ctrl/cmd+alt+u**).
2525

26-
![](http://philippotto.github.io/Sublime-MultiEditUtils/screens/preserve-case.gif)
26+
![](http://philippotto.github.io/Sublime-MultiEditUtils/screens/01%20expand%20with%20last%20region.gif)
2727

2828

2929
### Normalize and toggle region ends

0 commit comments

Comments
 (0)