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

  Date Thread Details
2013‑07‑16
3,022 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
2,971 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,892 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
3,983 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,891 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,065 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,284 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,226 views
"I created a custom filter which basically does the same as what happens if "canFilterUnmatchedItems" is true. In c..."
2013‑05‑29
2,931 views
"From the documentation: > Gets or sets whether the session can immediately commit if a single match is made when..."
2013‑05‑29
2,616 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,548 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,812 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,694 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,470 views
"When attempting to search using Regular Expressions and built-in .NET character classes, I'm getting some errors back..."
2013‑05‑15
3,340 views
"This issue can be seen in the SampleBrowser, SyntaxEditor GettingStarted Examples 10 and 11. As an image is more me..."
2013‑05‑10
3,988 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,090 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
3,995 views
"Is there a built-in command for showing the find/replace dialog? Thx,Nick."
2013‑05‑06
3,364 views
BINDING by A A
(13 years ago)
"I have this problem : .XAML file <syntaxeditor:SyntaxEditor Text="{Binding Text, UpdateSourceTrigger=Proper..."
2009‑10‑30
3,623 views
"Hi Defining "START" as a keyword, I understand that the lexer recognizes "start" also as a key..."