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 (270)

  Date Thread Details
2008‑07‑29
3,794 views
"I would like intelli-sense to show when using the Handles clause. Private Sub MyObject_MyEvent(sender As Object, e..."
2008‑05‑23
4,307 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
5,700 views
"Quick update... we've implemented indexers for the C# language for the upcoming maintenance release. This is gre..."
2008‑06‑27
3,830 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
4,513 views
"Hi, All. 1) I am populating a context.SyntaxEditor.IntelliPrompt.MemberList with methods and operators. I am adding ..."
2008‑06‑26
3,558 views
"Hi, All. I unbound the default command for IntelliPrompt like this: for (int index = editor.CommandLinks.Count -..."
2008‑06‑11
4,773 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
3,465 views
"Here is snippet try { } catch(Exception ex) { ex. // Doesn't show ex members }"
2006‑09‑25
3,669 views
"It would be incredibly useful if you could make intelliprompt work when using the override keyword. In Visual Stud..."
2007‑02‑07
3,473 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
3,469 views
"I am trying to create extra syntax for comments (beginning with <## and ending with ##>) in the VBSyntaxLanguag..."
2008‑05‑09
2,893 views
"Let's say you have the following text (C#): using System; ...other using statements... public class MyClass ..."
2008‑04‑08
3,103 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
3,670 views
"we are currently developing a medical reporting and research platform that is utilizing your SyntaxEditor control - w..."
2008‑04‑02
2,863 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,193 views
"I've set up .NET intellisense with automatic member lists. Consider this code in the editor: using System; ..."
2008‑03‑06
4,001 views
Forum software by Alex
1 reply (16 years ago)
"A side question. I am looking for support forum software for my software and I really like the look and feel of this ..."
2008‑03‑04
3,192 views
"Hi, I am new to v4 - just working through required changes for an upgrade from v3 to v4 (lots to do :) ) In run..."
2008‑02‑07
3,383 views
"Hi guys, I am getting this exception when I type . after a variable name (when Intellisense is supposed to appear)..."
2008‑02‑06
3,330 views
"Hello, I have the following code: dotNetProjectResolver = new DotNetProjectResolver(); dotNetProjectResolver.A..."