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
If text is highlight -> CTRL + F = Highlighted text is entered (as long as it is only one line)
If the cursor is within a word, it will suggest that word
If the cursor is before or after a word it will suggest that word
[Good so far]
But if the cursor is before or after non-word characters it will suggest one of those characters
4b. So if you cursor is at the end of line that has anything it it, it will almost always suggest one of: [ ( ) ; } { ], etc.
It if can't find anything (multiple lines highlighted, or cursor on blank line) it will suggest the last COMPLETED search result
5b. So if you search for "Foo" and it finds it, then search for "Bar" (which is not in the document), and it clears the highlighting, if you CTRL+F from a blank line it will suggest "Foo" and not "Bar"
The text was updated successfully, but these errors were encountered:
The default find value logic is strange.
[Good so far]
4b. So if you cursor is at the end of line that has anything it it, it will almost always suggest one of: [ ( ) ; } { ], etc.
5b. So if you search for "Foo" and it finds it, then search for "Bar" (which is not in the document), and it clears the highlighting, if you CTRL+F from a blank line it will suggest "Foo" and not "Bar"
The text was updated successfully, but these errors were encountered: