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

  Date Thread Details
2004‑05‑14
3,487 views
"When a user saves, I am programmatically inserting/modifying text into a collapsed region. When this happens the out..."
2004‑05‑10
3,404 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
3,753 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,310 views
"I have an ExplicitPatternGroup called "FunctionsGroup" that is defined in my syntax XML file, which I'm..."
2004‑05‑07
3,244 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,480 views
"I've tried the following, but it doesn't appear to be working. Ideas? SyntaxLanguage syntaxLanguage = edit..."
2004‑04‑30
3,383 views
"When a trigger fires (for a '.', for example) I'm looking for the previous word. Using: Editor.Document..."
2004‑04‑29
3,345 views
"Hi Again, How can I indent text in the IntelliPrompt. I'm building the string with a StringBuilder... St..."
2004‑04‑28
3,846 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,130 views
StateTransition by MJA
1 reply (20 years ago)
"What's the using of the child tag (RegexPatternGroup) for the StateTransition keyword ?"
2004‑04‑27
3,118 views
"Some of my tokens starts with ?. How to define them in the list of tokens (<ExplicitPatterns> ... &..."
2004‑04‑27
3,449 views
Caret width by Jeff Key
1 reply (20 years ago)
"Is there a way to adjust this? We use the control as a textbox and the caret is wider than the other textboxes' ..."
2004‑04‑23
4,195 views
"I've looked all over for how to auto indent. I see the reference to the editor.smartindent event but it contains ..."
2004‑04‑22
3,835 views
"I have requested a feature last year with the previous version of the editor. it was to make the text between to sp..."
2004‑04‑22
3,140 views
"Most of the language samples provided break down the Keywords into three groups via startswith: A-H I-R S-Z, for exam..."
2004‑03‑30
4,040 views
"I have an XML file that is about 1.5 megs. I am not even using a language file, and the file still takes a good 7 se..."
2004‑04‑20
3,254 views
"First of all, just want to say this is quite an upgrade! Am still sifting through all the changes and so far, everyt..."
2004‑04‑14
4,825 views
"In 2.0, how about allowing for a handler of the TextChanging event to cancel the event? Currently, DocumentModificat..."
2004‑04‑17
3,133 views
"We've released the final version of 2.0. Thanks to everyone who contributed comments. See our posting in the An..."
2004‑04‑15
3,366 views
"How do I nest one state in another state? For example, print "blah blah <<expression>&am..."