|
|
2021‑03‑17
1,203 views
|
"There is currently no IntelliPrompt errors when the type is not known in C# or VB file like
UnknownTypeXYZ a;
..."
|
|
|
2021‑03‑17
1,441 views
|
"It looks like the SyntaxEditor currently ignores C# preprocessor symbols like DEBUG and directives like #if. Any plan..."
|
|
|
2020‑04‑29
4,502 views
|
"Hello, I can't seem to add System.Windows to my assembly references and hence end up with no IntelliPrompt support fo..."
|
|
|
2020‑03‑18
2,269 views
|
"In the 2018.1 documentation there is a typo:
Assembly Reference Cleanup
When an IProjectAssembly is no..."
|
|
|
2020‑03‑19
1,394 views
|
"Not sure if I'm supposed to use ParseData, a reader, etc.
We're using SyntaxEditor as a built-in C# code editor. Wh..."
|
|
|
2020‑03‑10
1,563 views
|
"I am using the ActiPro SyntaxEditor control with the C#.Net language addon to read out all methods and properties of ..."
|
|
|
2020‑01‑29
2,460 views
|
"Hello,
I am using the ActiPro SyntaxEditor control with the C#.Net language addon to read out all methods and prope..."
|
|
|
2019‑12‑23
1,584 views
|
"Hello,
Guess I'm still not clear on how to get a custom assembly's methods and properties to show up in the Syntax ..."
|
|
|
2019‑12‑23
1,498 views
|
"In the SDI Editor sample I can run it, paste the following code in it and enter "eventName." to get completion list f..."
|
|
|
2019‑11‑28
1,678 views
|
"Hi, I'm trying to highlight Roslyn diagnostics in an Actipro syntax document using a CollectionTagger, but have a cou..."
|
|
|
2019‑11‑09
1,482 views
|
"Hello,
I've implemented custom sorting logic for intelliprompt using CSharpCompletionProvider and CompletionItemSor..."
|
|
|
2019‑10‑08
1,466 views
|
"Hello,
I have in memory DLL loaded into appdomain with the InternalsVisibleTo attribute setup. This DLL is used ins..."
|
|
|
2018‑05‑27
2,188 views
|
"Hi,
I'm trying to get the syntax highlight to work but it only highlights all common names.
editor.Language = new ..."
|
|
|
2018‑09‑11
3,539 views
|
"I'm using SyntaxEditor with C# .Net language addon.
I would like to display the intellisense when a type charactor ..."
|
|
|
2018‑08‑03
1,717 views
|
"Hello,
There seems to be a bug in the 17.2 version with intellisense. Lets say you have a line of code like this:
..."
|
|
|
2018‑06‑18
2,050 views
|
"I would like to define a dialect of the language. How do I do this?
What exactly I am trying to do:
I need ce..."
|
|
|
2018‑05‑23
2,994 views
|
"I suggest adding the latest C# features to the add-on.
Cheers!"
|
|
|
2018‑04‑16
2,321 views
|
"Hi!
I plan on building an application that requires a code editor like this Syntax Editor with VB.NET support. In m..."
|
|
|
2018‑03‑15
2,265 views
|
"DelimiterAutoCompleter is not work in this case.How can we prevent this?
using System;using System.Collections.Gene..."
|
|
|
2018‑03‑02
2,537 views
|
"Hi,
I have a class with following method:
public dynamic Lookup(string name, params string[] values);
When ..."
|