Skip to content

Commit b974eb5

Browse files
author
Proger_XP
committed
Minor readme changes
1 parent d6b4a1c commit b974eb5

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ When saving, if the given new file name ends on period then the file is saved wi
267267
4. If remainder consists of `0-9 A-F a-f` then use it as a hexadecimal offset and return.
268268
5. In other cases do nothing and don't close the dialog.
269269
* 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
271271
* Added links to/from Find/Replace (preserving Line <=> Search String) and in-dialog hotkeys (**Ctrl+F/H/G**). #259
272272

273273
### File > Launch
@@ -323,6 +323,9 @@ Bottomline: use `\n` (n > 0) everywhere except for full-match in Replace - there
323323

324324
### Enclose Selection (Alt+Q)
325325
* 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.
326329
* When "before" string consists of one of these characters: `{ ( [ <` then "after" is set to the same number of `} ) ] >`.
327330
* When "before" consists of one of the characters below then "after" is set to the same string as "before":
328331
```
@@ -333,10 +336,6 @@ These changes make editing Markdown and wiki sources much more pleasant: `[[foo|
333336

334337
![Alt+Q - Enclose Selection](https://github.com/ProgerXP/Notepad2e/raw/master/doc/gif/enclose-sel.gif)
335338

336-
* **[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-
340339
### Wrap/Unwrap Commands
341340
* **[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
342341
* **[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:
376375
### Favorites
377376

378377
* 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
383381
* **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
384383

385384
### Highlight Line
386385
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:
463462
* Grouped commands into submenus in Edit and Settings. #265
464463
* Reorganized `&` accelerators in File, Edit and Settings. #197 #276
465464
* 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.
466-
* **[NEW]** ? > 3rd-Party Code attribution dialog. #181
465+
* **[NEW]** `?` > 3rd-Party Code attribution dialog. #181
467466
* Changed *Notepad2* defaults: #167
468467

469468
Setting | Old Value | New Value

0 commit comments

Comments
 (0)