2012‑11‑15
6,318 views
"Hey,
I have added "System" and "myProject" as Reference (AddExternalReferenceForSystemAssembly). This works pretty ..."
2012‑12‑08
3,400 views
"I couldn't find anything in the documentation about automatic insertion of end-constructs. I.e. when I type
If (some..."
2012‑12‑08
3,295 views
"I've got Document.AutoCaseCorrectEnabled = True, but it only seems to work on language keywords and primitive types. ..."
2012‑12‑08
3,188 views
"Is there a way to add a Common|All interface on the autocomplete dropdown list so that people can easily hide all Lin..."
2012‑12‑08
3,175 views
"SyntaxEditor.IndentType is set to IndentType.Smart, but it aint happening: https://dl.dropbox.com/u/38313625/ForumIma..."
2012‑12‑07
3,174 views
"I'm populating a control with a bunch of lines (some readonly, some not). I then want to collapse all outlining block..."
2012‑12‑03
3,754 views
"My intelliprompt member list contains both keywords and functions.
For the functions (eg. AVG) I specify preText="A..."
2012‑12‑06
2,775 views
"Dear support,
evaluating the syntaxeditor, I ran into following situation:
After loading a document, I set a diff..."
2012‑12‑05
2,939 views
"Are key chord shortcuts supported in syntax editor? Like CTRL+M,M. Currently we are doing something similar to: htt..."
2012‑11‑30
3,245 views
"My app works with many different SQL dialects.
I define a separate Dynamic language file for each one.
My app nee..."
2012‑11‑27
3,237 views
"My dynamic language file contains the following:
<RegexPatternGroup TokenID="1" TokenKey="LineEnd" PatternValue=..."
2012‑11‑19
3,422 views
"My dynamic language conains about 400 keywords of which only 6 are defined using RexEx patterns.
All Explicit patte..."
2009‑07‑29
4,214 views
"Hello,
I would like to ask a couple of questions please regarding Syntax Highlighting and Outlining.
1. Is it p..."
2012‑11‑07
3,112 views
"Search article "Actipro SyntaxEditor Converting from Version 2.x to 3.0". Where i can read it?"
2006‑04‑11
3,624 views
"In Find-and-Replace, from your sample code, whenever I do a Find, Replace, etc. on the text [! ] with Wildcards optio..."
2012‑10‑24
3,647 views
"Hello,
I have encountered some problemes using the outlining features.The outlining nodes sometimes get updated inc..."
2012‑10‑24
3,295 views
"I am trying to do a ReplaceText in a SyntaxEditor control, and sometimes it returns false. Since it does not throw an..."
2012‑10‑22
3,999 views
"While the user is executing a query I make the entire editor Read Only.
I want to change the background color while..."
2006‑04‑04
6,599 views
"Does anyone know of a way to filter the IntelliPromptMemberList as the user types more of the selected word? ie: the ..."
2012‑10‑22
3,219 views
"Hello,
So I have implemented a smart indentation scheme and it works wonderfully. It is currently implemented in th..."