Notepad3
Notepad3 copied to clipboard
Unexpected behaviour of emptied Search Pattern Box
ctrl+h and ctrl+f show same behavior:
extract portable zip to new folder, any example text cursor at document beginning, no text selected
- open search the first time, box is empty, background is blue, action buttons gray
- enter some searchable character so the box turns green and the occurrences get selected
- close box
- move cursor to clear selection
- re-open box
- previous search term is selected and background is green, all occurrences get selected
- delete search term (e.g. DEL key)
result: box stays green, occurrences stay selected, action buttons turn gray expected result: box turns blue, occurrences get deselected, action buttons turn gray
v5.20 shows the expected behavior v5.21.x show the unexpected behavior
bonus: 8. search for another character, selection changes to these characters 9. clear the box result: selection switches back to previous search term occurrences
Hello @sky1ab ,
Feel free to test the "BETA/RC PortableApps", version "Notepad3Portable_5.21.1112.1_rc.paf" or newer, see 1st list in issue #1129.
"Notepad3Portable BETA/RC PortableApps" version can be used with or without ".7z" extension.
Also, feel free to test the "BETA/RC Setup", version "Notepad3_5.21.1112.1_rc_Setup" or newer, see the 2nd list in issue #1129.
Comments and suggestions are welcome... 😃
v5.21.1112.1 - behavior only slightly better, green turns to blue when empty
but previously marked occurrences stay selected
additionally, new error, not in previous 5.21.1109 build: now the "transform backslashes" toggle is defect
- use minipath.ini as source
- search for \n
- 1 hit in line 2 "...soft**\N**otepa..."
- enable "transform backslashes"
- nothing happens, hit in line 2 stays selected
and also with minipath.ini:
- with empty blue search-string box.
- first enable "transform backslashes"
- then search for \n
- every line break "LF" is marked
- now disable "transform backslashes"
- in line 2 marked "...soft**\N**otepa..."
- now re-enable "transform backslashes"
- selection stays on line2, not switching (back) to the line breaks
Hello @sky1ab ,
Feel free to test the "BETA/RC PortableApps", version "Notepad3Portable_5.21.1115.1_rc.paf" or newer, see 1st list in issue #1129.
"Notepad3Portable BETA/RC PortableApps" version can be used with or without ".7z" extension.
Also, feel free to test the "BETA/RC Setup", version "Notepad3_5.21.1115.1_rc_Setup" or newer, see the 2nd list in issue #1129.
Comments and suggestions are welcome... 😃
well done, in v5.21.1115.1 the issues mentioned above seem solved.
using minipath.ini, ctrl+shift+9, search patterns \n and \r, transform backslashes on/off toggles between the line-breaks and the path in line 3, and deleting the pattern removes all occurrence markers and box turns blue.