|
2004‑05‑14
3,845 views
|
"I had a typo in my previous posting, however I can neither edit it nor reply to it. So I post the corrected version a..."
|
|
2004‑05‑15
3,869 views
|
"Is it possible to add a feature so you can go into "block editing" mode so that the cursor spans more than ..."
|
|
2004‑05‑17
3,497 views
|
"Seeing the UndoableInsert method would lead one to believe that the regular InsertText method does not add the item t..."
|
|
2004‑05‑17
3,754 views
|
"Hi,
In my application it is possible to define very simple to complex expressions. The user will be assisted build..."
|
|
2004‑05‑16
4,100 views
|
"I tried to copy something to the clipboard from SyntaxEditor and got the following message:
"The requested cl..."
|
|
2004‑05‑14
3,353 views
|
"Again I am trying to define a SectionState for following constrcut:
SECTION Options
Option1=Val1
Option2=Val2
T..."
|
|
2004‑05‑15
3,547 views
|
"First, I have a question about how to do something.
1. Is there an event that fires whenever the lines displayed ..."
|
|
2004‑05‑14
3,514 views
|
"I am trying to define visual studio style multi-line comment state:
<Scope>
<ExplicitPatt..."
|
|
2004‑05‑13
3,502 views
|
"I am trying to define a SectionState for following constrcut:
Section Options
Option1=Val1
Option2=Val2
T..."
|
|
2004‑05‑14
3,840 views
|
"When a user saves, I am programmatically inserting/modifying text into a collapsed region. When this happens the out..."
|
|
2004‑05‑10
3,674 views
|
"I want to highlight all of the labels in the code.
ie.
labelname:
The label name isn't a specific keyword be..."
|
|
2004‑05‑07
4,065 views
|
"Well, I am trying to convert from v1 to v2 of SyntaxEditor and I have a couple of issues right now.
1. I had this..."
|
|
2004‑05‑07
3,608 views
|
"I have an ExplicitPatternGroup called "FunctionsGroup" that is defined in my syntax XML file, which I'm..."
|
|
2004‑05‑07
3,526 views
|
"I'm using the SyntaxEditor as a textbox in several forms in a MMC-like app. All of the instances use the same syn..."
|
|
2004‑05‑05
3,772 views
|
"I've tried the following, but it doesn't appear to be working. Ideas?
SyntaxLanguage syntaxLanguage = edit..."
|
|
2004‑04‑30
3,668 views
|
"When a trigger fires (for a '.', for example) I'm looking for the previous word. Using:
Editor.Document..."
|
|
2004‑04‑29
3,672 views
|
"Hi Again,
How can I indent text in the IntelliPrompt.
I'm building the string with a StringBuilder...
St..."
|
|
2004‑04‑28
4,307 views
|
"Hi,
I'm having an issue with showing my IntelliPrompt. I'm getting an array index out of range exception...."
|
|
2004‑04‑27
3,457 views
|
"What's the using of the child tag (RegexPatternGroup) for the StateTransition keyword ?"
|
|
2004‑04‑27
3,402 views
|
"Some of my tokens starts with ?.
How to define them in the list of tokens (<ExplicitPatterns> ... &..."
|