Unicode fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -238,9 +238,7 @@ void MySTC::OnKeyPressed(wxKeyEvent& evt)
|
|||||||
if (evt.ShiftDown()) {
|
if (evt.ShiftDown()) {
|
||||||
// show how to do CallTips
|
// show how to do CallTips
|
||||||
CallTipSetBackground(wxColour(_T("YELLOW")));
|
CallTipSetBackground(wxColour(_T("YELLOW")));
|
||||||
CallTipShow(pos, _T("lots of of text: blah, blah, blah\n\n"
|
CallTipShow(pos, _T("lots of of text: blah, blah, blah\n\nshow some suff, maybe parameters..\n\nfubar(param1, param2)"));
|
||||||
"show some suff, maybe parameters..\n\n"
|
|
||||||
"fubar(param1, param2)"));
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// show how to do AutoComplete
|
// show how to do AutoComplete
|
||||||
|
Reference in New Issue
Block a user