-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Make sure JS Code Hints list exact matches first #5243
Comments
Comment by lkcampbell
For example, here's a QuickOpen scenario. If I create files xxx.txt and XXY.txt, then enter "xx" or "XX" as my search string, I always get "xxx.txt" as my highest match and "XXY.txt" as my second choice. Is this by design? Should all String Match results be case sensitive or should it be a case by case basis? |
Comment by dangoor Ideally, StringMatch would have a preference for characters that match the case exactly. I think there may be an issue open on that specifically. |
Comment by lkcampbell In that case, disregard this PR. I want to address this in a broader scope. I will either change this or close it and submit another PR. |
Comment by lkcampbell
|
Issue by lkcampbell
Saturday Oct 26, 2013 at 15:56 GMT
Originally opened as adobe/brackets#5716
This PR fixes issue #3971.
lkcampbell included the following code: https://github.com/adobe/brackets/pull/5716/commits
The text was updated successfully, but these errors were encountered: