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

  Date Thread Details
2020‑03‑04
722 views
"This can be done in the Demo application supplied, just open the C# example 1. Select lines 13-17 2. Type Ctrl+H ..."
2020‑02‑05
729 views
"In the old version we store data (not related to the underlying syntax language) that was associated with a line on t..."
2020‑02‑05
697 views
"The SyntaxEditor.Scroll event doesn't seem to fire in the new version. I have 2 syntax editors that need to have thei..."
2020‑02‑04
753 views
"The old version had a SyntaxEditor.DocumentOutliningNodeExpandedChanged event. I am struggling to find an equivalent ..."
2020‑02‑04
738 views
"In the old version, scrolling with the mouse wheel worked when the vertical scroll bar was hidden. On the new version..."
2020‑01‑28
836 views
"We are migrating from SyntaxEditor version 287 to 400. When using TextViewDrawContext.DrawImage, the glyph has artifa..."
2020‑01‑27
834 views
"Hi, I try to register an additonal CompletionProvider to the VBSyntaxLanguage. The constructor of a CompletionProvi..."
2019‑12‑03
815 views
"Hi all, Is there a simple way to add squiggled lines in the new SyntaxEditor (v20.1.0400). I checked out the sample..."
2019‑05‑13
874 views
"I have a document window that has a context menu item of "Pin Tab" that I'd like to remove. I can disable or remove..."
2019‑02‑21
828 views
"Hi, is it possible to preserve the highlight colors within the selection? Screenshot 1 Even if I just set the B..."
2019‑02‑14
818 views
"Hi, I stumbled across the following issue. I use code like this: int SelectionStart = textBox.SelectedView.Select..."
2019‑01‑22
996 views
"Please consider a property that allows one to set the LineNumberMargin back color. Thanks."
2019‑01‑22
993 views
"Is there any support to adjust the line spacing, as in making it a little tighter veritcally so more lines can be vis..."
2018‑09‑21
1,123 views
"Hello team, can I capture this? My environment is winform, syntax editor Version 16.1.0330. Paris in the t..."
2018‑09‑20
988 views
"Is it possible to be notified when the user scrolls in the Syntax Editor? I tried handling the Scroll event, but it i..."
2018‑09‑15
965 views
"I am trying to load a TTF font from a PrivateFontCollection. The font is not installed on the system but loaded from ..."
2018‑08‑24
1,260 views
"Hi, I would like to implement Go To Definition functionality. Is it possible?How? Thanks."
2018‑08‑22
923 views
"Hello,When using the SyntaxEditor, the FindNext and ReplaceNext methods of the "SyntaxEditor.ActiveView.Searcher" tak..."
2018‑08‑15
1,068 views
"Hi, Using windows 10, when I open the Editor the Fonts of my application chances. This only happens when I open t..."
2018‑04‑03
2,177 views
"Hello team, 1. Is there any article to migrate parser generated by ANTLRv4 with Syntax editor? 2. Could you ..."