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
2006‑08‑31
2,876 views
"SyntaxEditor Version 3.1.212.0 I test this in your sample program, if no pretext and posttext supplied, intellipr..."
2006‑08‑31
2,870 views
"Hi In the documentation there is an example of an implementation for PerformLexicalParse. This has a comment to..."
2006‑08‑31
2,929 views
"Hi Couple of quick questions about the Simple language. 1) Why is the Simple language derived from MergableSynt..."
2006‑08‑17
5,349 views
"We currently have 11 QuickStarts in the SyntaxEditor v4.0 sample project. These QuickStarts are small and focus on c..."
2006‑08‑28
2,907 views
"Hi, The very last word in a document is not coloring correctly unless you add a space or carriage return to the ne..."
2006‑08‑30
2,508 views
"I'm using a SpanIndicator-derived class and override DrawMarks to draw the background. I use a gradient fill with..."
2006‑08‑29
2,904 views
"Hi, I'm loading C# code to editor and try to collapse all regions as by tutorial: protected override void O..."
2006‑08‑27
3,099 views
"We've just made the SyntaxEditor v4.0 beta as well as the .NET Languages Add-on available for purchase so that ea..."
2006‑06‑11
9,602 views
"Hi all, I am using SyntaxEditor v3.1.0210 with .NET 2.0, VS 2005 and Windows XP now. After I imported syntax editor..."
2006‑08‑27
3,212 views
"Hi In the Simple language (4.0 sample) am I right in thinking the CompilationUnit class was manually changed or ha..."
2004‑06‑14
3,176 views
"I encountered a number of difficulties when dealing with scopes that does not have explicit closing keyword. I found ..."
2006‑08‑24
3,080 views
"Hi, I am scratching my head for this one. I am trying to define a language like this: section Options1 Option1..."
2006‑07‑18
6,171 views
"Hello, I will be evaluating your SyntaxEditor control in the next couple of weeks or so. I've noticed a lot of..."
2006‑08‑24
3,042 views
"After _editor.SelectedView.InsertSurroundingText(openingTag, closingTag); the selection gets lost. How do I select..."
2006‑08‑23
2,928 views
"I'm not sure what is right or wrong in this case; suppose that one has a namespace 'MyNamespace' with onl..."
2006‑08‑22
2,515 views
"This may be simple, but I cannot find the answer in the documentation at the moment. I need to have the ability to s..."
2006‑08‑22
3,245 views
"Hi, my company wants to integrate the syntax editor in their software and it's my job to get it working. Af..."
2006‑08‑18
3,611 views
"I am trying to use the SyntaxEditor on some very big files. The example file I am working with is 11MB. This is a..."
2006‑08‑18
3,748 views
"I have a language that does not have explicit terminations for blocks. Blocks are introduced by keywords and there a..."
2006‑08‑21
3,034 views
"Can you include an option to print line modification markers? Thanks."