Skip to content
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

grep実行中はテキスト置換処理の進捗ダイアログ表示を抑制 #211

Merged
merged 2 commits into from
Jul 4, 2018
Merged

grep実行中はテキスト置換処理の進捗ダイアログ表示を抑制 #211

merged 2 commits into from
Jul 4, 2018

Conversation

beru
Copy link
Contributor

@beru beru commented Jul 3, 2018

#194 に対応しました。

@beru beru changed the title grep実行中はテキスト置換処理の進捗ダイアログを表示を抑制 grep実行中はテキスト置換処理の進捗ダイアログ表示を抑制 Jul 3, 2018
berryzplus
berryzplus previously approved these changes Jul 3, 2018
Copy link
Contributor

@berryzplus berryzplus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTMです。

チカチカの原因になっていた進捗ダイアログ表示をまるごと「grep実行中でない場合」のif文で括ってしまう非常にスマートな対応だと思います。

@kobake
Copy link
Member

kobake commented Jul 4, 2018

動作確認OKです。チカチカ現象発生しなくなりました。

if( NULL != ( hwndCancel = pCDlgCancel->DoModeless( ::GetModuleHandle( NULL ), NULL, IDD_OPERATIONRUNNING ) ) ){
hwndProgress = ::GetDlgItem( hwndCancel, IDC_PROGRESS );
Progress_SetRange( hwndProgress, 0, 101 );
Progress_SetPos( hwndProgress, 0 );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

重箱の隅ですみませんが、ここの行の先頭に半角スペースが1文字挟まってます。それ以外は LGTM です。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5b6c0c9 で修正しました。

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ご対応ありがとうございます。
今更気づいてしまったのですが、この半角スペース混入、この PR 以前から存在していたものでしたね。お手数おかけしました。

Copy link
Member

@kobake kobake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kobake
Copy link
Member

kobake commented Jul 4, 2018

マ~ジします!

今回は細かいところまで修正いただいちゃいましたが、この程度だったら微修正前の時点の状態でもマージしちゃって良かったかなーと今更反省してます。細かい修正は後からでもぜんぜん問題ないので。

個人的にはレビュアーとしてのこだわりよりもスピードを優先したいのが本音です。もちろん気づいた点の指摘はしていきますが。僕の姿勢は基本的に "Done is better than perfect." です。

@kobake kobake merged commit 610af5d into sakura-editor:master Jul 4, 2018
@beru beru deleted the no_hwndProgress_when_bGrepRunning branch July 5, 2018 12:50
@m-tmatma m-tmatma added this to the next release milestone Jul 8, 2018
HoppingTappy pushed a commit to HoppingTappy/sakura that referenced this pull request Jun 11, 2019
…GrepRunning

grep実行中はテキスト置換処理の進捗ダイアログ表示を抑制
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants