2011‑01‑27
3,732 views
"I have an application where we use the SyntaxEditor for T-Sql editing. As you may or may not know, T-Sql can statemen..."
2011‑01‑24
2,818 views
"I have a syntax editor working and can see it automatically parsing on code changes, but I also need a way to manuall..."
2011‑01‑14
2,958 views
"Hi
Is it possible to disable the scrollbars of syntax editor? In the previous windows form version of SyntaxEditor y..."
2011‑01‑11
2,763 views
"I want to search multiple documents. I want to use
result = this.ActiveView.Searcher.FindNext(options);to search eac..."
2011‑01‑12
2,408 views
"Regarding your new advanced parsing for C# (and soon VB.net) in 2011.1, are there plans to do that for JavaScript too?"
2011‑01‑11
2,683 views
"Is it possible to define lexical macros other than the built-in ones to use in language definition files? If so, how..."
2011‑01‑11
2,254 views
"The CompletionItem class has Tag property and overloads to provide an object for this tag (I'm guessing). How ca..."
2010‑08‑11
3,535 views
"From your help file:
The indicator margin, implemented by the EditorIndicatorMargin class, is used to display glyp..."
2011‑01‑06
2,543 views
"I have a SE4 .xml file that I upgraded using the Language Designer. The xml file specified a lot of KeyPressTriggers..."
2010‑12‑27
2,961 views
"Is there a way to set up the SyntaxEditor to 'shift focus' to the next element in the FocusScope when TAB (&#..."
2010‑12‑16
2,833 views
"I would like to understand if te Syntax Editor is something that could help me in the application I'm developing...."
2010‑01‑21
3,056 views
"I have one editor user window with the WPF Syntax editor in it with one language definition. I will need later the b..."
2010‑12‑10
2,557 views
"I've had a reoccurring problem with the License information being lost. When I add new classes to my set-up, like..."
2010‑12‑08
3,604 views
"Cannot perform this operation while dispatcher processing is suspended.
at System.Windows.Threading.Dispatcher.Pus..."
2010‑12‑06
2,703 views
"I would like to search the syntax editor's current snapshot for a keyword and then insert some text after that.
..."
2010‑11‑30
2,752 views
"In our Blaise Language some Nodes are ended just because the next Node is started. They have no ending Token. In my ..."
2010‑11‑24
2,636 views
"Hello!
You have a really great framework for the syntax editor, it seems to be exactly what I was looking for. I r..."
2010‑11‑09
2,320 views
"Hi
I am using your SearchControl and want to limit the possible Search providers to Normal and regular expression..."
2010‑10‑29
2,466 views
"I'm currently using your WinForms SyntaxEditor with the language Addon package. I would like to move my project t..."
2010‑10‑29
2,626 views
"I want to run some code when a user presses Ctrl+Space, prior to the completion list command being executed. While I..."