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

  Date Thread Details
2013‑07‑16
2,752 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,699 views
Static by CodyVanZant
1 reply (12 years ago)
"http://www.actiprosoftware.com/community/thread/5647/change-scrollviewer-root-background#20739 We've recent gone fr..."
2013‑07‑15
3,624 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,696 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,632 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
2,803 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,003 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
2,965 views
"I created a custom filter which basically does the same as what happens if "canFilterUnmatchedItems" is true. In c..."
2013‑05‑29
2,726 views
"From the documentation: > Gets or sets whether the session can immediately commit if a single match is made when..."
2013‑05‑29
2,332 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,283 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,514 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,442 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,195 views
"When attempting to search using Regular Expressions and built-in .NET character classes, I'm getting some errors back..."
2013‑05‑15
3,049 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,602 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
2,716 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,643 views
"Is there a built-in command for showing the find/replace dialog? Thx,Nick."
2013‑05‑06
3,026 views
BINDING by A A
(12 years ago)
"I have this problem : .XAML file <syntaxeditor:SyntaxEditor Text="{Binding Text, UpdateSourceTrigger=Proper..."
2009‑10‑30
3,262 views
"Hi Defining "START" as a keyword, I understand that the lexer recognizes "start" also as a key..."