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

  Date Thread Details
2013‑05‑06
2,777 views
BINDING by A A
(11 years ago)
"I have this problem : .XAML file <syntaxeditor:SyntaxEditor Text="{Binding Text, UpdateSourceTrigger=Proper..."
2009‑10‑30
3,003 views
"Hi Defining "START" as a keyword, I understand that the lexer recognizes "start" also as a key..."
2013‑04‑26
3,785 views
"Hi, I'm not entirely sure of my version / build, but I know it won't be 2013. I am using the Parse extension ..."
2013‑05‑02
3,534 views
"Is there any plan to implement Syntax Editor as a JavaScript widget, preferably based on jQuery? As the industry move..."
2013‑04‑29
2,529 views
"When i write : SyntaxEditor.ActiveView.IntelliPrompt.RequestSurroundWithSession();It writes in a pop-uo "Surround wit..."
2011‑02‑28
3,237 views
"I am using the VBSyntaxLanguage() class for my language. The syntax checker complains that "an Imports, Assembly..."
2010‑12‑10
2,753 views
"Hi I set up a ITextChange change = document.CreateTextChange(TextChangeTypes.ChangeCase);to convert keywords of..."
2011‑12‑19
4,300 views
"Hello, I would like to customize an intelliprompt completion list by adding an element at the end of the list that..."
2013‑04‑23
4,020 views
"I installed version 2013.1 in place of 2012.2 (this is the *only* difference between two consecutive Change Sets in m..."
2013‑04‑16
4,088 views
"In the documentation, it states that to register a TokenTaggerProvider, we should use a line similar to language.Re..."
2013‑04‑17
4,053 views
"This seems like it should be a fairly basic and straight forward answer, but it is eluding me. I have defined my ow..."
2013‑04‑16
3,043 views
"In our language, the classification of an identifier can change as text changes in another part of the document. The ..."
2013‑04‑12
2,788 views
"When generating the AST node classes from the language designer, is it possible to generate the node properties as vi..."
2013‑04‑10
2,983 views
"Hi, Can someone point me to a tutorial like page that goes over how to create specific types of DynamicLexicalPatte..."
2013‑04‑04
2,782 views
"Is there any way to attach error numbers to parser and semantic analysis errors? I am trying to get something like th..."
2013‑03‑28
3,031 views
"Hello. I've developed an XSD for our proprietary XML format. When I use wpf syntax editor without code fragment, the ..."
2013‑03‑29
2,975 views
"Is there any guidance, patterns, or advice for creating a language parser/grammar, test first? The tree constructor A..."
2013‑03‑28
3,895 views
"Hello, We recently upgraded to the newest release (from the latest 2012.2 release), and noticed a small issue appar..."
2013‑03‑28
2,902 views
"Is it possible to populate bind more than one property to a syntax editor that has a split? I was looking to show a..."
2013‑03‑21
3,630 views
"Hi, I first use a dynamic lexer and the LLparser framework. I created a complex Grammar class and the TokenReader, ..."