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

  Date Thread Details
2004‑10‑26
2,752 views
"Hi, In my application it is possible to load different type of expressions. Each expression type has it's own ..."
2004‑10‑26
2,417 views
Undo Redo help by bnott
2 replies (20 years ago)
"What is the best way to listen for when the undo\redo stack's change, so i can update my toolbar buttons appropri..."
2004‑10‑24
2,543 views
"I finally just realized what feels so wrong about it. The selection occurs after the mouse comes up on the second cl..."
2004‑10‑26
2,518 views
"I want to place content divider after "End Sub". I know I need to make some changes at the language definit..."
2004‑10‑25
6,499 views
"How about a way to add a KeyActionMapping that maps a key to a delegate?"
2004‑10‑26
2,671 views
"I am getting the following error when the SyntaxEditor control receives focus. It doesn't happen that often and ..."
2004‑10‑25
3,805 views
Intellisense by Grut
4 replies (20 years ago)
"Does anyone have a solution to externalize all the intellisense data : I don't want to test each language to kn..."
2004‑10‑25
2,414 views
"It seems that if I set this to False in the designer, it doesnt really stick. I have to reset it back to false after..."
2004‑10‑25
2,542 views
"Hello, How can I use the StateTransition tag to transition to a language that is a file that is an assembly embedd..."
2004‑10‑25
2,251 views
"Hello, I am extending the XML language you provide. Right now what I am trying to do is make certain tags, based ..."
2004‑10‑24
2,606 views
"Feature request that copying be extended to also put HTML and RTF formats on the cliboard when copying. Thanks."
2004‑10‑23
2,387 views
"When i change the SelectionMarginWidth, the drawing of the [+][-] goes proportional to the size change. This unfortu..."
2004‑10‑22
2,529 views
"When I type a word that is not a member of the IntelliPromptMemberList items and then press "(". IntelliPr..."
2004‑10‑19
4,458 views
"I am working on an XML parser for Python, but am having trouble with the multi-line triple-quoted strings. Has anyon..."
2004‑10‑18
2,994 views
"I am attempting to implement the SyntaxEditor in an application that displays pre-formatted files. These files begin..."
2004‑10‑21
2,474 views
"does the SyntaxEditor support CTRL+UP and CTRL+DOWN functionality like VS.NET? I've tried implementing my own ..."
2004‑10‑20
2,980 views
"Hi ! I try to use russian characters in the XML definitions and recive error message: Unhandled Exception: Syste..."
2004‑10‑19
2,893 views
"What is the best way to trap the ENTER key? When using the key events fired by the SyntaxEditor, the ENTER key is co..."
2004‑10‑17
3,163 views
"Hi, I am currently reviewing the parser within an existing server application (non-visual). I was wondering whe..."
2004‑10‑15
2,607 views
"Hi, I implemented a "hover tip" for many tokens in my document. To display the hover tip, I use an Info..."