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,646 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,474 views
"Please type in your sample SDI Editor Application the following code: public delegate void Zzz(); . A null refer..."
2007‑05‑06
3,702 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,725 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,320 views
"Hi, When I write an unsafe code like this public void Function(byte a) { } public unsafe void Functi..."
2007‑04‑23
3,387 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,234 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,533 views
"Hello, I think there is a problem in the autocompletion module : ClassName[] c = new ClassName[10];and after when..."
2007‑04‑17
4,605 views
"The following seems to be occuring when I have - put some code in the SE, - it gets semantically parsed (Semantic..."
2007‑04‑17
3,774 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,000 views
"It appears that the Intelliprompt doesn't work with arrays. Actually it works perferect for string[] data; b..."
2007‑04‑13
3,619 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,297 views
"Hi, I am experiencing an issue when I call the DotNetProjectResolver.AddExternalReferenceForSystemAssembly() metho..."
2007‑04‑11
4,151 views
"Hello actipro, I think i have detected a bug in the "summary display" during the autocompletion. I prov..."
2007‑04‑09
3,453 views
"Do you have and way of dealing with Imported Namespaces? Leif"
2007‑04‑09
3,017 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,403 views
"Hi, It seems, that Quick Info isn't displayed for constants. class MyClass { private const string MyC..."
2007‑04‑04
3,744 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
5,822 views
"Hi, We are currently experiencing an issue when calling DotNetProjectResolver.AddExternalReference on an assembly ..."
2007‑04‑03
3,257 views
"with the following code Namespace DesignerHostSample Public Class Form1 Public Sub X end sub..."