Hi Actipro,
Is there a way to set the Hightlighting style registry without loading the syntax editor control? In my project, the editor is rendered in memory without WPF UI element being loaded.
Thanks and regards,
James Zheng
Hi Actipro,
Is there a way to set the Hightlighting style registry without loading the syntax editor control? In my project, the editor is rendered in memory without WPF UI element being loaded.
Thanks and regards,
James Zheng
Hi James,
Yes all the language classification type providers have a RegisterAll method you can call to register them. Then for UI-related classification type registrations, you can call this:
new ActiproSoftware.Text.Languages.DotNet.Implementation.DotNetClassificationTypeProvider().RegisterAll();
Please log in to a validated account to post comments.