We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OSDN転載です。 キーワードヘルプの説明文に"\n"を表示できるようにしたい。 https://osdn.net/projects/sakura-editor/forums/34071/42347/
"\\n"
"\n"
sakura/sakura_core/window/CTipWnd.cpp
Lines 106 to 108 in b9e21f8
Lines 168 to 169 in b9e21f8
Lines 249 to 250 in b9e21f8
The text was updated successfully, but these errors were encountered:
実装してみました。
m_cInfo が public で公開されている関係で、\n の置換位置を変える必要がありました。
m_cInfo
public
\n
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
(必須) やりたいこと(=実現したいこと)
OSDN転載です。
キーワードヘルプの説明文に"\n"を表示できるようにしたい。
https://osdn.net/projects/sakura-editor/forums/34071/42347/
(省略可) 解決手段の提案
"\\n"
を"\n"
に置換してしまう。その際、エスケープシーケンスを考慮するように変更。sakura/sakura_core/window/CTipWnd.cpp
Lines 106 to 108 in b9e21f8
"\\n"
を"\n"
に変える。sakura/sakura_core/window/CTipWnd.cpp
Lines 168 to 169 in b9e21f8
"\\n"
を"\n"
に変える。sakura/sakura_core/window/CTipWnd.cpp
Lines 249 to 250 in b9e21f8
(省略可) スクリーンショット
The text was updated successfully, but these errors were encountered: