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

  Date Thread Details
2010‑02‑05
3,233 views
"I'd like to know when the user is typing a comment so I don't show the Intelliprompt popup. In the DocumentTe..."
2010‑02‑05
3,194 views
"When using basic find and replace for example EditorSearchOptions options = new EditorSearchOptions(); ..."
2010‑02‑03
3,299 views
"I have noticed if a squiggle highlight wraps the squiggle highlight is temporally lost"
2010‑02‑04
3,320 views
"I know that maybe a syntax editor might not need a spell checker but I'm using your editor for a different purpos..."
2010‑02‑03
3,882 views
"In my completion provider i am trying to get a token of the ITextReader: // Get a snapshot reader and us..."
2010‑01‑06
3,315 views
"Hello, The getting started samples for Syntax Editor for WPF use a SimpleLanguage example. One of the files pertai..."
2010‑01‑27
3,417 views
"In the documentation is stated: Quote: A mergable programmatic lexer is made by creating a class that implem..."
2009‑03‑14
5,408 views
"When I turn on "break when exception is thrown" via Ctrl+Alt+E (http://www.vonsharp.net/MostUsefulVSFeature..."
2010‑01‑15
3,182 views
"We're using the bundled Xml language definitions for our Html source editor. I spotted on the Wpf SyntaxEditor ov..."
2010‑01‑13
3,503 views
"I'm in the process of integrating my existing lexer to a programmatic lexer without change much in my existing le..."
2010‑01‑11
2,990 views
"Sometimes the completion list window will be wrongly sized. You can see this problem by making a small modificatio..."
2010‑01‑11
3,036 views
"On any syntax editor instance with AreLineModificationMarks set to true. Go to the first character of any line, and t..."
2010‑01‑04
3,742 views
"I'm a little confused on creating a non-mergable lexer. The Parse() method that I would implement from ILexer ret..."
2009‑12‑30
3,106 views
"Hello, I am attempting to implement an Output Window in my application to mimic functionality similar to Visual St..."
2009‑12‑30
3,215 views
"Hello, I am attempting to implement a "Go To Line" feature to mimic functionality in Visual Studio. In o..."
2009‑12‑28
3,208 views
Tag Property by Steve GW
1 reply (16 years ago)
"In a basic RichTextBox it is possible to add tag properties. I was looking to use the syntax editor in a lightweig..."
2009‑12‑28
3,283 views
Font changing by Steve GW
1 reply (16 years ago)
"I have tried to look at the doc and examples and I can't seem to find an example of changing the font , or boldin..."
2009‑12‑16
3,295 views
"Soon we hope to start converting our Forms SE to the WPF version. We use an Antlr Lexer and Parser to create the lang..."
2009‑12‑11
3,470 views
"Hi, do you have an example of a quick print option. The SyntaxEditor.ShowPrintDialog always displays a dialog, is it ..."
2009‑12‑14
9,882 views
"Hello, Im just having a go with the WPF SyntaxEditor after coming from the WinForms SyntaxEditor. Im attempting to..."