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
2020‑02‑05
722 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
692 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
751 views
"The old version had a SyntaxEditor.DocumentOutliningNodeExpandedChanged event. I am struggling to find an equivalent ..."
2020‑02‑04
737 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
833 views
"We are migrating from SyntaxEditor version 287 to 400. When using TextViewDrawContext.DrawImage, the glyph has artifa..."
2020‑01‑27
831 views
"Hi, I try to register an additonal CompletionProvider to the VBSyntaxLanguage. The constructor of a CompletionProvi..."
2019‑12‑03
814 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
873 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
826 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
814 views
"Hi, I stumbled across the following issue. I use code like this: int SelectionStart = textBox.SelectedView.Select..."
2019‑01‑22
992 views
"Please consider a property that allows one to set the LineNumberMargin back color. Thanks."
2019‑01‑22
990 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,120 views
"Hello team, can I capture this? My environment is winform, syntax editor Version 16.1.0330. Paris in the t..."
2018‑09‑20
987 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,255 views
"Hi, I would like to implement Go To Definition functionality. Is it possible?How? Thanks."
2018‑08‑22
917 views
"Hello,When using the SyntaxEditor, the FindNext and ReplaceNext methods of the "SyntaxEditor.ActiveView.Searcher" tak..."
2018‑08‑15
1,065 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,173 views
"Hello team, 1. Is there any article to migrate parser generated by ANTLRv4 with Syntax editor? 2. Could you ..."
2018‑07‑23
1,140 views
"Hi, Is it possible to retrieve the parameters types of a function, along with the function name on a SyntaxEdit..."