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

Use ShellExecute rather than start.exe to open docs on windows #1117

Merged
merged 3 commits into from
May 18, 2017

Commits on May 12, 2017

  1. Use ShellExecute rather than start.exe to open docs on windows

    Closes rust-lang#499
    
    The implementation is not too complicated, so it's a bit better than spawning a cmd.exe just to open docs. It also should fix opening docs for the few people still using a year-old insider preview build.
    mattico committed May 12, 2017
    Configuration menu
    Copy the full SHA
    e08d4a1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. Configuration menu
    Copy the full SHA
    c975d35 View commit details
    Browse the repository at this point in the history
  2. Add FIXME for winapi use

    mattico committed May 13, 2017
    Configuration menu
    Copy the full SHA
    9733eaf View commit details
    Browse the repository at this point in the history