Browse Source

When a solution is loaded the files that were previously open for that solution are opened again.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5339 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Matt Ward 16 years ago
parent
commit
41a1573501
  1. 2
      src/Main/Base/Project/Src/Services/ParserService/LoadSolutionProjects.cs

2
src/Main/Base/Project/Src/Services/ParserService/LoadSolutionProjects.cs

@ -127,6 +127,8 @@ namespace ICSharpCode.SharpDevelop @@ -127,6 +127,8 @@ namespace ICSharpCode.SharpDevelop
Solution openedSolution = ProjectService.OpenSolution;
isThreadRunning = true;
WorkbenchSingleton.SafeThreadAsyncCall(ProjectService.ParserServiceCreatedProjectContents);
for (int i = 0; i < createdContents.Count; i++) {
ParseProjectContent pc = createdContents[i];
jobs.AddJob(new JobTask(pc.Initialize1,

Loading…
Cancel
Save