|
2011‑03‑20
2,794 views
|
"I'm using the syntax editor with the XML language add-on and I have a format function as follows:
private void..."
|
|
2011‑03‑03
2,806 views
|
"Reading through the SyntaxEditor documentation, it seems that when using SyntaxLanguageDefinitionSerializer to load a..."
|
|
2011‑03‑03
3,062 views
|
"We're migrating our WinForms SyntaxEditors to Wpf and we're hitting a snag with using data-binding and undo/r..."
|
|
2011‑03‑02
4,083 views
|
"Hi,
I have the WPF Syntax Editor. Regarding printing. I noticed that there options for Print and Print Preview. Ca..."
|
|
2011‑03‑01
3,542 views
|
"Does Syntax Editor support the Gold Parser?"
|
|
2011‑02‑25
2,672 views
|
"We are experiencing a problem when the SyntaxEditor is set to WordWrapMode=Word in your example "Adornment 6 - C..."
|
|
2010‑07‑19
4,268 views
|
"Hi
I am trying to implement a nonmergable lexer, after using for a while a mergable one. We hope to speed up the l..."
|
|
2011‑02‑08
4,048 views
|
"Hi,
I implemented a "Find all" search with SyntaxEditor.ActiveView.CurrentSnapshot.FindAll.
But the s..."
|
|
2010‑02‑23
3,115 views
|
"i made a Quickinforprovider (for keywords) that worked fine.
Now i added a CollapsedRegionQuickInfoProvider too to m..."
|
|
2011‑02‑09
2,367 views
|
"In order to change the style of the screentip of the CollapsedRegionQuickInfoProvider i had to copy this class. Mayb..."
|
|
2011‑02‑02
3,394 views
|
"Hi
My squiggles are retrieved using IParseErrorProvider in the ParseData. After getting the errors (from a cache)..."
|
|
2011‑02‑03
2,848 views
|
"Hello,
in our documents, we have some placeholders like [[Placeholder]]. Now we want to highlight these placeholde..."
|
|
2011‑02‑03
3,338 views
|
"I have a custom margin that is used to set breakpoints, the user left clicks on the margin and a break point is added..."
|
|
2011‑01‑27
3,702 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,800 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,945 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,747 views
|
"I want to search multiple documents. I want to use
result = this.ActiveView.Searcher.FindNext(options);to search eac..."
|
|
2011‑01‑12
2,395 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,667 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,242 views
|
"The CompletionItem class has Tag property and overloads to provide an object for this tag (I'm guessing). How ca..."
|