|
|
@ -463,6 +463,7 @@ namespace ICSharpCode.SharpDevelop.Parser |
|
|
|
if (parseInfo != null && this.activeListeners != null) |
|
|
|
if (parseInfo != null && this.activeListeners != null) |
|
|
|
this.activeListeners(parseInfo, null); |
|
|
|
this.activeListeners(parseInfo, null); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (parseInfo != null) |
|
|
|
RaiseParseInformationUpdated(new ParseInformationEventArgs(parseInfo, null)); |
|
|
|
RaiseParseInformationUpdated(new ParseInformationEventArgs(parseInfo, null)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|