diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-03-13 09:17:40 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-03-13 09:17:40 +1100 |
| commit | 2fb4ff4b1bc1a473d80260455c80d7ec19c62616 (patch) | |
| tree | 3542eebf81a5e87d60855e6a782b5277349bd637 /include | |
| parent | e6b7e27786411953f2d6c9c34a9a9f4c9ce5711d (diff) | |
| download | scintilla-mirror-2fb4ff4b1bc1a473d80260455c80d7ec19c62616.tar.gz | |
Scintilla is now always a wide character window so remove vestiges of narrow
character window support.
Diffstat (limited to 'include')
| -rw-r--r-- | include/Scintilla.iface | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index f5fac5480..e9db97984 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2092,12 +2092,6 @@ get int GetRangePointer=2643(int position, int rangeLength) # the range of a call to GetRangePointer. get position GetGapPosition=2644(,) -# Always interpret keyboard input as Unicode -set void SetKeysUnicode=2521(bool keysUnicode,) - -# Are keys always interpreted as Unicode? -get bool GetKeysUnicode=2522(,) - # Set the alpha fill colour of the given indicator. set void IndicSetAlpha=2523(int indicator, int alpha) @@ -4660,3 +4654,11 @@ get bool GetUsePalette=2139(,) # In palette mode, Scintilla uses the environment's palette calls to display # more colours. This may lead to ugly displays. set void SetUsePalette=2039(bool usePalette,) + +# Deprecated in 3.5.5 + +# Always interpret keyboard input as Unicode +set void SetKeysUnicode=2521(bool keysUnicode,) + +# Are keys always interpreted as Unicode? +get bool GetKeysUnicode=2522(,) |
