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
2018‑05‑29
1,897 views
"Hi, When dragging something into the syntax editor, the mouse cursor always turns into the icon which indicates "dr..."
2018‑05‑22
1,892 views
"Hi, When the syntax editor has the focus and "Ctrl + Shift + Up/Down" is pressed, the focus moves. Could you tell..."
2017‑01‑22
3,765 views
"Hi, I want to add a comment stub after the user types /// before a function or a variable ( I saw you implemented t..."
2018‑05‑18
1,940 views
"The Actipro EULA states the following requirement: "Any object code that is created by using the Source Code or deriv..."
2018‑05‑17
1,824 views
"Hi, how can I disable the parse error tagger service in the default csharp syntax language? I would like to get rid..."
2018‑04‑19
2,324 views
"Hello, I have SyntaxEditor with .net addon and around 700 lines of code with multiple #region blocks. When the edit..."
2018‑05‑14
1,861 views
"Hi, I'm using the LL(*) Parser Framework. My language's multi line comment starts with (* and ends with *). Or ..."
2018‑04‑18
2,039 views
"Hi, similar to the option of making text regions readonly, is there a way to make certain text parts nonselectable?..."
2018‑04‑16
1,823 views
"Hi, Please tell me how to get the correct location of an IAdornment when the editor is zoomed-in or zoomed-out. I..."
2018‑04‑15
2,192 views
"Hi, I'm trying to set the syntaxeditor as cell template on a datagrid. Text binding you have added a while ago but ..."
2018‑04‑11
1,919 views
"Hi, For adding an error, I'm calling the ReportError method on IParseError within the grammar callbacks like this: ..."
2018‑04‑02
2,233 views
"Hi, I'm now implementing drag and drop function on my syntax editor. Is it possible to insert a code snippet whe..."
2018‑03‑29
2,727 views
"we are using the Syntax editor in our application and we have one button called "Validate". When we click the valid..."
2018‑03‑26
2,210 views
"Hi, I'm using the built-in bookmark indicator. A bookmark is automatically removed when a line is deleted and thi..."
2018‑03‑22
2,411 views
"Hi, How do we localize SyntaxEditor? If we create a full set of string resources to use, do we need to rebuild Synt..."
2018‑03‑22
1,998 views
"Hi, i want to use syntax highlighting in the tooltip launched for e.g. collapsed regions. Is it possible to u..."
2018‑03‑14
2,180 views
"Hi, I'm using the LL(*) Parser Framework and implementing the grammar. But I've been struggling with removing ambig..."
2018‑03‑14
2,378 views
"when i apply metrolight theme to my window, the embedded scroll bar style(in syntaxeditor/datagrid, etc) didn't chang..."
2018‑03‑02
2,849 views
Scroll Event by Mike
3 replies (8 years ago)
"Hi, how can I subscribe to the scroll event of the vertical scrollbar? The editor scrollbar.scroll event does not f..."
2018‑03‑05
2,024 views
"Hello, I have added the code snippets functionality to my custom language and it works fine. But now I'm wonderin..."