From 256989e8407879dbacdfb618c2cad67de160ac00 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 10 May 2000 11:53:11 +0000 Subject: Added underline attribute to styles. Added diagonal and strike-through indicators. --- include/Scintilla.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 6a58e9324..2a7f51613 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -169,6 +169,7 @@ extern "C" { #define SCI_STYLESETFONT SCI_START + 56 #define SCI_STYLESETEOLFILLED SCI_START + 57 #define SCI_STYLERESETDEFAULT SCI_START + 58 +#define SCI_STYLESETUNDERLINE SCI_START + 59 #define SCI_SETSELFORE SCI_START + 67 #define SCI_SETSELBACK SCI_START + 68 @@ -192,6 +193,8 @@ extern "C" { #define INDIC_PLAIN 0 #define INDIC_SQUIGGLE 1 #define INDIC_TT 2 +#define INDIC_DIAGONAL 3 +#define INDIC_STRIKE 4 #define INDIC0_MASK 32 #define INDIC1_MASK 64 -- cgit v1.2.3