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

Output window keeps stealing focus #35

Closed
calumr opened this issue Oct 19, 2017 · 2 comments
Closed

Output window keeps stealing focus #35

calumr opened this issue Oct 19, 2017 · 2 comments
Assignees

Comments

@calumr
Copy link
Contributor

calumr commented Oct 19, 2017

The outputWindow.Show call in OutputManager is forcing focus to the VS output window on every message. For long builds with lots of messages this makes it impossible to do any text editing while clang-power-tools is running.

@Enache-Ionut
Copy link
Contributor

If the method is completely removed the user will not have any feedback from the extension if the Output window in closed. I fixed this by calling the Show() method only when a command begins and ends.

@calumr
Copy link
Contributor Author

calumr commented Oct 19, 2017

Thanks, that's a much better solution. I really love how well this extension is working so far, you've done a great job!

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

2 participants