|
2005‑01‑24
3,289 views
|
"Caret position and scrolling bug described earlier (http://www.actiprosoftware.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get..."
|
|
2005‑01‑24
2,958 views
|
"Caret is left at the end of the text after AppendText() call. Is it right?"
|
|
2005‑01‑19
3,063 views
|
"I have a feature request for a future build of SyntaxEditor that others might find useful as well.
In Visual Studi..."
|
|
2005‑01‑22
2,496 views
|
"In VS.NET 2005, they introduced 'Insert Expansion' and 'Surround With' IntelliSense options. Both of..."
|
|
2005‑01‑20
3,025 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,615 views
|
"As people have mentioned before, setting the HScroll and VScroll properties don't seem to have any effect. I'..."
|
|
2005‑01‑15
2,462 views
|
"In Visual C# 2005, the 'DeleteHorizontalWhiteSpace' command removes all leading/trailing white space from a l..."
|
|
2005‑01‑14
2,593 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,662 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,518 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,777 views
|
"Having the ability to draw vertical guidelines to indicate column positions would be nice. For instance, you could d..."
|
|
2005‑01‑10
3,048 views
|
"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,904 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,860 views
|
"I have a language that has constructions line this:
if (something = somethingelse)
dosomething()
dosomething..."
|
|
2005‑01‑07
2,494 views
|
"It appears that SyntaxEditor is "one behind" when updating the WordWrapMargin position when changes are mad..."
|
|
2005‑01‑05
2,651 views
|
"Here's a possible improvement for the semantic parser:
For the DocumentModificationType, I think it would be b..."
|
|
2005‑01‑04
2,984 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,995 views
|
"Do you have an example or suggestion of having intelliprompts memberlists for one or more arguments for a function th..."
|
|
2005‑01‑03
3,189 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,639 views
|
"Hi,
I use a TokenStream in my PostParse function of my semantic parser. I'm doing a forward parse by calling ..."
|