2005‑08‑07
3,429 views
"I need to use a Regex to check for a literal "$" in a string. But since $ is used in Regex Patterns, I'..."
2005‑08‑09
2,382 views
"Continuing my adventure into snippets --- if I have the lexical engine parse things between $$, it is working okay no..."
2005‑08‑08
2,546 views
"I've got a Lexical Parser (though it still doesn't work with $) that I want to highlight things, but I wanted..."
2005‑07‑31
5,076 views
"Are there any plans to include support for Visual Studio 2005's 'Code Snippet' Technology within SyntaxEd..."
2005‑08‑06
2,335 views
"Any plans to add an engine for refactoring syntax code in the future?"
2005‑08‑06
2,440 views
"I'm trying to use KeyTyping to capture when the user hits the K key while holding the Ctrl key ..how can this be ..."
2005‑08‑06
2,840 views
"If you create an IntelliPrompt list with only one item, it just isn't drawn right. It's too big and extends f..."
2005‑08‑06
2,154 views
"This is a nice property ,but how do I tell it to use two colors like Visual Studio 2005? Green code is saved code, an..."
2005‑08‑03
2,493 views
"I have a somewhat expensive call that I want to use to format the text prior to it being inserted into the editor. I..."
2005‑08‑03
2,360 views
"How can I determine if the cursor is within a SpanIndicator?"
2005‑08‑03
2,241 views
"Is it really neccesary to enforce that ALL of the ActiproSoftware .dll's have to be in EVERY project using one of..."
2005‑08‑02
2,240 views
"Hi,
I have written my IDE for my programming language, but am unsure how to deploy it.
The other components I h..."
2005‑08‑01
2,425 views
"IndicatorMarginClick responds to a left mouse button click and returns the corresponding line number - good.
However..."
2005‑08‑01
2,653 views
"I am still trying to figure out how to create my own line indicators and got halfway stuck.
I inherited from spani..."
2005‑07‑31
2,219 views
"While I realize that there is the help file included with SyntaxEditor, it would be nice for the code itself to have ..."
2005‑07‑18
3,012 views
"There is significant performance issue with scrolling through a document in the syntax editor with the arrow keys. Wi..."
2005‑07‑31
2,408 views
"Hi,
I am after a method of
1). Going through every line in the document
2). Going through every word/token in t..."
2005‑07‑31
2,460 views
"Hi,
I am after a method of
1). Going through every line in the document
2). Going through every word/token in t..."
2005‑07‑30
5,416 views
"The default parsing information with the SyntaxEditor tutorials shows how to do quite a bit of highlighting with C# c..."
2005‑07‑30
4,221 views
"I'm still very new to SyntaxEditor, and have been scrutinizingly reviewing the samples, but I'm still confuse..."