From 54de44e76908d33aa613bb928a39403ed01f5074 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 4 Sep 2014 09:45:09 +1000 Subject: Better explanation of SCI_GETNEXTTABSTOP. --- doc/ScintillaDoc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index e58c5cc4d..0d1f33bcb 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -82,7 +82,7 @@

Scintilla Documentation

-

Last edited 24 May 2014 NH

+

Last edited 4 September 2014 NH

There is an overview of the internal design of Scintilla.
@@ -3429,8 +3429,8 @@ struct Sci_TextToFind { SCI_GETNEXTTABSTOP(int line, int x)
SCI_CLEARTABSTOPS clears explicit tabstops on a line. SCI_ADDTABSTOP adds an explicit tabstop at the specified distance from the left (in pixels), and - SCI_GETNEXTTABSTOP gets the next explicit tabstop position, or zero if there - aren't any. + SCI_GETNEXTTABSTOP gets the next explicit tabstop position set after the given x position, + or zero if there aren't any. Changing tab stops produces a SC_MOD_CHANGETABSTOPS notification.

-- cgit v1.2.3