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,253)

  Date Thread Details
2015‑04‑28
3,025 views
"Hi! Thank you for the great product. I have a problem with RangeOutliningSourceBase. There are 2 node definitions..."
2017‑12‑04
1,786 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,340 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,205 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,083 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,380 views
"Doing the following leads to what I think are unexpected results: Create a simple WPF project with a SyntaxEditor..."
2017‑11‑07
1,939 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
1,861 views
"Hello, I use HorizontalScrollBarVisibility="Auto" on the SyntaxEditor and expected it to behave like it does with a..."
2017‑11‑06
2,358 views
"We are migrating SyntaxEditor from Winform to WPF. We have a lexer performance problem that we implemented.The lexe..."
2017‑10‑25
2,197 views
"Hello, is it possible to disable the "#region" and preventing the user to expand or collapse the region? Thanks ..."
2017‑10‑16
2,029 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,262 views
"Hi, how can display a text instead of "..." when I collapse a region? For example... #region BlockA {code} #en..."
2017‑10‑27
2,089 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,036 views
"Hi, In 16.1 The constructor of SyntaxEditor called ResetInputBindingsCore instead of ResetInputBindings. Is this fi..."
2017‑10‑17
2,237 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,423 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,268 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,312 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,541 views
"Hi, I have a question about StartOffset of DefaultAstNode. I implemented if-statement grammar using LL(*) Parser Fr..."
2017‑09‑29
3,022 views
"How is it possible to do manual syntax highlight in SyntaxEditor?For example chars from index 4 to 10 should be blue ..."