From 558c1b4c765114246970f3f49e63c5ece8f20d5c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 6 Mar 2004 22:17:28 +0000 Subject: Fixing broken links. --- doc/ScintillaDoc.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 73fcaad4c..7a49b5967 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1060,8 +1060,8 @@ struct TextToFind { This returns the length of the line, including any line end characters. If line is negative or beyond the last line in the document, the result is 0. If you want the length of the line not including any end of line characters, use SCI_GETLINENDPOSITION(line) - SCI_GETLINEPOSITION(line).

+ href="#SCI_GETLINEENDPOSITION">SCI_GETLINEENDPOSITION(line) - SCI_POSITIONFROMLINE(line).

SCI_GETSELTEXT(<unused>, char *text)
This copies the currently selected text and a terminating 0 byte to the text buffer. The buffer must be at least @@ -2213,7 +2213,7 @@ struct TextToFind { selection margins which make it easy to select ranges of lines. By default, all margins are insensitive.

-SCI_SETMARGINLEFT(<unused>, int pixels)
+

SCI_SETMARGINLEFT(<unused>, int pixels)
SCI_GETMARGINLEFT
SCI_SETMARGINRIGHT(<unused>, int pixels)
SCI_GETMARGINRIGHT
@@ -2520,7 +2520,7 @@ struct TextToFind { SCI_MARKERGET(int line)
SCI_MARKERNEXT(int lineStart, int markerMask)
- SCI_MARKERPREVIOUS(int lineStart, int + SCI_MARKERPREVIOUS(int lineStart, int markerMask)
SCI_MARKERLINEFROMHANDLE(int handle)
@@ -3051,7 +3051,7 @@ struct TextToFind { example of call tip use.

The mouse may be clicked on call tips and this causes a - SCN_CALLTIPCLICK + SCN_CALLTIPCLICK notification to be sent to the container. Small up an down arrows may be displayed within a call tip by, respectively, including the characters '\001', or '\002'. This is useful for showing that there are overloaded variants of one function name and that the user can -- cgit v1.2.3