Configure SyntaxEditor

SyntaxEditor for Windows Forms Forum

Posted 19 years ago by Patrick Krieger
Avatar
Hello

I downloaded SyntaxEditor a couple of days ago and have difficulties with the following settings:
I would like to enable:
Intelli-Sense (Intelli-Prompt, control+space - dropdown)
automatic opening and closing tags
code highlighting, should also work with my own tags

all this should work for: HTML, XML, JavaScript, C#, VB.Net

I would be very happy if you could provide a better sample.

Thanks,
Patrick

Comments (1)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Patrick,

We provide all the user interface features for doing such things however it's up to you to write the parsing routines. A lot of those features can be put together but to do it right would take a long time because that would mean maintaining syntax trees in the background and handling incremental changes.

Now this is something that we plan on working towards in the future, making language-specific parse trees. However right now, we don't have that. But there's nothing to stop you from writing them yourself using our SemanticParser class.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.