diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-07-22 19:36:55 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-07-22 19:36:55 +1000 |
| commit | 5cbf336f95db427027a72699be6f5034762515aa (patch) | |
| tree | fb8e4f0eccb49363752995c85b5b9217f340282b /include/Scintilla.iface | |
| parent | 79bd92adfc0ee27029fed81efd03fb5784c60f73 (diff) | |
| download | scintilla-mirror-5cbf336f95db427027a72699be6f5034762515aa.tar.gz | |
Added the character representation feature.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 120a5433d..f0b47d519 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2326,6 +2326,15 @@ get bool GetCaretLineVisibleAlways=2654(,) # Sets the caret line to always visible. set void SetCaretLineVisibleAlways=2655(bool alwaysVisible,) +# Set the way a character is drawn. +set void SetRepresentation=2665(string encodedCharacter, string representation) + +# Set the way a character is drawn. +get int GetRepresentation=2666(string encodedCharacter, stringresult representation) + +# Remove a character representation. +fun void ClearRepresentation=2667(string encodedCharacter,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) |
