SyntaxEditor for Windows Forms

Discussion Forums

Post about SyntaxEditor for Windows Forms suggestions, bugs, workarounds, and request support in this forum.

Please note that while we value customer input in this forum and it does help guide our development efforts, it may not always represent our actual priority list.

New Question New Problem New Idea

Threads (2,124)

  Date Thread Details
2005‑08‑07
3,482 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,429 views
"Continuing my adventure into snippets --- if I have the lexical engine parse things between $$, it is working okay no..."
2005‑08‑08
2,595 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,149 views
"Are there any plans to include support for Visual Studio 2005's 'Code Snippet' Technology within SyntaxEd..."
2005‑08‑06
2,387 views
"Any plans to add an engine for refactoring syntax code in the future?"
2005‑08‑06
2,477 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,935 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,214 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,592 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,467 views
"How can I determine if the cursor is within a SpanIndicator?"
2005‑08‑03
2,304 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,338 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,540 views
"IndicatorMarginClick responds to a left mouse button click and returns the corresponding line number - good. However..."
2005‑08‑01
2,764 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,362 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,082 views
"There is significant performance issue with scrolling through a document in the syntax editor with the arrow keys. Wi..."
2005‑07‑31
2,457 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,515 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,473 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,270 views
"I'm still very new to SyntaxEditor, and have been scrutinizingly reviewing the samples, but I'm still confuse..."