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

  Date Thread Details
2007‑08‑14
3,172 views
"Hi Just installed build 258 and copied the change to PerformAutomaticOutlining from the simple language into my vb..."
2007‑08‑18
4,017 views
"Hi, I have an 'advanced' SyntaxLanguage based mainly on the NonMergable CSharpSyntaxLanguage example that ..."
2007‑08‑17
3,145 views
"If I open EditorViewButtonsForm.cs in VS 2003 designer, the scrollbar buttons (that are the subject of this sample) d..."
2007‑08‑17
3,012 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,153 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,104 views
"Hi I use XML for dynamic language definition. Defining bracket tokens in following way <ExplicitPatternGroup..."
2007‑08‑15
2,967 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,752 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,625 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,400 views
"Hello, We have our own language that I am creating dynamically. I have reviewed the various programming examples and ..."
2007‑07‑17
4,015 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,356 views
"Quote: Updated code in OutliningNode.CollapseDescendants and ExpandDescendants to perform much faster when there ..."
2007‑08‑13
2,870 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,812 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,938 views
"Hi, I am trying to implement content dividers in an 'advanced' language. I have tried setting the Conte..."
2007‑08‑09
2,903 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,194 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,983 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
3,039 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,777 views
"I am writing a custom parser. The Lexical parser is passed a text range and determines the tokens and adds them to t..."