From a02c8bbb552891661a4987c0488010cde91c0cd3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 8 Aug 2001 12:38:52 +0000 Subject: Patch from Philippe to make the display jump more when the caret reaches a margin. This is chosen with the CARET_XJUMPS flag. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index bb40634f3..a8b42dbdb 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1079,6 +1079,9 @@ val CARET_STRICT=0x04 # If CARET_XEVEN set then both left and right margins are given equal weight # rather than favouring left following behaviour. val CARET_XEVEN=0x08 +# If CARET_XJUMPS set then when caret reaches the margin the display jumps +# enough to leave the caret solidly within the display. +val CARET_XJUMPS=0x10 # Set the way the line the caret is on is kept visible. fun void SetCaretPolicy=2369(int caretPolicy, int caretSlop) -- cgit v1.2.3