You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/editing.md
+87-1Lines changed: 87 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,92 @@ Animation showing enabling Multi-Editing, and example usage of making multiple c
69
69
70
70

71
71
72
+
### Multi-Editing HowTo
73
+
74
+
Starting in v8.6, Multi-Edit became the default, and was significantly enhanced. This section gives a tutorial in how to use this improved feature.
75
+
76
+
The animation below is the demo of the feature that was published on the [v8.6 release announce](https://notepad-plus-plus.org/news/v86-20thyearanniversary/):
Use what you learned from Steps 1 through 10 to continue trying to mimic the behavior of the demo animation.
156
+
157
+
72
158
## Dual View
73
159
To create Dual View, drag and drop any tab that you want it to be in another view (or right click on the tab) then choose "Move to Other View" command from the popup context menu.
74
160
Once you've got 2 views, you can move files between 2 views by drag-and-dropping.
@@ -222,7 +308,7 @@ Below the **Begin/End Select** entries, there are a number of sub-menus to the *
222
308
***On Selection >** ⇒ submenu with actions that use the currently-selected text as a filename or folder to open, or as a term for an internet search. (Custom commands using the current selection can be added to the **Run** menu, using the [`<UserDefinedCommands>` section of `shortcuts.xml`](../config-files/#userdefinedcommands).)
223
309
***Multi-Select All >** ⇒ submenu with actions that work with the current selection or word under the caret
224
310
-**Ignore Case & Whole Word** ⇒ If nothing is selected, it will determine the current word under the caret, and do a Multi-Select which finds all matches which match that string regardless of case, and regardless of whether the other matches are a whole word or not. If a word or string is selected, it will Multi-Select all the strings which match the current selection.
225
-
-**Match Case Only** ⇒ If nothing is selected, it will determine the current word under the caret, and do a Multi-Select which finds all matches of that word, as long as the case exactly matches. If a word or substring is selected, it will Multi-Select all the strings which match that selection, paying attention to case.
311
+
-**Match Case Only** ⇒ If nothing is selected, it will determine the current word under the caret, and do a Multi-Select which finds all matches of that word, as long as the case exactly matches. If a word or substring is selected, it will Multi-Select all the strings which match that selection, paying attention to case.
226
312
-**Whole Word Only** ⇒ If nothing is selected, it will determine the current word under the caret, and do a Multi-Select which finds all whole-word matches, regardless of case. If a word is selected, it will Multi-Select all the whole-words which match that selection, ignoring case.
227
313
-**Match Case & Whole Word** ⇒ If nothing is selected, it will determine the current word under the caret, and do a Multi-Select which finds all whole-word matches which match that string, including case. If a word is selected, it will do a Multi-Select which finds all whole-word matches which match that string, including case.
228
314
***Multi-Select Next >** ⇒ submenu with actions that add one more instance to the current multi-select
0 commit comments