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

Random windows with caption containing "ILSpy" activated and modified during ilspy startup #2086

Closed
tamlin-mike opened this issue Aug 1, 2020 · 0 comments
Labels

Comments

@tamlin-mike
Copy link

I had ILSpy.xml open in Scite, and got really confused when trying to start ilspy (from cmdline). Instead of opening ilspy, Scite opened a new tab, with a document named "I".

The only thing I can come to think of is that ilspy is trying to find a previously running instance during startup, and in error only checks for partial window caption. It then sends some random WM_* message (or shudder some DDE "verb"), that in this case results in the editor opening the aformentioned empty document.

Would appreciate if someone could have a look at it, and harden/correct the "check for running instance" code (provided my analysis of the problem is correct).

@tamlin-mike tamlin-mike added the Bug label Aug 1, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant