|
2013‑08‑19
2,740 views
|
"There appears to be some sort of auto indent functionality under which a tab character is added when the Enter key is..."
|
|
2013‑07‑26
4,062 views
|
"Hey,
I am looking into building a small interpreter using SyntaxEditor and I was wondering how, if possible, could ..."
|
|
2013‑07‑31
3,226 views
|
"We have a SyntaxEditor component hooked up to a custom programmatic lexer. Document navigation is rather slow and it ..."
|
|
2011‑07‑21
3,626 views
|
"Hi,
When I opening a 600 item CompletionSession takes 0.3 seconds (not including initializing the session), it loo..."
|
|
2013‑07‑19
3,931 views
|
"Hello,
how can I access the lines of the Document?
I don't find a property like "Lines" (Collection of lines)
I..."
|
|
2013‑06‑26
5,549 views
|
"Hello
I was previously a very enthusiatic user of SyntaxEditor for WinForms - and when I needed to implement an edi..."
|
|
2013‑07‑20
3,468 views
|
"I have a syntax language that uses the XML add-on as the primary language, and then uses control sequences to enable ..."
|
|
2013‑07‑17
3,965 views
|
"I have scroll performance issue in SyntaxEditor.
When scroll page-down the editor with the code of 10,000 line, per..."
|
|
2013‑07‑17
3,606 views
|
"Hello,
there is a bug with the FindNext (and also ReplaceNext) method :
public void testFindNext() {
..."
|
|
2013‑07‑17
2,847 views
|
"Is there a way to match the most frequently completed items first like in visual studio? I guess if it isn't availabl..."
|
|
2013‑07‑05
2,728 views
|
"This is reproducable in the Sample Browser (QuickStart 10)
1. Start typing (e.g. "Inc" for Increment) and then requ..."
|
|
2013‑07‑16
2,829 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,751 views
|
"http://www.actiprosoftware.com/community/thread/5647/change-scrollviewer-root-background#20739
We've recent gone fr..."
|
|
2013‑07‑15
3,708 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,784 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,700 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,855 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,066 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,016 views
|
"I created a custom filter which basically does the same as what happens if "canFilterUnmatchedItems" is true.
In c..."
|
|
2013‑05‑29
2,768 views
|
"From the documentation:
> Gets or sets whether the session can immediately commit if a single match is made when..."
|