Search

Post about SyntaxEditor for WPF suggestions, bugs, workarounds, and request support in this forum.

Ideas for future improvement can be voted upon. You may apply up to 3 votes on each idea. Votes will be returned when ideas are completed or deleted. You can change or remove your votes on an idea, and can reallocate your votes at any time.

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.

RSS Feed

Thread List (532 total)

Idea Stats: 3 supporters, with 6 total votes
Question 466 questions     Problem 63 problems     Idea 3 ideas - 10 of 10 votes remain
Votes   Date Thread Details
Question
2013-05-15
55 views
"I am working on a non-mergeable lexer by implementing the ILexer interface. I've run into a few problems, the fi..."
Question
2013-05-16
27 views
"I'm having an issue loading some large log files (around 100 MB of straight text). In my main application, I'..."
Question
2013-05-15
29 views
"Is the source code for the Language designer available? There are a couple of modifications that I would like to add..."
Question
2013-05-15
25 views
"When attempting to search using Regular Expressions and built-in .NET character classes, I'm getting some errors ..."
Problem
2013-05-15
26 views
" This issue can be seen in the SampleBrowser, SyntaxEditor GettingStarted Examples 10 and 11. As an image is more me..."
Question
2013-05-10
51 views
"Hi,I'm having a really odd issue with my Syntax Editor...If I type and add text like normal, everything acts as e..."
Question
2013-05-14
25 views
"Hey, I was just wondering if there's a property in the editor that retains what EOL terminators were part of the..."
Question
2013-05-08
53 views
"Is there a built-in command for showing the find/replace dialog? Thx,Nick. "
Question
2013-05-06
48 views
BINDING by A A
(14 days ago)
"I have this problem : .XAML file <syntaxeditor:SyntaxEditor Text="{Binding Text, UpdateSourceTrigger=..."
Question
2009-10-30
768 views
"Hi Defining "START" as a keyword, I understand that the lexer recognizes "start" also as a keywor..."
Question
2013-04-26
88 views
"Hi, I'm not entirely sure of my version / build, but I know it won't be 2013. I am using the Parse exten..."
4 Idea
2013-05-02
71 views
"Is there any plan to implement Syntax Editor as a JavaScript widget, preferably based on jQuery? As the industry move..."
Question
2013-04-29
58 views
"When i write : SyntaxEditor.ActiveView.IntelliPrompt.RequestSurroundWithSession();It writes in a pop-uo "Surroun..."
Question
2011-02-28
297 views
"I am using the VBSyntaxLanguage() class for my language. The syntax checker complains that "an Imports, Assembly..."
Question
2010-12-10
263 views
"Hi I set up a ITextChange change = document.CreateTextChange(TextChangeTypes.ChangeCase);to convert keywords of our..."
Question
2011-12-19
510 views
"Hello, I would like to customize an intelliprompt completion list by adding an element at the end of the list that wo..."
Problem
2013-04-23
86 views
"I installed version 2013.1 in place of 2012.2 (this is the *only* difference between two consecutive Change Sets in m..."
Question
2013-04-16
87 views
"In the documentation, it states that to register a TokenTaggerProvider, we should use a line similar to language.Reg..."
Question
2013-04-17
92 views
"This seems like it should be a fairly basic and straight forward answer, but it is eluding me. I have defined my own..."
Question
2013-04-16
88 views
"Is it possible to make the first X lines of a document readonly?"