The Conroy & Conroy Subroutine Library (2021.3 edition)

TText_Editor_Interface_Notifier
What: class
Ancestor: TBase_Delphi_Object
File: _TE_Interface
Layer: 0
Platforms: C++, C#, Javascript, Pascal (All), PHP, Python

This class is used to notify another class of changes in an editor context. It has the following methods:

Cursor_Change
void Cursor_Change( int32 R, int32 C )
procedure Cursor_Change( R, C : int32 )
Notification of a change in cursor location, parameters indicate the new cursor position.

Line_Read
void Line_Read( int32 R )
procedure Line_Read( R : int32 )
Indicates that the specified line (row) was read.