Posted 14 years ago
by Actipro Software Support
- Cleveland, OH, USA
If you are loading a dynamic language XML defintion, you can do:
The "SyntaxEditor Dynamic Languages Guide / Loading and Saving" documentation topic has more info on that sort of thing.
Or you can just set this property if you already have a SyntaxLanguage instance loaded up:
editor.Document.LoadLanguageFromXml();
Or you can just set this property if you already have a SyntaxLanguage instance loaded up:
editor.Document.Language = mylanguage;
Actipro Software Support