|
2022‑02‑11
880 views
|
"Hi!
When the document is set to read-only, I want to add a lock mark to the document window tab, how can I achieve ..."
|
|
2022‑02‑10
836 views
|
"The Format Document command (EditorCommands.FormatDocument) in a "VB .NET Language add-on" document has a problem wit..."
|
|
2022‑02‑01
816 views
|
"I'm having trouble getting my Lua grammar to recognize assignment of the empty string to a variable as syntactically ..."
|
|
2022‑01‑27
902 views
|
"Hello,
Using your sample app with the math expressions, there is an error alias for the primary expression. This w..."
|
|
2022‑01‑24
825 views
|
"Below is a code snippet from the grammar in your sample application that shows how to define an expression. It is a p..."
|
|
2022‑01‑18
1,065 views
|
"I use the C#Editor demo program you provided, zoom the Editor to the minimum level, and then fill the entire visible ..."
|
|
2022‑01‑20
1,051 views
|
"According to the documentation I see that SyntaxEditor supports "smooth inertia-based touch scrolling". I don't know ..."
|
|
2022‑01‑20
904 views
|
"How to update the value of "completionsession. Items" when "completionsession" is open. I need to dynamically change ..."
|
|
2022‑01‑19
790 views
|
"My Lua grammar currently cannot handle function definitions whose parameter list ends in the var arg operator, like t..."
|
|
2022‑01‑20
852 views
|
"demo
Entering parentheses in the feature syntax will be completed automatically, but when the cursor moves outside ..."
|
|
2022‑01‑08
1,260 views
|
"Hello Actipro,
I am working with the SyntaxEditor as XML Editor for a sound tool. The corresponding .xsd file conta..."
|
|
2022‑01‑13
784 views
|
"I implement the symbol navigation function by inheriting the INavigableSymbolProvider interface. When the cursor posi..."
|
|
2022‑01‑12
796 views
|
"Are there any recommendations or examples on how to deal with negative numbers and negated expressions?
int a = -1
..."
|
|
2022‑01‑11
742 views
|
"Hello,
We are using the automatic error squiggle lines and is working pretty good. However, we notice the red squi..."
|
|
2022‑01‑05
826 views
|
"I have an identifierAndArguments non-terminal that can appear zero or more times at the end of a prefixExpression non..."
|
|
2021‑12‑23
1,058 views
|
"resourceExpression.Production = getResourceQuantityExpression.Optional() + resourceRelationalExpression;
getStatem..."
|
|
2022‑01‑03
854 views
|
"I am customizing the Lua AST I generate with type-specific nodes, but I can't figure out whether one of my production..."
|
|
2021‑12‑17
767 views
|
"Exception picture: http://ibb.co/LNCWmx2
I would like to ask if Document writes to the file during LoadFile. If it ..."
|
|
2021‑12‑14
767 views
|
"Hello,
We have the following lexical regex pattern for numbers (int and reals):
(these patterns and look-ahead we..."
|
|
2021‑12‑14
927 views
|
"Hello,
Take the following code:
int currentTime = clock(sec);
clock(min);
In our application, the clock functio..."
|