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

  Date Thread Details
2015‑11‑10
2,314 views
"Hi, I have a C-like language that supports include files, e.g. include "SCRIPT.STD" Assuming the cursor is loca..."
2015‑10‑29
2,371 views
"I am writing a programmatic lexer that inherits from MergableLexerBase. In the lexer I need to able to recognize nume..."
2015‑10‑13
2,851 views
"In Syntax Editor, I'm trying to get the current caretPosition and display the line and column number. ICaret ..."
2015‑10‑12
2,739 views
"Hi, On a Syntax Editor, if I have some text selected and the Insert pressed (IsOverwriteModeActiveChanged set), the..."
2015‑10‑11
3,045 views
"As written in the title, the duplicate line feature doesn't copy the complete line if word wrap is enabled and the li..."
2015‑10‑08
2,790 views
"Hi Actipro, I'm reading through the Syntax editor sample projects, multi line commenting doesn't change all the tex..."
2015‑09‑25
2,657 views
"Hi, Is it possible to differentiate between selecting a whole line by clicking on the line number, and using the mo..."
2015‑09‑24
3,186 views
"I have an issue with the intelliprompt completion list when I use theThreadedParseRequestDispatcher.My CompletionProv..."
2015‑09‑23
2,806 views
"Hi, in our code editor, when we are in debug mode, the whole editor is read-only,but the user can enter in "edit mo..."
2015‑09‑14
2,595 views
"In the Windows form version there was a flag - VirtualSpaceAtLineEnd, Is that still available? In the Windows form ..."
2015‑09‑07
3,070 views
"Hi I have two related issues when I’m trying to update all FontSize properties of highlighting styles, and ap..."
2015‑08‑28
2,488 views
"Hi, in Visual Studio using SyntaxEditor in composite Wpf UserControl hosted in ElementHost I caught an error. Thi..."
2015‑09‑02
2,516 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
3,939 views
"Hey, We would like to report two issues that we have encountered: While stress testing our editor we found that..."
2015‑08‑13
4,706 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,145 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,441 views
"The following string Action 1000 ms; can be parsed with standard dynamic lexer without any problems. Some lazy ..."
2015‑07‑23
3,120 views
"I've got a SyntaxLanguage with a C-style notation. In that language I've registered a CodeDocumentTaggerProvider on i..."
2015‑07‑21
2,913 views
"Hi, I have the following text format (GroupA, GroupB, GroupC are keywords): GroupA { Properrty1 = 2; ..."
2015‑07‑13
2,556 views
"We are using the built-in search functionality to search in an Actipro syntaxeditor. When trying to do a Regular Expr..."