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

  Date Thread Details
2011‑10‑25
3,153 views
"Hi, is there a problem to write a a XML string, loaded from a XML-File, to the EditorDocument.Text Property? Loadi..."
2011‑10‑25
2,662 views
"Hi. I'm building a language that has 2 keywords that are fairly close to the same. What I've done is creat..."
2011‑01‑25
2,510 views
"Is it possible to have a HighlightingStyle with a border, like the Selection has a style with a BorderBrush? The r..."
2011‑10‑24
3,103 views
"I am evaluating Syntax Editor for WPF as part of a UI for one of my companys' products. I am having trouble unde..."
2011‑10‑20
3,058 views
"Hi, How can I get the vertical scroll offset? I can get the horizontal scroll offset by FirstVisibleX, but what..."
2011‑10‑20
2,704 views
"Hi, I have a question regarding margins, specifically the default syntax editor margins. I have a number of differ..."
2011‑10‑18
3,321 views
"Where is the best place to learn how to do the language design. The documentation that ships with the product seems ..."
2011‑10‑16
2,751 views
"Hi, is it possible to avoid certain textchange types e.g. var textChange = editor.Document.CreateTextChange(TextC..."
2009‑10‑01
7,240 views
"Hi Using WordWrapMode="None", the horizontal scrollbar is always visible and enabled, even if the text o..."
2011‑10‑11
4,705 views
"Hi, i´m applying a textchange on the current editorline. This change replaces the text of the whole line. If ..."
2011‑10‑05
2,508 views
"We are using a SyntaxEditor where we have WordWrapMode set to word. When we set an intra-text adornment at the sta..."
2011‑10‑04
3,076 views
"When using a tool like Resharper in Visual Studio, it has the ability to auto insert delimiters. Furthermore, if you ..."
2011‑10‑03
3,677 views
"I have a syntax editor where I want to format the displayed text but not have it be user-editable. When I try use the..."
2011‑10‑04
2,581 views
"Hi, I´m drawing some adornments by using a tagger to insert IIntraTextSpacerTags. It is neccessary to add the..."
2011‑09‑14
3,362 views
"Hi guys, I have reached the point in the development of my application where I would like to provide an interface ..."
2011‑09‑27
2,432 views
"Hi guys, I'm still very new to the way you have built the highlighters in SyntaxEditor for WPF, so bear with m..."
2011‑09‑26
3,898 views
"Hi, I´m using SyntaxEditor with WordWrapMode set to Word. What I want to do now is to add an adorner at the ..."
2011‑09‑28
2,511 views
"I'm writing a custom Tagger and I'm wondering why you guys chose to pass in a collection of snapshotRanges to..."
2011‑09‑16
2,845 views
"Looking at the Language Transitions sample (that uses <% %>), let's say I alter the top element tag by addi..."
2011‑09‑27
2,363 views
"Hi guys, As far as I remember, SyntaxEditor for WinForms could automatically detect language transitions and do ou..."