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

  Date Thread Details
2012‑07‑14
3,278 views
"Hi, C# Autocomplete doesn't work on this code: var a = Enumerable.Range(0,10).Select(i=>new{Number=i}); a.La..."
2012‑07‑16
2,489 views
"Hi guys, I would like to offer my users the possibility of customizing the general appearance of a child language, ..."
2012‑07‑16
3,075 views
"Is it possible to display different text than what is stored in the backing store based on parsing? For example, as..."
2012‑07‑15
3,196 views
"Can the SyntaxEditor support text alignment? For example, can some text be centered or right justified? David"
2012‑07‑13
4,095 views
"Hi, I have a list of some views, each containing a syntaxeditor. When switching between the views of the list, th..."
2012‑07‑12
3,464 views
"I am using CollectionTagger<T> and DecorationAdornmentManagerBase<TView, TTag> to create adornments (colo..."
2012‑07‑05
4,132 views
"Hi, following situation: At runtime I expand the xml-langdef-file for our custom language with a new ExplicitPatt..."
2012‑07‑11
3,189 views
"Hi, In the previous version of my application, I set the background of syntax editor with this: <SolidColorBrus..."
2012‑07‑05
3,084 views
"I didn't dare to ask for such a special pattern, but I was trying now for days and couldn't find a solution. As you a..."
2012‑07‑04
3,167 views
"Hi guys, In SyntaxEditor for WinForms, I use the TokenMouseEnter and TokenMouseLeave events to change the mouse cur..."
2012‑07‑02
4,247 views
"The lualang.def file will use a '.' to delimit the start of keywords. This is incorrect since the '.' is a table deli..."
2012‑06‑27
3,407 views
"Hi guys, Just a quick question: I have made my own version of the MoveToNextWordAction, which inherits from MoveToN..."
2012‑06‑29
3,880 views
"I'm adding a simple adornment that essentially lives over a certain area of the SyntaxEditor. I'm adding it using th..."
2012‑06‑25
3,708 views
"Hi, I'm evaluating your SyntaxEditor to check if it fits our needs. In our app we have to handle very long strings ..."
2012‑06‑22
3,790 views
"I've been trying to understand how to update my language from SE4 to the new WPF/Silverlight language framework. In..."
2012‑06‑20
3,510 views
"Hi, In a GrammarClass using LLParserFramework I defined: this.Root.Production = gopItem.OnError(GopItemError).Zero..."
2012‑06‑20
3,315 views
"Hi, Is there any way to deal with the pre-defined macros while parsing a document (like C language)? #define AA "t..."
2012‑06‑18
3,614 views
"Hello, the ActiproSoftware.Text.Searching namespace provides interesting low level search and replace operations bu..."
2009‑06‑14
3,924 views
"Greetings, Is there a way to customize the Scope combo box that appears on EditorSearchView? I would like to repla..."
2012‑06‑14
3,286 views
"I have a language that implements current line highlighting style as shown in the code below taken from my language c..."