|
|
2016‑01‑08
3,772 views
|
"I used the function int PositionToOffset(TextPosition position) from ITextSnapshot interface to convert text position..."
|
|
|
2016‑01‑04
3,288 views
|
"Hi,
I have a syntax editor and I'm generating and displaying a completion list. Items in this list may have prefix/..."
|
|
|
2016‑01‑05
3,018 views
|
"I'm using RangeLineCommenter to comment/uncomment.
Consider the following comment.
/*
Comment line number 1
Comm..."
|
|
|
2016‑01‑04
2,711 views
|
"Hi Actipro,
I notice that IEditorSearchOptions does not have ability to control CanWrap options.This makes it harde..."
|
|
|
2015‑12‑18
3,003 views
|
"Hi,
It appears that there is a OutliningManager for a Document, providing the code outlining functionality.
..."
|
|
|
2015‑12‑18
3,253 views
|
"Hi,
is it possible to use Syntax editor features without using it's control?
Problem, I have is, that I woul..."
|
|
|
2015‑12‑15
3,790 views
|
"We just found an issue with our implementation of CreateFixedDocument where the Font Family & Size doesn't render..."
|
|
|
2015‑12‑16
2,904 views
|
"Hi ActiPro,
Is there a way to get the display character column position for the document's end position? My las..."
|
|
|
2015‑12‑16
2,525 views
|
"Hi,
is there anywhere documentation for Syntax Editor that could be downloaded?
Thank you"
|
|
|
2015‑12‑07
2,942 views
|
"When the data in clipboard is something (like image) other than text, the PasteFromClipboardAction.CanExecute() retur..."
|
|
|
2015‑11‑24
3,058 views
|
"Hi,
1. Place cursor on last line and press enter to create new empty line
2. Press 'Tab' - expect a tab stop to..."
|
|
|
2015‑11‑19
2,843 views
|
"The language I am working on supports optional parameters. For example, the function call statement below is valid:
..."
|
|
|
2015‑11‑03
2,760 views
|
"Hi Actipro,
I'm debugging through my program for the possible cause of syntax hightlighting not being shown as inte..."
|
|
|
2015‑11‑06
3,540 views
|
"For Test UI Automation, we need the bounding rectangle of a substring or token within a line in order to click it or ..."
|
|
|
2015‑09‑25
3,468 views
|
"When a whole line is selected by clicking on the line number, a Tab should and will indent the whole line, as the car..."
|
|
|
2015‑11‑10
2,717 views
|
"Hi,
I have a C-like language that supports include files, e.g.
include "SCRIPT.STD"
Assuming the cursor is loca..."
|
|
|
2015‑10‑29
2,757 views
|
"I am writing a programmatic lexer that inherits from MergableLexerBase. In the lexer I need to able to recognize nume..."
|
|
|
2015‑10‑13
3,328 views
|
"In Syntax Editor, I'm trying to get the current caretPosition and display the line and column number.
ICaret ..."
|
|
|
2015‑10‑12
3,196 views
|
"Hi,
On a Syntax Editor, if I have some text selected and the Insert pressed (IsOverwriteModeActiveChanged set), the..."
|
|
|
2015‑10‑11
3,507 views
|
"As written in the title, the duplicate line feature doesn't copy the complete line if word wrap is enabled and the li..."
|