Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

New file not selected in Project Browser window #132

Open
dgrunwald opened this issue Dec 29, 2013 · 0 comments
Open

New file not selected in Project Browser window #132

dgrunwald opened this issue Dec 29, 2013 · 0 comments
Labels

Comments

@dgrunwald
Copy link
Member

SD-1472, originally created on 10/12/2008 16:21:00 by Matt Ward

To reproduce:

  1. Create a C# winforms project.
  2. Make sure the project browser is open and all files can be seen.
  3. Add a new C# class file to it.

Expected result:

New file in project browser is selected.

Actual result:

New file is not selected. Looking at the code it seems that the
ActiveContentChanged event is triggered before the file tree node has
been added to the Project Browser tree view so the SelectFile method
cannot find a matching file.

daniil-tr added a commit to daniil-tr/SharpDevelop that referenced this issue Nov 3, 2015
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