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

  Date Thread Details
2023‑01‑18
344 views
"Hi Team, We have converted our application to become high dpi aware, where the scrollbars of syntax editors are not..."
2023‑01‑11
336 views
"Hi, If I have a couple of lines of code with a bookmark on one of them, using the ALT+UP or ALT+DOWN to move non-bo..."
2022‑11‑08
323 views
"Hi, I'm using the Syntax Editor with javascript langauge plugin. Can I have it that when I select a piece of text ..."
2022‑11‑02
334 views
"Hi, In your sample application, the "Indicators - Bookmark" example highlights an issue with with the "previous boo..."
2022‑10‑28
327 views
"Hi, I have a question about text being highlighted when the Find/Replace is active. Steps: Run the SDI Code E..."
2022‑10‑21
377 views
"Hi I'm trying to add an external reference (.cs file) to my "SyntaxEditor" (c#) project. How can I do? Thanks i..."
2022‑10‑06
425 views
"Hi, When raising the MenuRequested event, the event argument SyntaxEditorMenuEventArgs can get the location of the ..."
2022‑09‑20
499 views
"Currently I am working on an implementation of a custom Syntax language. The SampleBrowser provides great examples, b..."
2022‑04‑18
577 views
"I enter the following code in syntax editor: Dim r As Row = Tables("a").Current If r IsNot Nothing Then For Ea..."
2022‑06‑26
480 views
"Hello, I would like to upgrade SyntaxEditor in my application from 4.0 to 22.1, but structure of the new SyntaxEdi..."
2022‑06‑08
469 views
"This is the test code: Dim ss As String With ss . End With Dim ss As String With ss Select Case . End With ..."
2022‑03‑17
552 views
"Hello. I upgraded to V22. 1.1, the bug on the with statement became more serious. This is the test code: Dim abcd ..."
2022‑03‑18
560 views
"Hello, Is there any way to generate all cache files(*. reflection. dat) through code. When a large number of librar..."
2022‑03‑14
649 views
"Hello. This is a piece of code in my program: If AmbientParseRequestDispatcherProvider.Dispatcher Is Nothing Then ..."
2022‑03‑15
548 views
"For VB, the autocomplete list should not appear after the keyword "for" and "each". If it does, the autocomplete list..."
2022‑03‑11
606 views
"This error often happens. I can meet it many times a day: System.NullReferenceExceptionHResult=0x80004003Message=ob..."
2022‑03‑09
386 views
"Much like my question about customising the scroll bars, is it possible to theme the NavigableSymbolSelector?"
2022‑03‑08
495 views
"Hello, here is the code for testing: For Each c As Char In "abcd" Next d In the first line after the Next sta..."
2022‑03‑08
441 views
"I have updated to v2022.1, but there still appears to be no functionality to change the scrollbar theme/skin/colour. ..."
2022‑02‑28
418 views
"Hello。 This is the code for testing: Dim abcd As String With abcd With .Substring(2) With .Substring(2) E..."