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
open a c++ project with some '#include' statements in some files
close all editor windows
open search panel, clear ALL search flags (case, word, regex)
search for "#include" (without quotes). NOTE: search results appear
turn ON 'Match whole word'. NOTE search results dissappear. ok...
open a c++ file containing the text '#include'
repeat the search. NOTE: the search results include the text contained in the open file.
this is inconsistent. either 'match whole word' should match '#include', or it shouldn't. but it shouldn't depend on whether or not the file is open in the editor.
Steps to Reproduce:
this is inconsistent. either 'match whole word' should match '#include', or it shouldn't. but it shouldn't depend on whether or not the file is open in the editor.
The text was updated successfully, but these errors were encountered: