|
|
@ -423,6 +423,7 @@ namespace ICSharpCode.Core |
|
|
|
defaultProjectContent.ReferencedContents.Add(pc); |
|
|
|
defaultProjectContent.ReferencedContents.Add(pc); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (WorkbenchSingleton.Workbench != null) { |
|
|
|
WorkbenchSingleton.Workbench.ActiveWorkbenchWindowChanged += delegate { |
|
|
|
WorkbenchSingleton.Workbench.ActiveWorkbenchWindowChanged += delegate { |
|
|
|
if (WorkbenchSingleton.Workbench.ActiveWorkbenchWindow != null) { |
|
|
|
if (WorkbenchSingleton.Workbench.ActiveWorkbenchWindow != null) { |
|
|
|
string file = WorkbenchSingleton.Workbench.ActiveWorkbenchWindow.ViewContent.FileName |
|
|
|
string file = WorkbenchSingleton.Workbench.ActiveWorkbenchWindow.ViewContent.FileName |
|
|
@ -437,6 +438,7 @@ namespace ICSharpCode.Core |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static ParseInformation ParseFile(string fileName, string fileContent, bool updateCommentTags, bool fireUpdate) |
|
|
|
public static ParseInformation ParseFile(string fileName, string fileContent, bool updateCommentTags, bool fireUpdate) |
|
|
|
{ |
|
|
|
{ |
|
|
|