forked from sakura-editor/sakura
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/speedup fileopen calclen #14
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…1952 への追加コミット) (sakura-editor#1953) * `project-PlatformToolset.md`を2022対応に合わせて修正 * Express 2017 for Windows Desktopは対象外であることを明記 * 企業でもCommunity版を使って貢献できることを明記 * Visual Studio 2025以降を見据えた表記に修正 * 参照形式リンクから不要なバージョン情報除去 * Update README.md Co-authored-by: berryzplus <[email protected]> * READMEからVS2017への言及箇所削除 * TOC修正 --------- Co-authored-by: berryzplus <[email protected]>
…gw_build MinGW-gcc14.1.0対応
…ld_steps_by_msys2 build.mdにMinGW-w64環境構築手順を追加する
7-Zipに関するリンクと記述を修正
SonarCloudのビルド工程の前にbuild-sln.batの実行を挟む。 この変更により、ビルド前の準備ステップをbuild-sln.batに集約できる。
… [] メソッドを追加 (sakura-editor#1964) CStringRef::At メソッドの代わりに新規追加した CStringRef::operator [] メソッドを使用
* CRuler::DrawRulerBg メソッドで nMaxLineKetas (10240) より keta の値が大きくなる為に結果的に負の値が size_t 型のローカル変数に代入され、極端に大きい値が std::vector::resize メソッドに渡されてしまう問題への対策を追加 * CFigure_Comma::DispSpace で ExtTextOut を呼び出す際に szViewString の文字数が 64 を超過すると pMetrics->GetDxArray_AllHankaku() で取得する領域の範囲外参照が発生する問題への対策を追加
…ld-sln_in_sonarscan SonarScanでbuild-sln.batを使う
…gerror_on_hscroll 水平スクロール時に文字が欠ける問題を修正
…mingw_wcstok_error MinGWのビルドエラーを修正する(_wcstokのマクロ定義を削除)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR対象
カテゴリ
PR の背景
仕様・動作説明
PR の影響範囲
テスト内容
関連 issue, PR
参考資料