-
Notifications
You must be signed in to change notification settings - Fork 574
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
feat(tsf): enable language bar button #170
Conversation
WeaselTSF/LanguageBar.cpp
Outdated
@@ -137,7 +141,7 @@ STDAPI CLangBarItemButton::Show(BOOL fShow) | |||
|
|||
STDAPI CLangBarItemButton::GetTooltipString(BSTR *pbstrToolTip) | |||
{ | |||
*pbstrToolTip = SysAllocString(L"左鍵切換模式,右鍵打開菜單"); | |||
*pbstrToolTip = SysAllocString(L"右鍵打開菜單"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to implement ascii_mode
switch on language bar icon click.
weasel.sln
Outdated
@@ -1,13 +1,14 @@ | |||
| |||
Microsoft Visual Studio Solution File, Format Version 12.00 | |||
# Visual Studio 14 | |||
VisualStudioVersion = 14.0.25420.1 | |||
# Visual Studio 15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto generated by IDE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted.
No description provided.