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

Correlate NoMessageBoxes with SuppressMessageBoxes in documentation/comments #58

Open
jpluimers opened this issue Aug 9, 2018 · 0 comments

Comments

@jpluimers
Copy link

jpluimers commented Aug 9, 2018

Edit

The global Boolean variable SuppressMessageBoxes already suppresses the effect of a missing NoMessageBoxes define, but it is not obvious these are correlated.

Adopt documentation/comments to make their relation more obvious.

Time permitting, I will submit a pull-request.

Original title

Have NoMessageBoxes depend on a global boolean

Original

Sometimes I want the NoMessageBoxes to depend on run-time circumstances, for instance:

  • force NoMessageBoxes when running as a standalone process
  • disable NoMessageBoxes when running under the debugger

For that, it would be nice if NoMessageBoxes was implemented through a global variable.

Time permitting, I will submit a pull-request.

@jpluimers jpluimers changed the title Have NoMessageBoxes depend on a global boolean Correlate NoMessageBoxes with SuppressMessageBoxes in documentation/comments Aug 9, 2018
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

No branches or pull requests

1 participant