From 8561402ec8aa9e46c9f3973410244d5391b275ed Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 27 Apr 2008 07:49:54 +0000 Subject: Implemented GetCharacterPointer feature. --- include/Scintilla.iface | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 946da891e..8641c6d91 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1800,6 +1800,10 @@ get int GetPositionCache=2515(,) # Copy the selection, if selection empty copy the line with the caret fun void CopyAllowLine=2519(,) +# Compact the document buffer and return a read-only pointer to the +# characters in the document. +get int GetCharacterPointer=2520(,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) -- cgit v1.2.3