|
|
2004‑06‑11
3,786 views
|
"I'm trying out the new CustomHighlightingStyle feature added in v2.0.0105 and believe I found a couple of bugs.
..."
|
|
|
2004‑06‑18
3,975 views
|
"In the sample app, if you select some text and hit ctrl-c (copy), then click in the console window at the bottom (eve..."
|
|
|
2004‑06‑16
3,816 views
|
"Hi,
How do I define multi-line comments starting with "comment {" and ending with "}"?
I tr..."
|
|
|
2004‑06‑16
3,985 views
|
"Is it possible in SyntaxEditor to show the error/info squigglies that VS.NET and some other applications show under c..."
|
|
|
2004‑06‑15
3,962 views
|
"I defined a SectionState which looks ahead to either the next SECTION keyword or document end to close its scope. The..."
|
|
|
2004‑06‑14
4,115 views
|
"I defined following end scope pattern:
PatternValue="\n" LookAhead="(( *\n)|(#IF.*\n))*SECTION"
..."
|
|
|
2004‑06‑12
3,740 views
|
"Trying to create syntax definition file for this:
SECTION s1
a=1
!comment
SECTION s2
b=1
I created 2 states: ..."
|
|
|
2004‑06‑10
4,311 views
|
"Two questions:
#1 - Does the regex engine support the \r\n escapes in find/replace? I would like to be able to add ..."
|
|
|
2004‑06‑09
3,946 views
|
"I have the following line in my document:
begin -- comment
And I have the following states:
<State ..."
|
|
|
2004‑06‑04
3,793 views
|
"This will be somewhat difficult to explain, but there are situations under which multiple lines of text are selected,..."
|
|
|
2004‑06‑02
4,255 views
|
"I am running into errors that are occurring in the ProcessCmdKey handler that are causing me some problems.
I am c..."
|
|
|
2004‑05‑28
4,416 views
|
"Your example language file for VB.Net doesn't support Region outlining.
When will you guys address the outlini..."
|
|
|
2004‑06‑01
4,217 views
|
"I have overridden GetTokenOutliningAction in order to enable expanding and collapsing for XML nodes. My method looks ..."
|
|
|
2004‑05‑29
3,737 views
|
"I have a bunch of autoreplacements defined for my application and they all begin with !. So a replacement may be !fn..."
|
|
|
2004‑05‑27
4,044 views
|
"Is there a way to change a token's HighlightingStyle ForeColor during semantic parsing (PostParse method)?
The..."
|
|
|
2004‑05‑28
3,632 views
|
"If I do some selection operation on the AutoReplacePerformed event the selection is replaced with the character that ..."
|
|
|
2004‑05‑27
3,933 views
|
"Is there anything special to do to SyntaxEditor to get it to load non-ASCII documents (ie. 1250 Code Page) documents ..."
|
|
|
2004‑05‑26
3,833 views
|
"I'm going to implement Code Snippets similar to the whidbey. For example when I write foreach I would like to rep..."
|
|
|
2004‑05‑07
4,750 views
|
"I just downloaded the evaluation version of the SyntaxEditor control, and I've been poking around in the included..."
|
|
|
2004‑05‑25
3,880 views
|
"I would like to control tabbing.
If the user presses the TAB key between character position 0 to 5, the caret must ..."
|