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

  Date Thread Details
2005‑01‑22
2,313 views
"In VS.NET 2005, they introduced 'Insert Expansion' and 'Surround With' IntelliSense options. Both of..."
2005‑01‑20
2,808 views
"I have an MDI Application with SyntaxEditor being displayed in the MDIChild windows. When I save a document, I'm..."
2005‑01‑20
2,393 views
"As people have mentioned before, setting the HScroll and VScroll properties don't seem to have any effect. I'..."
2005‑01‑15
2,253 views
"In Visual C# 2005, the 'DeleteHorizontalWhiteSpace' command removes all leading/trailing white space from a l..."
2005‑01‑14
2,372 views
"I have a need to load languages from a stream instead of from the xml file. The problem I am encountering is when a ..."
2005‑01‑11
3,345 views
"I'm attempting to get outlining to work with a language that doesn't have braces. Given the following code s..."
2005‑01‑11
2,303 views
"Let's say I have my language definition file setup to identify function names in a given language. What's th..."
2005‑01‑10
2,580 views
"Having the ability to draw vertical guidelines to indicate column positions would be nice. For instance, you could d..."
2005‑01‑10
2,821 views
Drag/Drop by Marianne
4 replies (19 years ago)
"Starting with 2.5, it seems that the DragDrop event is no longer firing--at least I can't get it to work. Even i..."
2005‑01‑08
2,693 views
"I was looking tonight for an event or some way to know when state changes occur. ie. when I go from DefaultState to ..."
2005‑01‑07
2,633 views
"I have a language that has constructions line this: if (something = somethingelse) dosomething() dosomething..."
2005‑01‑07
2,300 views
"It appears that SyntaxEditor is "one behind" when updating the WordWrapMargin position when changes are mad..."
2005‑01‑05
2,419 views
"Here's a possible improvement for the semantic parser: For the DocumentModificationType, I think it would be b..."
2005‑01‑04
2,775 views
"Is there a way to use the FindReplace.Find method so that it searches from the beginning of a document. I have done ..."
2005‑01‑01
2,771 views
"Do you have an example or suggestion of having intelliprompts memberlists for one or more arguments for a function th..."
2005‑01‑03
2,951 views
"Does the syntaxeditor keep a "dirty" state that we can access? I want to know if the document has been tou..."
2004‑12‑31
2,448 views
"Hi, I use a TokenStream in my PostParse function of my semantic parser. I'm doing a forward parse by calling ..."
2004‑12‑03
2,869 views
wave lines by ariel
5 replies (19 years ago)
"I'm new to actipro syntax editor, how can I show a blue wave line behind two words? TIA"
2004‑12‑30
2,619 views
"Hi, I recently started to use the semantic parser. Since you can identify scope for outlining purposes, I'm w..."
2004‑12‑30
2,928 views
"I noticed that I can figure out what type a token is by looking at the token's key property. Where are these str..."