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
2009‑04‑10
3,939 views
"I am using the DotNet addon and i have automatic outlining enabled. All the intelliprompt features seem to be worki..."
2009‑04‑13
3,709 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,939 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,937 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,538 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,617 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,944 views
"Does it exist?"
2009‑03‑26
2,616 views
"If I have a SyntaxEditor with: syntaxEditor.ScrollBarType = ScrollBarType.Both;And on a blank editor page, or an edi..."
2009‑03‑27
2,981 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,435 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,804 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,500 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,986 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,964 views
UndoRedo by Garik
6 replies (17 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,838 views
"I have an issue when using the .SourceProjectContent.LoadForCode() method of DotNetProjectResolver object. The probl..."
2009‑03‑18
2,526 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,647 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,916 views
".. .. .. editor.Document.Text = "..source code.."; private void SimpleTest() { // Try and ensure ..."
2009‑03‑17
2,886 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,448 views
"Hi, What is the best way to restrict characters being typed in or pasted in to the Syntax Editor? Our editor sh..."