diff options
author | Neil <nyamatongwe@gmail.com> | 2021-06-03 20:24:44 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-06-03 20:24:44 +1000 |
commit | f997170c3eb0afa64d10b39b86799bad67dc5c02 (patch) | |
tree | a0ec6b193f9315452237c89107eb552bf77298a4 /include/ScintillaMessages.h | |
parent | aeb285c6677ebb1d940d2a4d8e6992697ed263c8 (diff) | |
download | scintilla-mirror-f997170c3eb0afa64d10b39b86799bad67dc5c02.tar.gz |
Add APIs for setting appearance (traditional blob or plain text) and colour of
representations and support setting a representation for the "\r\n" line end
sequence.
Diffstat (limited to 'include/ScintillaMessages.h')
-rw-r--r-- | include/ScintillaMessages.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ScintillaMessages.h b/include/ScintillaMessages.h index ba2a3f2cd..6cf515df9 100644 --- a/include/ScintillaMessages.h +++ b/include/ScintillaMessages.h @@ -723,6 +723,11 @@ enum class Message { SetRepresentation = 2665, GetRepresentation = 2666, ClearRepresentation = 2667, + ClearAllRepresentations = 2770, + SetRepresentationAppearance = 2766, + GetRepresentationAppearance = 2767, + SetRepresentationColour = 2768, + GetRepresentationColour = 2769, EOLAnnotationSetText = 2740, EOLAnnotationGetText = 2741, EOLAnnotationSetStyle = 2742, |