Page MenuHomeFeedback Tracker

[Feature Request] New scripting commands for RscEdit controls to return character position in display coordinates
New, NormalPublic

Description

Is it possible to add commands that can show:

  1. where the cursor is at
  2. where a certain character is at

in display coordinates?

For example:
ctrlEditCursorPosition ctrl
To get the cursor position, and:
ctrl ctrlEditCharacterPosition n, where n is the index of the character in the ctrlText.
It should return an invalid array (like []) if either of these positions fall outside the current view.

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
Feature Request

Event Timeline

Leopard20 created this task.Oct 3 2020, 1:08 AM
Leopard20 renamed this task from [Feature Request] New scripting commands for RscEdit controls to [Feature Request] New scripting commands for RscEdit controls to return character position in display coordinates.