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

  Date Thread Details
2007‑04‑27
3,001 views
"What is the best practice for using the sytax editor in a WPF application. Using it as part of a Windows form or usin..."
2006‑09‑11
3,217 views
"Does the Syntax Editor control support XML Schemas? I'm setting up the control to open XML documents and I'm..."
2007‑04‑27
2,973 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,984 views
"I have some code in an IntelliPromptMemberListClosing event that will manipuate the selected item's AutoComplateP..."
2007‑04‑23
2,991 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,715 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
3,048 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,900 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
3,006 views
"Hi, Before preparing a MemberList, I'm trying to call SemanticParserService.WaitForParse in order to consider ..."
2007‑04‑16
4,624 views
"Hello! I'm creating an application which can have multiple SyntaxEditor controls in it. The first time I creat..."
2007‑04‑12
3,313 views
"I'm just getting started with SyntaxEditor. I've created a new language that is "in the spirit" ..."
2007‑04‑16
2,737 views
"My language supports identifiers with a trailing '%' or '$' symbol. When I begin typing one of those..."
2007‑04‑14
2,704 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,369 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,747 views
"Hello, I have the following issue with the IntelliPrompt MemberList: In some scenario, after selecting an optio..."
2007‑04‑10
3,880 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,445 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,914 views
"I'm currently using: SyntaxEditor.SelectedView.FindReplace.Replace(FindReplaceOptions options) When this me..."
2007‑03‑06
3,840 views
"Hi, I use Parser Generator to create semantic parser and use TokenCondition in some non-termainals, e.g.: <N..."
2007‑04‑09
2,964 views
"Hello, how do I programmatically deselect currently selected text in syntaxeditor? /igor"