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: README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ When saving, if the given new file name ends on period then the file is saved wi
267
267
4. If remainder consists of `0-9 A-F a-f` then use it as a hexadecimal offset and return.
268
268
5. In other cases do nothing and don't close the dialog.
269
269
* Input priority: use Offset if non-empty, else use Column+Line if Column non-empty, else use only Line.
270
-
* Go To is disabled for an empty buffer. Also made non-modal and not combining with Find or Replace. #260
270
+
*Made Go To disabled for an empty buffer. Also made it non-modal and non-combining with Find or Replace. #260
271
271
* Added links to/from Find/Replace (preserving Line <=> Search String) and in-dialog hotkeys (**Ctrl+F/H/G**). #259
272
272
273
273
### File > Launch
@@ -323,6 +323,9 @@ Bottomline: use `\n` (n > 0) everywhere except for full-match in Replace - there
323
323
324
324
### Enclose Selection (Alt+Q)
325
325
* Skips leading/trailing whitespace within the selection. For example, enclosing space + `foo` + space produces space + `(foo)` + space instead of `( foo )`.
326
+
***[NEW]** Links to insert Unicode quotes into the focused input. #280
327
+
* US1/2, RU1/2 set quotes according to United States' and Russia's typography standards (see [Wikipedia](https://en.wikipedia.org/wiki/Quotation_mark)).
328
+
* To see Japanese quotes (`「`, etc.) on XP install the Asian support pack (Control Panel > Regional And Language Options > Languages, tick the first checkbox). Later Windows versions come with this preinstalled.
326
329
* When "before" string consists of one of these characters: `{ ( [ <` then "after" is set to the same number of `} ) ] >`.
327
330
* When "before" consists of one of the characters below then "after" is set to the same string as "before":
328
331
```
@@ -333,10 +336,6 @@ These changes make editing Markdown and wiki sources much more pleasant: `[[foo|
***[NEW]** Links to insert Unicode quotes into last focused input. #280
337
-
* US1/2, RU1/2 set quotes according to United States' and Russia's typography standards (see [Wikipedia](https://en.wikipedia.org/wiki/Quotation_mark)).
338
-
* To see Japanese quotes (`「`, etc.) on XP install the Asian support pack (Control Panel > Regional And Language Options > Languages, tick the first checkbox). Later Windows versions come with this preinstalled.
339
-
340
339
### Wrap/Unwrap Commands
341
340
***[NEW]** Edit > Block > Unwrap Brackes At Cursor (**Ctrl+Shift+3**) command compliments *Notepad2*'s **Ctrl+3-5**. This command removes brackets of type `( { [ <` around the caret (whichever bracket type appears first). Respects nesting. #39
342
341
***[NEW]** Edit > Block > Unwrap Quotes At Cursor (**Ctrl+Shift+4**) command compliments *Notepad2*'s **Ctrl+1-2/6**. This command removes matching `" '` (and backtick) around the caret (text is scanned to the left to determine the quote type). Does not account for nesting or escaping. Multiline.
@@ -376,11 +375,11 @@ Related settings:
376
375
### Favorites
377
376
378
377
* Open Favorites (**Alt+I**) now selects the first item so that **Enter** opens it immediately. #240
379
-
***[NEW]**`/gs start:end` switch works for selection (file offset, see #233). `end` can be `-1` for EOF. #249
380
-
**Notepad2* has `/g` switch to go to a specific line.
381
-
***[NEW]** Add To Favorites (**Alt+K**) allows choosing initial selection. This affects newly created shortcut (all but First Line reference *Notepad 2e*'s executable, not the file itself). #249
382
-
***Alt+K**'s confirmation message is now of type Info on success (not always Warning as in *Notepad2*). #249
378
+
***[NEW]**`/gs start:end` switch sets initial selection. `start`/`end` are file offsets (see #233). `end` can be `-1` for EOF. #249
379
+
**Notepad2* has a similar `/g` switch to set initial line by number.
380
+
***[NEW]** Add To Favorites (**Alt+K**) allows choosing initial selection. This affects newly created shortcut (all but First Line reference *Notepad 2e*'s executable, not the document's file directly). #249
383
381
***Alt+K**'s initial file name is made unique by appending a counter (like File > Create Desktop Link). #290
382
+
***Alt+K**'s confirmation message is now of type Info on success (not always Warning as in *Notepad2*). #249
384
383
385
384
### Highlight Line
386
385
Ability to keep current line highlighted even if the window is not focused (especially useful when using Windows' X-Mouse feature).
@@ -463,7 +462,7 @@ Related settings:
463
462
* Grouped commands into submenus in Edit and Settings. #265
464
463
* Reorganized `&` accelerators in File, Edit and Settings. #197#276
465
464
* Disabled commands when no file is opened: File > Open Next/Previous and Launch > Shell Menu #229; Launch > Open With #238; Edit > Strip/Escape HTML Tags, Find Next/Previous Word, Edit Selection/On Line #268.
0 commit comments