2021‑03‑27
814 views
"I don't seem to find that the editor can subscribe to scroll events.I need an event that changes only when the scroll..."
2014‑09‑30
3,068 views
"Hi,
I have a problem ,I 'am using your breakpoint sample in 'namespace ActiproSoftware.ProductSamples.SyntaxEdit..."
2021‑03‑19
1,689 views
"Hi,
I am in the beginning stages of researching a VBScript to C# code convertor.
For context, we developed an edi..."
2021‑03‑15
1,028 views
"I found that the editor seems to use LF as the end-of-line character, so that the enter key is only 1 offset. But the..."
2021‑03‑17
651 views
"Through debugging, I found that when the value of "IEditorView.SyntaxEditor.Document.ParseData" is updated, the diagn..."
2021‑03‑12
813 views
"Can the current relative position of the cursor be displayed on the scroll bar?Just like the effect on the right side..."
2021‑03‑05
598 views
"I found that I want to set the tagger on the document. The currently known method is to inherit TaggerBase. Then retu..."
2021‑03‑03
654 views
"Hi,
Could you tell me if it is possible to export an ICodeDocument which contains some tags (errors, warnings...) w..."
2021‑02‑24
663 views
"How do one avoid parsing of entire document when one just inserts or updates a line via code below
ITextChange chang..."
2021‑02‑22
826 views
"In some cases, such as defining unused variables, I need to mark the color of this variable as gray. How to achieve t..."
2021‑02‑02
850 views
"After the content of the list is completely filtered, I want to close the prompt window. But I cannot get the number ..."
2021‑01‑09
931 views
"I have two SyntaxEditors with slightly different versions of the same text inside, and would like to have the 2nd one..."
2021‑02‑04
724 views
"I developed an HTML editor and provided Delimiter auto-completion function.
In this case, only a quote will appear...."
2021‑02‑02
672 views
"I have implemented the formatting method by inheriting ITextFormatter. In some cases, I want to manually call the For..."
2021‑01‑21
956 views
"I have the following 2 funtions to expand all child nodes of a given node, and one to collapse all nodes. Both of the..."
2021‑01‑21
804 views
"I implemented the rename function by inheriting IntelliPromptSessionBase,But the focus cannot be obtained when the re..."
2021‑01‑17
1,392 views
"I'm having some trouble getting the selection to keep showing when other controls have the focus. I tried setting the..."
2017‑04‑14
3,697 views
"Good evening. I’ve been reading several pages from SyntaxEditor’s documentation, opened the Sample Browse..."
2021‑01‑16
974 views
"Since you have a custom regular expression engine for searching in the SyntaxEditor, could it be possible to access a..."
2021‑01‑14
731 views
"I'm doing this code to save files from syntaxEditor
but I'm getting the error Unexpected character '' when compil..."