
Hi,
is it possible that someone can show me how to create #region in ActiPro SyntaxEditor?
Thanks in advance.
Regards
Hi,
is it possible that someone can show me how to create #region in ActiPro SyntaxEditor?
Thanks in advance.
Regards
Hi Horst,
The CodeOutliningRangeBased QuickStart shows an example of using a JavaScript language definition and creating outlining nodes based on curly braces and multi-line comment delimiters. The same concepts apply to #region ranges, it's just that you'd need to have tokens defined for #region and #endregion in your language definition and then add logic for those similar to the logic for /* and */.
Got it.
Thank you so much.
Please log in to a validated account to post comments.