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,125)

  Date Thread Details
2005‑08‑09
10,744 views
"With this change in v3.0.182 Changed the member list typing selection code to look at the AutoCompletePreText prop..."
2005‑08‑07
3,553 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,466 views
"Continuing my adventure into snippets --- if I have the lexical engine parse things between $$, it is working okay no..."
2005‑08‑08
2,637 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,254 views
"Are there any plans to include support for Visual Studio 2005's 'Code Snippet' Technology within SyntaxEd..."
2005‑08‑06
2,438 views
"Any plans to add an engine for refactoring syntax code in the future?"
2005‑08‑06
2,531 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
3,011 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,265 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,639 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,509 views
"How can I determine if the cursor is within a SpanIndicator?"
2005‑08‑03
2,364 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,386 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,589 views
"IndicatorMarginClick responds to a left mouse button click and returns the corresponding line number - good. However..."
2005‑08‑01
2,814 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,414 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,180 views
"There is significant performance issue with scrolling through a document in the syntax editor with the arrow keys. Wi..."
2005‑07‑31
2,517 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,553 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,514 views
"The default parsing information with the SyntaxEditor tutorials shows how to do quite a bit of highlighting with C# c..."