You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
SD-1472, originally created on 10/12/2008 16:21:00 by Matt Ward
To reproduce:
Create a C# winforms project.
Make sure the project browser is open and all files can be seen.
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.
The text was updated successfully, but these errors were encountered:
daniil-tr
added a commit
to daniil-tr/SharpDevelop
that referenced
this issue
Nov 3, 2015
SD-1472, originally created on 10/12/2008 16:21:00 by Matt Ward
To reproduce:
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.
The text was updated successfully, but these errors were encountered: