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

  Date Thread Details
2013‑07‑05
3,002 views
"This is reproducable in the Sample Browser (QuickStart 10) 1. Start typing (e.g. "Inc" for Increment) and then requ..."
2013‑07‑16
3,085 views
"Hi. I'd like to implement a highlighting style similar to the default selection style. In that style, if the select..."
2013‑07‑15
3,042 views
Static by CodyVanZant
1 reply (13 years ago)
"http://www.actiprosoftware.com/community/thread/5647/change-scrollviewer-root-background#20739 We've recent gone fr..."
2013‑07‑15
3,943 views
"Is there a way to programatically call the command that is called when 'Find Next' button is clicked? I'd like it to ..."
2012‑05‑22
4,050 views
"There were a few old questions about this but nothing looked like a definitive answer. I have a EditorSearchView in a..."
2013‑07‑05
3,950 views
"It came to my attention that nothing happens if I hit Home/End when being in the completion list. I'd expect to jump ..."
2013‑06‑27
3,123 views
"I had built a spell checker using an earlier version of the SyntaxEditor that relied on the fact that the token aggre..."
2013‑06‑04
3,346 views
"I'd like to run a default filter when the standard filters do not return any items. Ex.: - Standard filter remove..."
2013‑05‑29
3,296 views
"I created a custom filter which basically does the same as what happens if "canFilterUnmatchedItems" is true. In c..."
2013‑05‑29
2,984 views
"From the documentation: > Gets or sets whether the session can immediately commit if a single match is made when..."
2013‑05‑29
2,673 views
"1. Open the SyntaxEditor example in the Actipro WPF Controls Sample Browser 2. Select the first line by clicking an..."
2013‑05‑15
3,616 views
"I am working on a non-mergeable lexer by implementing the ILexer interface. I've run into a few problems, the first..."
2013‑05‑16
3,876 views
"I'm having an issue loading some large log files (around 100 MB of straight text). In my main application, I'd notice..."
2013‑05‑15
2,765 views
"Is the source code for the Language designer available? There are a couple of modifications that I would like to ad..."
2013‑05‑15
3,537 views
"When attempting to search using Regular Expressions and built-in .NET character classes, I'm getting some errors back..."
2013‑05‑15
3,410 views
"This issue can be seen in the SampleBrowser, SyntaxEditor GettingStarted Examples 10 and 11. As an image is more me..."
2013‑05‑10
4,063 views
"Hi,I'm having a really odd issue with my Syntax Editor...If I type and add text like normal, everything acts as expec..."
2013‑05‑14
3,154 views
"Hey, I was just wondering if there's a property in the editor that retains what EOL terminators were part of the do..."
2013‑05‑08
4,035 views
"Is there a built-in command for showing the find/replace dialog? Thx,Nick."
2013‑05‑06
3,423 views
BINDING by A A
(13 years ago)
"I have this problem : .XAML file <syntaxeditor:SyntaxEditor Text="{Binding Text, UpdateSourceTrigger=Proper..."