|
|
2012‑07‑02
4,595 views
|
"The lualang.def file will use a '.' to delimit the start of keywords. This is incorrect since the '.' is a table deli..."
|
|
|
2012‑06‑27
3,731 views
|
"Hi guys,
Just a quick question: I have made my own version of the MoveToNextWordAction, which inherits from MoveToN..."
|
|
|
2012‑06‑29
4,207 views
|
"I'm adding a simple adornment that essentially lives over a certain area of the SyntaxEditor. I'm adding it using th..."
|
|
|
2012‑06‑25
4,000 views
|
"Hi,
I'm evaluating your SyntaxEditor to check if it fits our needs. In our app we have to handle very long strings ..."
|
|
|
2012‑06‑22
4,222 views
|
"I've been trying to understand how to update my language from SE4 to the new WPF/Silverlight language framework.
In..."
|
|
|
2012‑06‑20
3,779 views
|
"Hi,
In a GrammarClass using LLParserFramework I defined:
this.Root.Production = gopItem.OnError(GopItemError).Zero..."
|
|
|
2012‑06‑20
3,735 views
|
"Hi,
Is there any way to deal with the pre-defined macros while parsing a document (like C language)?
#define AA "t..."
|
|
|
2012‑06‑18
3,830 views
|
"Hello,
the ActiproSoftware.Text.Searching namespace provides interesting low level search and replace operations bu..."
|
|
|
2009‑06‑14
4,156 views
|
"Greetings,
Is there a way to customize the Scope combo box that appears on EditorSearchView? I would like to repla..."
|
|
|
2012‑06‑14
3,668 views
|
"I have a language that implements current line highlighting style as shown in the code below taken from my language c..."
|
|
|
2012‑06‑07
3,727 views
|
"Hi,
In the override GetNextToken method of MergableLexerBase class, how to get the previous tokens or context ?
..."
|
|
|
2012‑06‑08
4,495 views
|
"I'm evaluating the SyntaxEditor WPF control. I'm wondering if there is support for the VBScript language. It looks ..."
|
|
|
2012‑06‑06
4,303 views
|
"In the Printer View Margins topic:
Page Number MarginThe page number margin, implemented by the PrinterPageNumb..."
|
|
|
2012‑06‑05
3,990 views
|
"Hi,
I have a question about the AST, for example I have the following grammar:
var @Identifier = new Terminal("Ide..."
|
|
|
2012‑06‑05
4,015 views
|
"Hello,
I have a solution / projects based studio where I have (custom)SourceFile objects encapsulating an (actipro)..."
|
|
|
2012‑05‑07
3,574 views
|
"Hi guys,
With SyntaxEditor for WinForms, I could use the MarkupLabel control to show HTML based strings outside of ..."
|
|
|
2012‑05‑29
3,397 views
|
"Hi,
Our application is based-on .NET3.5, so I want to get the previous version SyntaxEditor, how to do that?
Than..."
|
|
|
2012‑05‑29
3,622 views
|
"Hi ActiproTeam,
I have an assembler like codesyntax consisting of multiple instructions, that in turn consist of an..."
|
|
|
2012‑05‑28
4,277 views
|
"Hi,
I'm writting a C99 grammar according to a EBNF which I got it from the network.
After I completed it and loa..."
|
|
|
2012‑05‑24
3,005 views
|
"The following terminal production is throwing an exception (the error is related to the section in bold):
additiveE..."
|