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

  Date Thread Details
2015‑09‑02
2,843 views
"Hello, I have a function that formats the text in the syntaxEditor and then sets the formatted stirng back to the syn..."
2015‑08‑16
4,349 views
"Hey, We would like to report two issues that we have encountered: While stress testing our editor we found that..."
2015‑08‑13
5,056 views
"B4J is a free development tool that we provide: http://www.b4x.com/b4j.html I think that it is a good example of wh..."
2015‑08‑11
3,501 views
"I have read the docs and have not found an answer yet. I need to write some code that translates BASIC and Pascal s..."
2015‑08‑07
2,766 views
"The following string Action 1000 ms; can be parsed with standard dynamic lexer without any problems. Some lazy ..."
2015‑07‑23
3,357 views
"I've got a SyntaxLanguage with a C-style notation. In that language I've registered a CodeDocumentTaggerProvider on i..."
2015‑07‑21
3,195 views
"Hi, I have the following text format (GroupA, GroupB, GroupC are keywords): GroupA { Properrty1 = 2; ..."
2015‑07‑13
2,804 views
"We are using the built-in search functionality to search in an Actipro syntaxeditor. When trying to do a Regular Expr..."
2015‑07‑08
2,646 views
"Hello Is is possible to lock the WPF Syntax Editor Control for user input. So the user can not change any text, but..."
2015‑07‑02
3,507 views
"Hello all, I have a SyntaxEditor working very nicely in my application, but I'd like to be able to interrogate it f..."
2015‑06‑29
4,021 views
"Hey, Is there a way to insert a text (programmatically) into the editor and present it as a rich text format (or so..."
2015‑03‑10
3,280 views
"Hello, I'm using Syntax editor like a textbox (ExpressionEditor) where the user can type a VB expression like "v..."
2015‑06‑12
2,656 views
"Hi, We are trying to use Intellisense Popup Toggle Buttons as Radio buttons. How can we achieve this behaviour? ..."
2015‑06‑12
2,538 views
"I'm constructing a AST tree for expressions. When i've got the following code multiplyExpression.Production = ..."
2015‑06‑01
3,279 views
"Hi there, I want to hide (no items) hint box when there is no matched items found. Because with our application, us..."
2015‑06‑02
3,659 views
"I guess that many customers use multiple SyntaxEditors in their applications. It will be very useful if the search di..."
2015‑06‑02
2,906 views
"In our application, during the first dynamic creation of Syntax Editor, there is a significant amount of delay before..."
2015‑05‑29
3,387 views
"I have a WPF application which uses Syntax Editor on demand. To achieve this, on some key event I create an instance ..."
2015‑05‑20
2,768 views
"Hi, I would like to know the changes between the old ParseData and the NewParseData in the OnParseDataChanged event..."
2015‑05‑12
2,557 views
"Hi, would it be possible to get the default styles for the NavigableSymbolSelector?"