Posted 18 years ago
by Christopher Evans
It seems like MUCH of the code I wrote to support my use of v3 will not compile under v4 because interfaces/designs in v3 have been deprecated/changed.
Can anyone point me to or provide a list of deprecated functionality along with the v4 equivalent, if any.
2 examples of the deprecated functionality are “e.Language.SemanticParser” in the following context:
private void editor_DocumentSyntaxLanguageLoading(object sender, ActiproSoftware.SyntaxEditor.SyntaxLanguageEventArgs e)
{
e.Language.SemanticParser = new SemanticJScriptParser();
…
And:
public class SemanticJScriptParser : ActiproSoftware.SyntaxEditor.SemanticDefaultParser
…
“ActiproSoftware.SyntaxEditor.SemanticDefaultParser” seems no longer to exist.
[Modified at 03/19/2007 11:55 AM]
Can anyone point me to or provide a list of deprecated functionality along with the v4 equivalent, if any.
2 examples of the deprecated functionality are “e.Language.SemanticParser” in the following context:
private void editor_DocumentSyntaxLanguageLoading(object sender, ActiproSoftware.SyntaxEditor.SyntaxLanguageEventArgs e)
{
e.Language.SemanticParser = new SemanticJScriptParser();
…
And:
public class SemanticJScriptParser : ActiproSoftware.SyntaxEditor.SemanticDefaultParser
…
“ActiproSoftware.SyntaxEditor.SemanticDefaultParser” seems no longer to exist.
[Modified at 03/19/2007 11:55 AM]