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

  Date Thread Details
2013‑01‑25
3,492 views
"How can I change default line number of document in WPF Syntax Editor as well as in WinForms Syntax Editor (Document...."
2015‑04‑28
3,560 views
"Hi! Thank you for the great product. I have a problem with RangeOutliningSourceBase. There are 2 node definitions..."
2017‑12‑04
2,275 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,740 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,733 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,456 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,800 views
"Doing the following leads to what I think are unexpected results: Create a simple WPF project with a SyntaxEditor..."
2017‑11‑07
2,391 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,496 views
"Hello, I use HorizontalScrollBarVisibility="Auto" on the SyntaxEditor and expected it to behave like it does with a..."
2017‑11‑06
2,878 views
"We are migrating SyntaxEditor from Winform to WPF. We have a lexer performance problem that we implemented.The lexe..."
2017‑10‑25
2,643 views
"Hello, is it possible to disable the "#region" and preventing the user to expand or collapse the region? Thanks ..."
2017‑10‑16
2,447 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,679 views
"Hi, how can display a text instead of "..." when I collapse a region? For example... #region BlockA {code} #en..."
2017‑10‑27
2,544 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,487 views
"Hi, In 16.1 The constructor of SyntaxEditor called ResetInputBindingsCore instead of ResetInputBindings. Is this fi..."
2017‑10‑17
2,700 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,937 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,801 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,913 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
3,042 views
"Hi, I have a question about StartOffset of DefaultAstNode. I implemented if-statement grammar using LL(*) Parser Fr..."