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

  Date Thread Details
2007‑09‑01
2,826 views
"Hi, I am trying to use SyntaxEditor to replicate the functionality of the Outlook 'To' address field, i.e...."
2007‑08‑31
2,971 views
"I looked thru the forums and didn't see the bug I am experiencing reported. I have the syntax editor placed on..."
2007‑08‑30
2,680 views
"Hi, Can someone help on a problem... I have a class : public class AAA { string b; public void myM..."
2007‑08‑30
2,486 views
"The tooltip remains when the focus is somewhere else; steps to reproduce: 1) Open up the example application 2) A..."
2007‑08‑29
2,893 views
"Currently we keep the languages inside our assembly resources. When loading them we use the DynamicSyntaxLanguage.Lo..."
2007‑08‑29
2,801 views
"I was reading this "old" thread about ASP.NET language syntax . Because of new requirements we must supp..."
2007‑08‑29
3,201 views
"Actipro, Somewhere on this forum I have read that it's possible to parse some text without using the syntax ed..."
2007‑08‑29
2,167 views
"I would really like that when typing: MyClass myclass = newIntelliprompt would be smart enough to position (by defau..."
2007‑08‑29
2,272 views
"Using CSharpSyntaxLanguage from AddOn. I have configured the member list to be CaseSensitive: editor.IntelliPromp..."
2007‑08‑24
2,343 views
"Hi, In other editor components, you may enable or disable an option called ConvertTabsToSpaces - in SyntaxEditor, ..."
2007‑08‑21
3,267 views
"There is SyntaxEditorRenderer.OutliningIndicatorBackColor/ForeColor. These affect the outlining indicators as you wo..."
2007‑08‑21
3,025 views
"Perhaps there's already a way to do this, but I haven't found one yet. There are several things I'd li..."
2007‑08‑23
3,102 views
"I am using the syntax editor control to do syntax highlighting in our application & I want the user to be able to..."
2007‑08‑23
2,825 views
"Hey, I have some locations in my document that I'm using SpanIndicators to color text and I also display a too..."
2007‑07‑26
4,573 views
"Hi Still working on my VBScript grammar, mostly working fine but I have struck a roadblock to completing the gramm..."
2007‑08‑21
2,739 views
"I have outlining working based on a Statement class derived from AstNodeBase. I would like the statement to displa..."
2007‑08‑15
3,857 views
"Hello, I'm using a dynamic langauge (combination of two languages with a start and end delimiters). I had a pr..."
2004‑12‑16
3,415 views
Text color by GLarson
3 replies (18 years ago)
"How do I set the text color if I am not using a Language for syntax highlighting? The ForeColor property doesn't ..."
2007‑08‑14
2,940 views
"Hi Just installed build 258 and copied the change to PerformAutomaticOutlining from the simple language into my vb..."
2007‑08‑18
3,867 views
"Hi, I have an 'advanced' SyntaxLanguage based mainly on the NonMergable CSharpSyntaxLanguage example that ..."