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

  Date Thread Details
2007‑05‑11
3,840 views
"When a function use an array of class, the comment doesn't display in the syntax editor. It was tested in your o..."
2007‑05‑08
3,680 views
"Please type in your sample SDI Editor Application the following code: public delegate void Zzz(); . A null refer..."
2007‑05‑06
3,885 views
"Hi there, just wondering if there is a way to perform code beautification/reformat just like vs.net does it for you...."
2007‑05‑02
3,927 views
"I am afraid I found one more little problem with intellipropmt here is a snippet: string file = @"notepad.It t..."
2007‑04‑23
3,509 views
"Hi, When I write an unsafe code like this public void Function(byte a) { } public unsafe void Functi..."
2007‑04‑23
3,583 views
"Hi, I know there are many bug reports about arrays, but I'm not sure this one has been noticed. public void T..."
2007‑04‑18
4,441 views
"I'm trying to build some sort of class view based on DocumentOutlineTreeView in the original example. I want to d..."
2007‑04‑19
3,703 views
"Hello, I think there is a problem in the autocompletion module : ClassName[] c = new ClassName[10];and after when..."
2007‑04‑17
4,801 views
"The following seems to be occuring when I have - put some code in the SE, - it gets semantically parsed (Semantic..."
2007‑04‑17
4,014 views
"I have a class which I show in the editor. What is the best way to programatically add a method to this class. Can I ..."
2007‑04‑12
4,220 views
"It appears that the Intelliprompt doesn't work with arrays. Actually it works perferect for string[] data; b..."
2007‑04‑13
3,806 views
"I seem to run into a problem which I am not totally sure I've approached from the right angle in the first place...."
2006‑12‑21
6,513 views
"Hi, I am experiencing an issue when I call the DotNetProjectResolver.AddExternalReferenceForSystemAssembly() metho..."
2007‑04‑11
4,330 views
"Hello actipro, I think i have detected a bug in the "summary display" during the autocompletion. I prov..."
2007‑04‑09
3,642 views
"Do you have and way of dealing with Imported Namespaces? Leif"
2007‑04‑09
3,200 views
"It would be real nice to have a list of all root astnodes and then a list of all keys. Also if i load a file via S..."
2007‑04‑06
3,632 views
"Hi, It seems, that Quick Info isn't displayed for constants. class MyClass { private const string MyC..."
2007‑04‑04
3,932 views
"Hello. I use abilities of .Net Addon with C#, you made a great work thx! But I have some troubles with IntelliSens..."
2007‑03‑23
6,101 views
"Hi, We are currently experiencing an issue when calling DotNetProjectResolver.AddExternalReference on an assembly ..."
2007‑04‑03
3,448 views
"with the following code Namespace DesignerHostSample Public Class Form1 Public Sub X end sub..."