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‑08‑18
3,945 views
"Hi, I have an 'advanced' SyntaxLanguage based mainly on the NonMergable CSharpSyntaxLanguage example that ..."
2007‑08‑17
3,100 views
"If I open EditorViewButtonsForm.cs in VS 2003 designer, the scrollbar buttons (that are the subject of this sample) d..."
2007‑08‑17
2,965 views
"Hello, I would like to write a static function that gets a code and a language name (CSharp, VB, and so on) and re..."
2007‑08‑17
3,110 views
"I'd bet that this question has been answered elsewhere, but after a few hours of searching forums & help, I c..."
2007‑08‑15
3,056 views
"Hi I use XML for dynamic language definition. Defining bracket tokens in following way <ExplicitPatternGroup..."
2007‑08‑15
2,914 views
"Hello, We are working with a language that allows operator characters to be part of the variable names. For example,..."
2007‑08‑15
2,677 views
"We have a language that allows users to define variable names with spaces. Can explicit variable name tokens with sp..."
2007‑07‑11
5,516 views
"I'm having a problem debugging some code that uses the SyntaxEditor. The issue is that after closing the MDI for..."
2007‑08‑14
2,345 views
"Hello, We have our own language that I am creating dynamically. I have reviewed the various programming examples and ..."
2007‑07‑17
3,966 views
"Hello, I tried several options but just could not do it. I want to create a lexical state for a sub language. Sta..."
2007‑08‑14
3,318 views
"Quote: Updated code in OutliningNode.CollapseDescendants and ExpandDescendants to perform much faster when there ..."
2007‑08‑13
2,812 views
"Placing the caret inside a selection (by moving the mouse and left-clicking) does not reset the selection nor does it..."
2007‑08‑09
2,751 views
"Is there support for a regular expression using a Unicode character class (see http://msdn2.microsoft.com/en-us/libr..."
2007‑08‑08
2,891 views
"Hi, I am trying to implement content dividers in an 'advanced' language. I have tried setting the Conte..."
2007‑08‑09
2,856 views
"I noticed that when WhitespaceTabsVisible is true, that the display of tabs fill the entire tab area. Meaning that th..."
2007‑08‑01
3,144 views
"How do we set the background colour of the document? We're using the control as an ultra-powerful textbox but wa..."
2007‑08‑07
2,946 views
"I am evaluating SyntaxEditor for use as a VB.NET editor. One feature I would like to see is auto-completing of block ..."
2007‑07‑31
2,963 views
"Actually, this isn't really about snippets per se, but I'm not sure what to title it. I have a list of typ..."
2007‑07‑30
2,719 views
"I am writing a custom parser. The Lexical parser is passed a text range and determines the tokens and adds them to t..."
2007‑07‑30
3,182 views
"I've just found out about the SyntaxEditor control and it looks like a very good product. As I want to implement..."