From 79692af6c51bb115e4a8ddb657eda3d713152730 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 12 Jul 2007 12:59:47 +0000 Subject: Modification allows indentation guides to appear on lines that are empty. --- include/Scintilla.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index f4eca1aef..816edb36f 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -298,6 +298,10 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_GETCOLUMN 2129 #define SCI_SETHSCROLLBAR 2130 #define SCI_GETHSCROLLBAR 2131 +#define SC_IV_NONE 0 +#define SC_IV_REAL 1 +#define SC_IV_LOOKFORWARD 2 +#define SC_IV_LOOKBOTH 3 #define SCI_SETINDENTATIONGUIDES 2132 #define SCI_GETINDENTATIONGUIDES 2133 #define SCI_SETHIGHLIGHTGUIDE 2134 -- cgit v1.2.3