brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Case sensitive `Command+D` word matching #9346

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by demisx Saturday Feb 14, 2015 at 20:06 GMT Originally opened as https://github.com/adobe/brackets/issues/10597


Hi. Currently, if I click on a word, then hit Command+D to highlight matching words, it matches them without any regards to the case. Since Javascript and many others is a case sensitive language, I'd like to make all of my matches to be case sensitive by default. Is there a way to do this now? I can't seem to find the right setting.

Thank you.

core-ai-bot commented 3 years ago

Comment by redmunds Saturday Feb 14, 2015 at 20:59 GMT


@demisx There is not yet a way to do that in core Brackets with a shortcut, so you'll have to use Command+F, then click the "Aa" toggle to make it case-sensitive.

core-ai-bot commented 3 years ago

Comment by demisx Saturday Feb 14, 2015 at 22:15 GMT


@redmunds Thank you for your prompt reply. Is this something in one of the Trello cards, though? Command+F would not replace Command+D -- doesn't give me multiple cursors.

core-ai-bot commented 3 years ago

Comment by redmunds Saturday Feb 14, 2015 at 23:50 GMT


Oh, I was confused when you said Command+D -- I thought you were referring to an extension. That's Command+B in Brackets.

That feature is being tracked here: https://trello.com/c/eZTEudAp/1140-multiselect-find-all-from-find-bar

core-ai-bot commented 3 years ago

Comment by demisx Sunday Feb 15, 2015 at 00:20 GMT


Sorry. Command+B doesn't work for me. I probably have an extension that remaps it to Command+D to match SublimeText. Anyway, multiselect is what I guess I need to refer to is as and I am glad it's being already tracked. Thank you.