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 dialogHTML has Strings.CMD_QUICK_OPEN as the label. Should it have a switch case around it and display appropriate Labels (from Strings.CMD_GOTO_LINE and Strings.CMD_GOTO_DEFINITION and Strings.CMD_QUICK_OPEN), based on the prefix ("", ":", "@") that is passed?
I will submit a quick pull request for this if it is okay.
Thanks.
Sagar
The text was updated successfully, but these errors were encountered:
Sunday Sep 23, 2012 at 20:54 GMT
Originally opened as adobe/brackets#1705
Hello,
In
search/QuickOpen.js
,the
dialogHTML
hasStrings.CMD_QUICK_OPEN
as the label. Should it have a switch case around it and display appropriate Labels (fromStrings.CMD_GOTO_LINE
andStrings.CMD_GOTO_DEFINITION
andStrings.CMD_QUICK_OPEN
), based on theprefix ("", ":", "@")
that is passed?I will submit a quick pull request for this if it is okay.
Thanks.
Sagar
The text was updated successfully, but these errors were encountered: