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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
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:
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: