SyntaxEditor .NET Languages Add-on for Windows Forms

Discussion Forums

Post about SyntaxEditor .NET Languages Add-on 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 (274)

  Date Thread Details
2008‑08‑08
4,010 views
"I have the class on C#. E.g it contains the property 'A': private string a_; public string A { get ..."
2008‑08‑07
4,723 views
"1) Does SyntaxEditor have ability for Automatic formatting C# code ? I made the following settings for language o..."
2008‑07‑29
5,105 views
"Hi, all. I have the class on С# (body) that is in correct state. How can I parse its body to have the correspondi..."
2008‑07‑31
6,097 views
"Hi guys, DotNetProjectResolver fails to resolve System.Data.Linq system assembly even thoug the application is mar..."
2008‑07‑29
4,485 views
"I would like intelli-sense to show when using the Handles clause. Private Sub MyObject_MyEvent(sender As Object, e..."
2008‑05‑23
5,099 views
"Guys I use this drop down to show multiple Document instances which are switched back and forth by caching them fo..."
2007‑03‑08
7,137 views
"Quick update... we've implemented indexers for the C# language for the upcoming maintenance release. This is gre..."
2008‑06‑27
4,517 views
"Hi, we've been using the editor with the .net addon for a while now, most of it to great satisfaction. The downs..."
2008‑06‑28
5,176 views
"Hi, All. 1) I am populating a context.SyntaxEditor.IntelliPrompt.MemberList with methods and operators. I am adding ..."
2008‑06‑26
4,201 views
"Hi, All. I unbound the default command for IntelliPrompt like this: for (int index = editor.CommandLinks.Count -..."
2008‑06‑11
5,443 views
"I run into error in my application which can be easy reproduced in your test application Run Quick Start .NET Lang..."
2008‑05‑30
4,070 views
"Here is snippet try { } catch(Exception ex) { ex. // Doesn't show ex members }"
2006‑09‑25
4,314 views
"It would be incredibly useful if you could make intelliprompt work when using the override keyword. In Visual Stud..."
2007‑02‑07
4,135 views
"Hi, I've noticed some defects in IntelliPrompt for VB.NET, when I've typed the code below in SDI Editor: ..."
2008‑05‑13
4,102 views
"I am trying to create extra syntax for comments (beginning with <## and ending with ##>) in the VBSyntaxLanguag..."
2008‑05‑09
3,532 views
"Let's say you have the following text (C#): using System; ...other using statements... public class MyClass ..."
2008‑04‑08
3,733 views
"Hi, I think I found a bug. If you paste the included code into the test application, only 1 of the methods shows up..."
2008‑04‑02
4,348 views
"we are currently developing a medical reporting and research platform that is utilizing your SyntaxEditor control - w..."
2008‑04‑02
3,500 views
"Hi! I've searched the support forums for an answer to this issue, but I haven't been able to find what I&#..."
2008‑04‑01
3,833 views
"I've set up .NET intellisense with automatic member lists. Consider this code in the editor: using System; ..."