Hello @coises and All,
Regarding the bug of Search++_01, I did verify that all is fixes in Search++_02 and I also verified that it’s OK with the Columns++ plugin !
Regarding changing the Find All name :
Of course, I suppose that you could change the Find All label by the List label. However note that the Find All in Current Document option, the Find All in All Opened Documents option and the Find All option of N++ search begin all with the string Find All. Thus, I think the change would rather disturb some people !
Regarding the inclusion of the results of the Replace All option in the search++ results :
To my mind, this extra work does not seem necessary, at first ! On the other hand, you always have the possibility to re-do a Find All search, using the previous replace expression. However, if this functionnallity seems important to you, just go ahead !
Regarding hding all lines of a file :
Let’s hide all the contents of a file 1, with the option in the Tools panel
Switch to an other file 2
Switch back to file 1
All the lines of file 1 are visible again : I suppose that this behaviour is the one that you expect, don’t you ?
Regarding the Mark functionnality :
Let’s mark some text with the native N++ Mark dialog with the Bookmark line option checked
If you use the Unmark All Text option of the Tools panel, it correctly clear all the marks. However, it does not clear the associated bookmarks !
I think of two possible solutions :
Clear all the bookmarks, as well
Add a new Clear bookmarks option
Now, let suppose this text :
1 foo
2 bar
3 foo
4 bar
5 foo
6 bar
7 foo
8 bar
9 bar
10 foo
11 bar
12 bar
13 foo
I first did a selection from line 4 bar to line 9 bar
With the word foo in the search dialog, I first run a Mark in Selection option
Now, if I use the Find in Marked Text option, I do get the first word foo of the selection ( Line 5 foo )
Clicking again on the Find in Marked Text option, I do get the second word foo of the selection ( Line 7 foo )
Clicking a third time on the Find in Marked Text option, I correctly get the message No matches found (Find again to search all marked text)
Clicking a fourth time on the Find in Marked Text option, it does match again the first word foo of the Marked Text region ( Line 5 foo )
That correspond to what you say in the Help documenation :
Marked Text: If there is any marked text, ONLY marked text will be searched;
Now, let’s use the new text below :
1 foo
2 bar
3 foo
4 bar
5 foo
6 bar
7 foo
8 bar
9 bar
10 foo
11 bar
12 bar
13 foo
I first do a stream selection from line 4 bar to line 9 bar. Note that this selection does contain more than 80 characters and 3 lines ! ( 102 chars / 6 lines ) and then should be considered as a true selection !
Now, if I use the Find in Selection option, I do get the first word foo of the selection ( Line 5 ... foo )
Clicking again on the Find in Selection option, I do get the second word foo of the selection ( Line 7 ... foo )
Clicking a third time on the Find in Selection option, it matches the word foo, outside the selection ( Line 10 ... foo )
( I was expecting the message No matches found (Find again to search in selection)
Clicking a
fourth time on the
Find in Selection option, it matches the word
foo,
outside the selection ( Line
13 ... foo )
( I was expecting, again, a match of the first word foo of the selection ( Line 5 ... foo ) ) !
Indeed, you say in the Help documenation :
If there is a non-empty selection — single, rectangular or multiple — the search will be confined to the selected text.
May be, @coises,I just did not exactly understand the Selection concept ?
Best Regards,
guy038