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,079 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,303 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
3,057 views
"I'm currently evaluating the editor for a project where I have to add C# scripting capabilities. While the editor..."
2007‑04‑25
3,050 views
"I have some code in an IntelliPromptMemberListClosing event that will manipuate the selected item's AutoComplateP..."
2007‑04‑23
3,061 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,792 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,120 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,964 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,074 views
"Hi, Before preparing a MemberList, I'm trying to call SemanticParserService.WaitForParse in order to consider ..."
2007‑04‑16
4,710 views
"Hello! I'm creating an application which can have multiple SyntaxEditor controls in it. The first time I creat..."
2007‑04‑12
3,382 views
"I'm just getting started with SyntaxEditor. I've created a new language that is "in the spirit" ..."
2007‑04‑16
2,809 views
"My language supports identifiers with a trailing '%' or '$' symbol. When I begin typing one of those..."
2007‑04‑14
2,777 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,462 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,826 views
"Hello, I have the following issue with the IntelliPrompt MemberList: In some scenario, after selecting an optio..."
2007‑04‑10
3,954 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,515 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,984 views
"I'm currently using: SyntaxEditor.SelectedView.FindReplace.Replace(FindReplaceOptions options) When this me..."
2007‑03‑06
3,917 views
"Hi, I use Parser Generator to create semantic parser and use TokenCondition in some non-termainals, e.g.: <N..."
2007‑04‑09
3,034 views
"Hello, how do I programmatically deselect currently selected text in syntaxeditor? /igor"