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
The number of matches displayed in the Find panel underneath the editor is sometimes wrong.
What steps will reproduce the problem?
Create a new file
Enter the text xdoc.doc in the file
Press Ctrl+F
Enter .doc in the search field
What is the expected output? What do you see instead?
To the right of the search field, the text 2 of 2 appears, indicating 2 matches. However, there is only one match. It is not possible to go to match "1 of 2" using the "Find previous" and "Find next" buttons.
It may be that the search field is considered as a regular expression when counting the matches but not when traversing the matches.
Package Versions
Spyder 4.0.0.dev0 (Commit: 5e38070), Python 3.6.4 64bits, Qt 5.6.2, PyQt5 5.6 on Linux
The text was updated successfully, but these errors were encountered:
I'm not sure whether regexp is turned on or off, it's not clear to me from the UI. But I expect the number of matches to be counted to be the same as the number of matches that you can go to with the "Find previous" and "Find next" buttons.
This may actually be a duplicate of #5680 and fixed by the proposed PR #6526 .
Problem Description
The number of matches displayed in the Find panel underneath the editor is sometimes wrong.
What steps will reproduce the problem?
xdoc.doc
in the file.doc
in the search fieldWhat is the expected output? What do you see instead?
To the right of the search field, the text
2 of 2
appears, indicating 2 matches. However, there is only one match. It is not possible to go to match "1 of 2" using the "Find previous" and "Find next" buttons.It may be that the search field is considered as a regular expression when counting the matches but not when traversing the matches.
Package Versions
Spyder 4.0.0.dev0 (Commit: 5e38070), Python 3.6.4 64bits, Qt 5.6.2, PyQt5 5.6 on Linux
The text was updated successfully, but these errors were encountered: