-
Notifications
You must be signed in to change notification settings - Fork 202
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
Allow to break directory scan started from a macro (Mantis#0002692). #706
Conversation
669edcf
to
349ecbb
Compare
@alabuzhev |
Looks like they updated VS in the build image and something is no longer compatible. |
while (ScTree.GetNextName(FindData,strFullName)) | ||
{ | ||
// Mantis#0002692 | ||
if (!Global->CtrlObject->Macro.IsExecuting()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can test it yourself.
- Place cursor at some pretty large directory
- Execute
lua:Keys"EnOut F3 F1"
- Wait a couple of seconds, then press `Esc´
Note 2 things:- Operation is successfully interrupted
- Help screen appears only after operation is finished (or interrupted), and not immediately, like was in f7ae5b2
349ecbb
to
356e2ee
Compare
0c189c9
to
7050380
Compare
Thank you |
Fix by Shmuel: shmuz/far2m#36