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
update #1
Merged
Merged
update #1
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
If SRCDIR ended with a backslash, VPATH didn't work as expected. Remove the backslash before set to VPATH.
* Replace \ with / when compute SRCDIR. * Add example usages.
MinGW: Refactor Makefile
MSVCのカスタムターゲットがインクリメンタルビルドに対応できてなかったので対応させたい
1. tests1.exeをサクラエディタとして起動できるようにする 2. tests1.exeを使ったテストで影響が出る箇所を修正する 3. WinMainTest - runWithNoWin追加(コントロールプロセスの起動テスト) 4. WinMainTest - runEditorProcess追加(エディタプロセスの起動テスト)
This reverts commit 9a4da81.
…_for_LangDLL MinGW: Refactor Makefile for Language DLL
MSVCビルドでMinGWビルド向けのMakefileが更新されるとMakefileが壊れるのでMakefile更新をやめたい
言語DLLのMakefileのMYDEFINESの指定方法をシンプルに戻す
…nes_if_missing MYDEFINESに-DNDEBUGが指定されてない対策の改良
CViewCommander::Command_1PageUp と CViewCommander::Command_1PageDown で、キャレットの更新前後の位置が変化が無く、スクロール量も 0 の場合は CEditView::RedrawAll の呼び出しを行わないようにする
PageUp, PageDown 時に描画する必要が無い場合は描画しないようにする判定を追加
画面先頭行を取得するマクロ関数 GetViewTop を追加
プラグインコマンド用アイコン画像の表示色がツールバーアイコンのパレットに影響されないようにする為
CImageListMgr::Create において読み込んだビットマップの形式を 32bit に変換する処理を追加
This reverts commit 296b0db.
レビュー指摘により、sakura_core/.gitignoreに追加するようにした。
MinGWのプリコンパイル済みヘッダーを.gitignoreに追加する
…g_path_take2 サクラエディタのコマンドライン引数に超長い文字列を指定するとクラッシュする問題に対処する。(Take2)
(GHA) 使用しているアクションをバージョンアップする
* GetComboBoxInfo を使う * SetWindowSubclass を使う * SComboBoxItemDeleter を廃止 コンボボックスに CRecent を SetProp して直に紐づけ、コンボボックスのハンドルをサブクラスプロシージャに付属データとして渡す。 サブクラスプロシージャはコンボボックスのハンドルから GetProp して CRecent を取得する。 * レビュー指摘に対応: C-style キャストを使う * レビュー指摘に対応: リストボックスのサブクラス化をやめる
リソースエディタで編集不可のものを.rc2に分離
PRテンプレートの「影響範囲」を「テスト内容」の前にする
VisualStudio関係の設定ファイルの改行コードを.gitattributeで指定する
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 のメリット
PR のデメリット (トレードオフとかあれば)
仕様・動作説明
テスト内容
テスト1
手順
PR の影響範囲
関連 issue, PR
参考資料