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
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,10 +182,10 @@ Tab's behaviour is not changed, it still indents to the column. #61
182
182
* Submission buttons are disabled in regexp mode if Search String has errors. #219
183
183
* Checkboxes are disabled when certain combinations of flags render other flags invalid (e.g. **regexp** doesn't support **whole word**). #108
184
184
* 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
186
186
***[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.
187
187
* 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
189
189
* Added hints with hotkeys to Find Next, Find Previous and Replace buttons. #274
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.
236
236
237
237
These commands have no hotkeys but they can be added as buttons to the toolbar.
238
238
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
+
239
244
### Default Save Extension
240
245
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
241
246
242
247
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.
243
248
244
249
### 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
249
254
250
255
### Insert Tag (Alt+X)
251
256
* 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:
377
382
* Open Favorites (**Alt+I**) now selects the first item so that **Enter** opens it immediately. #240
378
383
***[NEW]**`/gs start:end` switch sets initial selection by file offsets (see #233). `end` can be `-1` for EOF. #249
379
384
**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
381
386
***Alt+K**'s initial file name is made unique by appending a counter (like File > Create Desktop Link). #290
382
387
***Alt+K**'s confirmation message is now of type Info on success (not always Warning as in *Notepad2*). #249
383
388
@@ -484,6 +489,7 @@ Long Line | 72 | 80
484
489
**[NEW]** Scintilla's [LPegLexer](https://scintilla.sourceforge.io/LPegLexer.html) was enabled to allow defining new syntax schemes in Lua. #251
485
490
486
491
**[NEW]** These syntax schemes were added:
492
+
* AutoHotKey (AHK) #214
487
493
*`awk`#216
488
494
* ASN1
489
495
* bash
@@ -606,6 +612,7 @@ Sets vertical margin for commands that can scroll the buffer, including:
606
612
***F3, F2, Ctrl+8** and their **Shift** versions
607
613
***Ctrl+], Ctrl+[** and their **Shift** versions
608
614
***Page Up, Page Down** and their **Shift**, **Alt+Shift** versions
0 commit comments