|
2013‑08‑27
3,451 views
|
"I use a SyntaxEditor with CSharpSyntaxLanguage.
How can I change the horizontal position of the completion popup ?"
|
|
2013‑09‑07
2,874 views
|
"Hi, I am currently building a grammar for a scripting language and I am very happy with the tools. I do have one qui..."
|
|
2013‑09‑20
2,809 views
|
"Hey,
I wish to supply a different implementation for the SelectAll Command and I thought to implement it by capturi..."
|
|
2013‑09‑10
3,014 views
|
"i need to change current line number from code .
is there any property for that."
|
|
2013‑09‑09
3,027 views
|
"I need to change current line dynamically and and set background color to that line.
How to do this one."
|
|
2013‑09‑09
2,526 views
|
"Document.CurrentSnapshot.Lines[3] is not showing any Text property to read line.
what i need to do get line?"
|
|
2013‑09‑04
2,574 views
|
"Hello.
I want to make some kind of background preinitialization of syntax editor, so the first initialization take..."
|
|
2013‑08‑25
4,185 views
|
"Hi,
I have a development studio with MDI interface, with full intellisense and parsing features in c#. As soon as I..."
|
|
2011‑02‑25
7,509 views
|
"Hello
We are currently building an application which needs to rehost Microsofts Workflow Foundation 4.0 Designer. ..."
|
|
2013‑08‑19
2,628 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
3,957 views
|
"Hey,
I am looking into building a small interpreter using SyntaxEditor and I was wondering how, if possible, could ..."
|
|
2013‑07‑31
3,126 views
|
"We have a SyntaxEditor component hooked up to a custom programmatic lexer. Document navigation is rather slow and it ..."
|
|
2011‑07‑21
3,508 views
|
"Hi,
When I opening a 600 item CompletionSession takes 0.3 seconds (not including initializing the session), it loo..."
|
|
2013‑07‑19
3,812 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,414 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,372 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,851 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,477 views
|
"Hello,
there is a bug with the FindNext (and also ReplaceNext) method :
public void testFindNext() {
..."
|
|
2013‑07‑17
2,741 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,618 views
|
"This is reproducable in the Sample Browser (QuickStart 10)
1. Start typing (e.g. "Inc" for Increment) and then requ..."
|