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
2010‑10‑24
2,711 views
Unit tests by Matt Yaeger
1 reply (14 years ago)
"Is there a preferred method for unit testing a custom parser? I tried the unit test below: [TestMethod] ..."
2010‑06‑10
2,896 views
"Product Version: SyntaxEditor v10.1.520 Hi, I am trying to determine if a search result is within a collapsed reg..."
2010‑10‑15
2,384 views
Change a token by Hugh
3 replies (14 years ago)
"I've implemented my language using the LLParser and it's working excellent so far. However this language is a..."
2010‑10‑15
2,475 views
"I have added links to images showing what I am trying to accomplish. When I load a file all collapsible regions ar..."
2010‑10‑15
3,086 views
"Hello everyone, I have a language with context sensitive keywords. For this language I have a hand-coded lexer and..."
2010‑10‑12
2,525 views
CPP Grammer by shlomi R
1 reply (14 years ago)
"Hi, I am using the LL* parser (introduced in the 2010.2 version) in order to parse a Cpp code. I'm wondering i..."
2010‑09‑16
2,857 views
"I have an adornment that works great, however, my question is, how do I assign a value to the object parameter in Get..."
2010‑09‑20
2,842 views
"Is it possible to change/extend the time between modifying the source by typing and the call to the lexer and/or pars..."
2010‑02‑03
2,690 views
"I want to add a tooltip on the text where the parser encountered errors. My ParseErrorProvider generates this parsere..."
2009‑07‑30
6,770 views
"If this question is beyond the scope of what you are willing to do via support, just let me know. But, on the off ch..."
2010‑08‑20
2,591 views
"Hi Guys Sorry for this dumb question but I ran through all the samples that were part of teh eval download and cou..."
2010‑05‑18
3,282 views
"Hi, In the "Completion Filtering" example, the unmatched items in the completion list will be filtered o..."
2010‑08‑16
2,627 views
"I created a CustomTagger that uses a CustomTaggerAdornmentManager and a CustomTag copied right from upon your Adornme..."
2010‑08‑11
2,340 views
"Hi. SyntaxEditor 9.2.515.0 When text is being deleted with Document.DeleteText() the Track's Thumb is jump..."
2010‑08‑09
2,610 views
"Hi In my destructor i want to access the Document. This gives an exception "InvalidOperationException": ..."
2010‑08‑09
2,230 views
"I've got a language for which I have registered a DataflowTokenTaggerProvider and a CodeDocumentTaggerProvider<..."
2010‑07‑28
2,778 views
"Hi I have a question regarding code outlining. I had been using token based outlining source in my code and I had it ..."
2010‑07‑22
2,047 views
"How heavyweight/lightweight is TextVersionRange translation? In some code that I am writing, I am ending up having..."
2010‑07‑08
2,362 views
Zoom % by Martin
1 reply (14 years ago)
"Hi is there a way to decrease the level of change while zooming in and out? Now it jumps from 100 % to 125 % in on..."
2010‑06‑25
3,255 views
"I have modified the alternating row quckstart example so that it only highlights one row. Within the AlternatingRows..."