Hi, I'm fairly new to the Syntaxeditor and want to get the SQL Highlighting done, but I an't seem to get it to work.
This is what I have so far based on some readings here and the Test Application:
Run this code in the initailization of the form:
SqlDynamicSyntaxLanguage sql = new SqlDynamicSyntaxLanguage("SQL", false);
sql.IsUpdating = true;
editor.Document.Language = sql;
I copied the "ActiproSoftware.SQL.xml" and the "SqlDynamicSyntaxLanguage.cs" into my application folder, renamed the namespaces in both but it does not seem to work.
Thanks
This is what I have so far based on some readings here and the Test Application:
Run this code in the initailization of the form:
SqlDynamicSyntaxLanguage sql = new SqlDynamicSyntaxLanguage("SQL", false);
sql.IsUpdating = true;
editor.Document.Language = sql;
I copied the "ActiproSoftware.SQL.xml" and the "SqlDynamicSyntaxLanguage.cs" into my application folder, renamed the namespaces in both but it does not seem to work.
Thanks