Skip to content

Commit 9f84db8

Browse files
author
Proger_XP
committed
Readme up-to-date
1 parent 7e31530 commit 9f84db8

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ Tab's behaviour is not changed, it still indents to the column. #61
182182
* Submission buttons are disabled in regexp mode if Search String has errors. #219
183183
* Checkboxes are disabled when certain combinations of flags render other flags invalid (e.g. **regexp** doesn't support **whole word**). #108
184184
* Search and Replace String inputs handle **Ctrl+Backspace** hotkey (delete word before cursor). #121 #50
185-
* **[NEW]** Find and other navigation commands leave certain scroll margin to preserve a customizable amount of lines (such as 33%) above and below the match. Setting: `ScrollYCaretPolicy`. #41
185+
* **[NEW]** Find and other navigation commands leave certain scroll margin to preserve a customizable amount of lines (such as 33%) above and below the match. Setting: `ScrollYCaretPolicy`. #41 #279
186186
* **[NEW]** The Find icon on the toolbar changes to the Stop icon whenever the search (Find, Replace or Find Word) hits last result in that direction, regardless of the **Wrap around** flag.
187187
* Find respects the **Match case** flag even with Cyrillic characters in the search string. #9
188-
* Fixed *Notepad2* bug: **Shift+F3** called from within Find/Replace must not select text like **Shift+F2**.
188+
* Fixed *Notepad2* bug: **Shift+F3** called from within Find/Replace must not select text like **Shift+F2**. #275
189189
* Added hints with hotkeys to Find Next, Find Previous and Replace buttons. #274
190190

191191
![Grep](https://github.com/ProgerXP/Notepad2e/raw/master/doc/gif/grep.gif)
@@ -232,20 +232,25 @@ Related settings:
232232
* `SaveOnLoseFocus`
233233

234234
### [NEW] Open Next/Previous
235-
File > Open Next/Previous commands allow opening files going before/after current in the currently opened file's directory (this is determined by regular name sorting, it doesn't depend on how Explorer or Open Dialog sorts files). #43
235+
File > Open Next/Previous commands allow opening files going before/after the currently opened file in its directory #43 based on last used Open/Save File Dialog filter (`Any, *.*` by default, see #258) #277.
236236

237237
These commands have no hotkeys but they can be added as buttons to the toolbar.
238238

239+
**Notes:**
240+
241+
* File position is determined by sorting the file list by name. It doesn't depend on how Explorer or Open Dialog sort files.
242+
* `FindFirstFile()` doesn't support multiple `;`-separated filters like File Dialogs do. If such a filter was used, these buttons will not work.
243+
239244
### Default Save Extension
240245
When saving, new file's extension is determined first by `DefaultExtension` setting (as in *Notepad2*) but if current file was previously opened from or saved to disk then its old extension is used as the default (even if that extension is empty). #17
241246

242247
When saving, if the given new file name ends on period then the file is saved without extension. Example: enter `Makefile.` to get `Makefile` on disk.
243248

244249
### File Dialogs
245-
* **[NEW]** Rename To (**Alt+F6**) command acts as Save As but deletes original file on success. Due to Windows Save File dialog limitation, it can't be used if new name only differs in character case (an error appears if this is detected). #140
246-
* Open/Save File dialogs now start with the path of last opened file. #22
247-
* File filter can be changed using [Notepad2's](http://www.flos-freeware.ch/development-releases/notepad2-FAQs.html#ini-file-settings2) `FileDlgFilters` under `[Settings2]`, e.g. `DOC Files (.doc)|.doc|RTF Files (.rtf)|.rtf`. **[NEW]** Last used filter is now saved for both Open/Save Dialogs. #258
248-
* Improved directory locking - in some cases a directory could not be removed even after opening a file in another directory due to Windows' Open Dialog operation. #100
250+
* **[NEW]** Rename To (**Alt+F6**) command acts as Save As but deletes original file on success. Due to Windows Save File Dialog limitation, it can't be used if new name only differs in character case (an error appears if this is detected). #140
251+
* Open/Save File Dialogs now start with the path of last opened file. #22
252+
* File filter can be changed using [Notepad2's](http://www.flos-freeware.ch/development-releases/notepad2-FAQs.html#ini-file-settings2) `FileDlgFilters` under `[Settings2]`, e.g. `DOC Files (.doc)|.doc|RTF Files (.rtf)|.rtf`. **[NEW]** Last used filter is now saved for Open/Save File Dialogs. #258
253+
* Improved directory locking - in some cases a directory could not be removed even after opening a file in another directory due to Windows' Open File Dialog operation. #100
249254

250255
### Insert Tag (Alt+X)
251256
* Skips leading/trailing whitespace within the selection. This way you don't care about selection precision and can, for example, click on line number to select a full line and wrap it in `<p>` without `</p>` appearing after the line break. #30
@@ -377,7 +382,7 @@ Related settings:
377382
* Open Favorites (**Alt+I**) now selects the first item so that **Enter** opens it immediately. #240
378383
* **[NEW]** `/gs start:end` switch sets initial selection by file offsets (see #233). `end` can be `-1` for EOF. #249
379384
* *Notepad2* has a similar `/g` switch to set initial line by its number.
380-
* **[NEW]** Add To Favorites (**Alt+K**) allows choosing initial line or selection. This affects newly created shortcut (all choices but First Line target *Notepad 2e*'s executable, not the document's file). #249
385+
* **[NEW]** Add To Favorites (**Alt+K**) allows choosing initial line or selection. This affects newly created shortcut (all choices but First Line target *Notepad 2e*'s executable, not the document's file). #249 #282
381386
* **Alt+K**'s initial file name is made unique by appending a counter (like File > Create Desktop Link). #290
382387
* **Alt+K**'s confirmation message is now of type Info on success (not always Warning as in *Notepad2*). #249
383388

@@ -484,6 +489,7 @@ Long Line | 72 | 80
484489
**[NEW]** Scintilla's [LPegLexer](https://scintilla.sourceforge.io/LPegLexer.html) was enabled to allow defining new syntax schemes in Lua. #251
485490

486491
**[NEW]** These syntax schemes were added:
492+
* AutoHotKey (AHK) #214
487493
* `awk` #216
488494
* ASN1
489495
* bash
@@ -606,6 +612,7 @@ Sets vertical margin for commands that can scroll the buffer, including:
606612
* **F3, F2, Ctrl+8** and their **Shift** versions
607613
* **Ctrl+], Ctrl+[** and their **Shift** versions
608614
* **Page Up, Page Down** and their **Shift**, **Alt+Shift** versions
615+
- **Ctrl+Alt+Shift+Z** #279
609616

610617
Value | Meaning
611618
------|--------

0 commit comments

Comments
 (0)