Posted 21 years ago by Mark Dykun
Avatar
Hi,

In using the syntaxeditor control I am using the default vbdnotnet.xml file. However when I set Document.Outlining.Mode = ActiproSoftware.SyntaxEditor.OutliningMode.Automatic, it does not work. For example #region tags are not marked. Is there somthing else that I should be aware of ??

Mark

Comments (2)

Posted 21 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
To support outlining you have to make sure you also assign a semantic parser that supports it. Take a look at our sample project. When a VB.NET language is loaded, it also is assigning a semantic parser that does automatic outlining. Look at the MainForm.editor_DocumentSyntaxLanguageLoading method.


Actipro Software Support

Posted 21 years ago by Mark Dykun
Avatar
Thank you very much

Mark
The latest build of this product (v25.1.0) was released 26 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.