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
2009‑04‑13
3,586 views
"I have a block of code that is dynamically generated that seems fine, but, the editor indicates some syntax error (by..."
2009‑04‑10
2,848 views
"I have an assembly that contains 3 namespaces: ns1, ns2 and ns3. I only want to provide intellisense for types in ns..."
2009‑04‑08
2,838 views
"I drop the Syntax editor on a form and wire some events. I drop they TypeMemberDropdownList on the form, set its S..."
2009‑04‑06
2,450 views
"I'm having great difficulty modifying our current production. I'm rather new to this stuff and having a hard..."
2009‑04‑01
3,528 views
"How I can change line number margin font color for printing document? Default green in laser printer copy looks ugly."
2009‑04‑01
2,857 views
"Does it exist?"
2009‑03‑26
2,512 views
"If I have a SyntaxEditor with: syntaxEditor.ScrollBarType = ScrollBarType.Both;And on a blank editor page, or an edi..."
2009‑03‑27
2,888 views
"I have an editor that i am using as a code fragment editor. Very much like the sample project. The problem is that ..."
2009‑03‑26
3,337 views
"I'm sure this is something easy i am missing. But, I just want to set the background color of a readonly editor...."
2009‑03‑24
2,718 views
"In a document where there is an empty string, I get a squiggly under the string and when you hover over it it says: &..."
2009‑03‑24
2,396 views
"Hi, Is there a way to set Line Number Margin Width to auto resize based on number of lines in the editor. The defa..."
2009‑03‑18
3,864 views
"Hello, I would like to ask how to set the encoding (e.g. utf-8, shift-jis, etc) of a newly created SyntaxEditor do..."
2009‑03‑24
2,827 views
UndoRedo by Garik
6 replies (16 years ago)
"How can I implement such feature. In document I change only text, how can I save Undo/Redo actions. I need to save t..."
2009‑03‑19
2,699 views
"I have an issue when using the .SourceProjectContent.LoadForCode() method of DotNetProjectResolver object. The probl..."
2009‑03‑18
2,436 views
"I have a working QuickInfo in my ViewMouseHover handler, but I want to put a hyperlink in the ToolTip. The ToolT..."
2009‑03‑18
2,528 views
"I am not able to get QuickInfo to work. We have our own language XML, and I put IntelliPromptQuickInfoSupported=&q..."
2009‑03‑17
2,801 views
".. .. .. editor.Document.Text = "..source code.."; private void SimpleTest() { // Try and ensure ..."
2009‑03‑17
2,787 views
"I have a trial version and we are getting ready to purchase it... But, I am trying to get a list of the members th..."
2009‑03‑16
2,372 views
"Hi, What is the best way to restrict characters being typed in or pasted in to the Syntax Editor? Our editor sh..."
2009‑03‑09
2,650 views
"Hi, i have to implement an editing features for a custom "pseudo" language with two levels of collapsibl..."