SyntaxEditor for WPF

Discussion Forums

Post about SyntaxEditor for WPF suggestions, bugs, workarounds, and request support in this forum.

Please note that while we value customer input in this forum and it does help guide our development efforts, it may not always represent our actual priority list.

New Question New Problem New Idea

Threads (1,273)

  Date Thread Details
2015‑04‑28
3,381 views
"Hi! Thank you for the great product. I have a problem with RangeOutliningSourceBase. There are 2 node definitions..."
2017‑12‑04
2,136 views
"Hi, I want to pass 2 instances to grammar class. One is a literal-validation instance, which checks if a literal ..."
2017‑11‑27
2,612 views
"I am a newbie to SyntaxEditor. Planning to integrate within my WPF application. Need intellisense for C# and VB.Net. ..."
2017‑09‑05
2,570 views
"To reproduce:1. In Actipro's Sample Browser, navigate to Adornments 9 - Intra-Line Code Lens.2. Delete all the conten..."
2017‑11‑14
2,357 views
"I was trying to disable the auto completion of curly brace and found few post talking about this line : syntaxEditor..."
2013‑03‑30
3,661 views
"Doing the following leads to what I think are unexpected results: Create a simple WPF project with a SyntaxEditor..."
2017‑11‑07
2,241 views
"Hello, I am trying to write a custom Formatter for Xml-Files. My goal is to align the properties in each line. &..."
2017‑11‑07
2,276 views
"Hello, I use HorizontalScrollBarVisibility="Auto" on the SyntaxEditor and expected it to behave like it does with a..."
2017‑11‑06
2,739 views
"We are migrating SyntaxEditor from Winform to WPF. We have a lexer performance problem that we implemented.The lexe..."
2017‑10‑25
2,513 views
"Hello, is it possible to disable the "#region" and preventing the user to expand or collapse the region? Thanks ..."
2017‑10‑16
2,321 views
"Hi, is it possible that someone can show me how to create #region in ActiPro SyntaxEditor? Thanks in advance. R..."
2017‑10‑18
2,542 views
"Hi, how can display a text instead of "..." when I collapse a region? For example... #region BlockA {code} #en..."
2017‑10‑27
2,406 views
"Hello, I have 2 questions about the AST. 1: I need to get the latest AST every time just after an end user type..."
2017‑10‑17
2,344 views
"Hi, In 16.1 The constructor of SyntaxEditor called ResetInputBindingsCore instead of ResetInputBindings. Is this fi..."
2017‑10‑17
2,558 views
"It happens when the IDE is not active and the mouse hovers over a code element that triggers the tooltip. The tooltip..."
2017‑10‑13
3,789 views
"If you have multiple lines selected and you use the Ctrl-L method it only deletes the actual line the caret is on, mo..."
2017‑10‑11
2,659 views
"When you select an area of text in block mode, you can only push the selection width to the end of the last line of t..."
2017‑10‑10
2,757 views
"I'm trying to figure out where the AST classes come from within your samples. All the classes in the folder Sample..."
2017‑10‑03
2,904 views
"Hi, I have a question about StartOffset of DefaultAstNode. I implemented if-statement grammar using LL(*) Parser Fr..."
2017‑09‑29
3,465 views
"How is it possible to do manual syntax highlight in SyntaxEditor?For example chars from index 4 to 10 should be blue ..."