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
2007‑09‑27
2,844 views
"Dear actipro, I have a memory stream containing the following: Public Class $itemname$[][][][]End Class[][]where ..."
2007‑04‑17
3,163 views
"Hi, Creating a dynamic language and have a quick question. Have the following defined for multiline comments and ..."
2007‑09‑27
2,601 views
"Hi, I want to Highlight a specific word in a Text laoded in SyntaxEditor control. Can we do this ? Thanks in a..."
2007‑09‑26
2,779 views
"In my application, when the user makes certain changes via the UI, I rewrite a portion of the code in the editor for ..."
2007‑09‑25
3,365 views
"I have upgraded to the latest version v.0.0260 and I am trying to utilize the DynamicSyntaxLanguage with my existing ..."
2007‑09‑25
2,554 views
"Is GetText(LineTerminator.NewLine) the correct way to get document text that is consistent with the offsets in your p..."
2007‑09‑18
3,196 views
"The ContextMenuStrip property seems to be being ignored - well sort of!! If, in the demo application, I add a cont..."
2007‑09‑18
3,062 views
"Does anyone know how to set the default color in a StandardColorPicker control, actually I can't seem to find it ..."
2007‑09‑17
2,650 views
"In VB in VS when i type a call to a function it automatically adds "()" at the end of the call. for instanc..."
2007‑08‑31
2,882 views
"why is my implementation crashing when ever i remove then try to add the "()" after the statement "..."
2007‑09‑12
2,844 views
"I'm attempting to share the AST between two languages, and the grammar code generation is causing some grief beca..."
2007‑09‑12
2,668 views
"Does Document.SyntaxLanguageChanged get fired? I tried catching it and it doesn't seem to get fired, at least ..."
2007‑04‑12
4,816 views
"How would I go about adding additional keywords, datatypes, etc... to a DynamicSyntaxLanguage instance after it has b..."
2007‑09‑10
5,272 views
"Environmental.NewLine and TextRanges In my project i have a class that uses System.String and StringBuilder for do..."
2007‑09‑10
3,160 views
"Hi, I have an editor using CsharpLanguage (add-on). The intelliprompt memberlist appears and works correctly w..."
2007‑08‑20
3,027 views
"Anyone know how to mimic, or get close to the "Terminal, 10pt" font you can use in Visual Studio? It's ..."
2007‑09‑05
2,861 views
"I was expecting AddReflectionForTypeMembers to fill the "Description" based on the property Help Summary. I..."
2007‑09‑03
3,521 views
"Hi, I've taken your previous advice and started to work on a very simple extension of the CsharpLanguage (add-o..."
2007‑09‑02
3,200 views
"Hi I've been working on a VBScript syntax language for the last few months (not full time) and I'm about t..."
2007‑09‑01
3,930 views
"I have subclassed DynamicSyntaxLanguage and set IntelliPromptCodeSnippetsSupported property to true. I used the prote..."