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

[Windows, 3.x] Improve console handling and execute. #55987

Merged
merged 1 commit into from
Jan 10, 2022

Commits on Dec 18, 2021

  1. [Windows] Improve console handling and execute.

    Always build with the GUI subsystem.
    Redirect stdout and stderr output to the parent process console.
    Use CreateProcessW for blocking `execute` calls with piped stdout and stderr (prevent console windows for popping up when used with the GUI subsystem build, and have more consistent behavior with non-blocking calls).
    Add `open_console` argument to the `execute` to open a new console window (for both blocking and non-blocking calls).
    Remove `interface/editor/hide_console_window` editor setting.
    Remove `Toggle System Console` menu option.
    Remove `set_console_visible` and `is_console_visible` functions.
    bruvzg committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    59085d5 View commit details
    Browse the repository at this point in the history