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

  Date Thread Details
2010‑02‑25
3,457 views
"Would it be possible to have access to the source for EditorSearchView tool window? I would like it to behave lik..."
2009‑08‑13
4,571 views
"I am trying to input Korean character in the syntax editor but only blank spaces appears. Is there any special attrib..."
2009‑07‑05
4,277 views
"IME doesn't work correctly by SyntaxEditor (for WPF). Is there any plan to support IME? It was supported in S..."
2010‑02‑22
3,616 views
"The size of the syntax editor in my window is pretty small as my users are only editing 10-ish lines of code. But I&#..."
2010‑02‑25
3,012 views
"When I hover over the + in the in the OutliningMargin, the text that will be collapsed is drawn with a light gray bac..."
2010‑02‑24
4,002 views
"I have 2 Intelliprompt questions that I haven't been able to figure out. For context, this is using lua as the la..."
2010‑02‑24
2,913 views
"hi I am trying to retrieve the collapsed text in my CollapsedRegionQuickInfoProvider. Purpose it the change the la..."
2010‑02‑09
2,741 views
"It seems like the default CollapsedRegionQuickInfoProvider is displaying tabs as 8 spaces, while the editor default i..."
2010‑02‑14
2,684 views
"I see the example EditorViewMarginsCustom - is it possible to have these custom margins be made to toggle their visia..."
2010‑02‑13
2,716 views
"I had some trouble to get the new CollapsedRegionQuickInfoProvider working alongside my existing QuickInfoProvider. ..."
2010‑02‑14
2,690 views
"Is there a time line on the next patch release as I still have the XXX. replace bug"
2010‑02‑11
2,610 views
"I made a snippeteditor, which uses my Mergable lexer, so syntax highlighting works there (too). As you know, snippet ..."
2010‑02‑10
3,402 views
"Hello, We have moved from the WinForms SyntaxEditor to the WPF edition. I need to get the total line count for a D..."
2010‑01‑09
3,111 views
"I'm constructing a DSL where some functions take a lot of data, often numerical. My idea was to allow editing the..."
2009‑09‑28
3,078 views
"I'm a big fan of the WPF Syntax Editor, It would be great to be able to define collapseable sections. Cheer..."
2010‑02‑05
3,202 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,164 views
"When using basic find and replace for example EditorSearchOptions options = new EditorSearchOptions(); ..."
2010‑02‑03
3,271 views
"I have noticed if a squiggle highlight wraps the squiggle highlight is temporally lost"
2010‑02‑04
3,289 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,854 views
"In my completion provider i am trying to get a token of the ITextReader: // Get a snapshot reader and us..."