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,123)

  Date Thread Details
2007‑04‑27
2,609 views
"I'm currently evaluating the editor for a project where I have to add C# scripting capabilities. While the editor..."
2007‑04‑25
2,598 views
"I have some code in an IntelliPromptMemberListClosing event that will manipuate the selected item's AutoComplateP..."
2007‑04‑23
2,630 views
"Hi, I am using Parser generator to create a parser for our product. In it we have several flavor of variable d..."
2007‑04‑23
2,413 views
"Product Version: SyntaxEditor v3.0.183.0 Hi! I have a version of Actipro SyntaxEditor 3.0.183.0, I try building..."
2007‑04‑23
2,695 views
"Hi, We have updated the Syntax Editor to the version 248 and now we get a popup when we build our projects. It sa..."
2007‑04‑19
2,584 views
"My application has a toolbar that I would like to act like the VS 2005 toolbar, with respect to the paste button. In..."
2007‑04‑17
2,676 views
"Hi, Before preparing a MemberList, I'm trying to call SemanticParserService.WaitForParse in order to consider ..."
2007‑04‑16
4,195 views
"Hello! I'm creating an application which can have multiple SyntaxEditor controls in it. The first time I creat..."
2007‑04‑12
2,897 views
"I'm just getting started with SyntaxEditor. I've created a new language that is "in the spirit" ..."
2007‑04‑16
2,418 views
"My language supports identifiers with a trailing '%' or '$' symbol. When I begin typing one of those..."
2007‑04‑14
2,385 views
"I've written my own recursive descent parser, rather than using the parser generator, as I was having trouble und..."
2007‑04‑06
3,048 views
"I used the Grammar Designer / Semantic Parser Generator to design a semantic parser for my language. When there is a..."
2007‑04‑15
2,460 views
"Hello, I have the following issue with the IntelliPrompt MemberList: In some scenario, after selecting an optio..."
2007‑04‑10
3,529 views
"I've noticed that when I have parameter info popups in my syntax editor they don't disappear when the editor ..."
2007‑04‑11
3,116 views
"Hi, I am developing the syntax editor parse a language we have using the semantic parser generator provide with th..."
2007‑04‑09
2,589 views
"I'm currently using: SyntaxEditor.SelectedView.FindReplace.Replace(FindReplaceOptions options) When this me..."
2007‑03‑06
3,417 views
"Hi, I use Parser Generator to create semantic parser and use TokenCondition in some non-termainals, e.g.: <N..."
2007‑04‑09
2,584 views
"Hello, how do I programmatically deselect currently selected text in syntaxeditor? /igor"
2007‑04‑07
2,379 views
"Is there anyway that we casn use the intellisense memberlist popup outside of the editor control? and control where i..."
2007‑04‑06
2,996 views
"One of the "practices" we use when coding with #region/#endregion is to put the same name on the closing #e..."