-
Notifications
You must be signed in to change notification settings - Fork 163
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
マクロの Paste() が失敗する場合がある #1970
Comments
試してみましたがこちらでは再現しませんでした。EOF行で実行すると(切り取りするデータが無い為に) ところでサクラエディタのコピーってレイアウト行に限定したコピーなんですね。VS Codeだとロジック行丸ごとのコピーでした。 |
サクラエディタ開発当時と現代で「当たり前」の基準が変わってますよね。
(既にどっかに詳細書いた記憶です。) |
OpenClipboard は失敗する事が普通にあるんですね、知らなかったです。 https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-openclipboard を読んでみると
と書かれてますね。。 あと検索してヒットした https://groups.google.com/g/scintilla-interest/c/HIuFrgTL8RM?pli=1 には
というような事が書かれてました。 |
問題内容
マクロの Paste() が失敗することがあるようです.
再現手順
上記のマクロをキーに割り当て,EOF以外 の行で実行すると,Paste() の実行に失敗し警告音が鳴ります.
sakura/sakura_core/_os/CClipboard.cpp
Lines 42 to 46 in fe4cc6d
で ::OpenClipboard() に失敗し,
sakura/sakura_core/view/CEditView.cpp
Lines 2295 to 2297 in fe4cc6d
の if が成立してしまうようです.
再現頻度
以上から,タイミングに依存している気がします.環境によってはなかなか再現しないかもしれません.
問題のカテゴリ
環境情報
OS バージョン
Windows 11 Pro 23H2
サクラエディタバージョン
スクリーンショット
The text was updated successfully, but these errors were encountered: