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 | 7031894a988d9ccdca57a71f841f921a23408590 (patch) | |
| tree | fdfb609a3cf119bb8c01cdb7b41af3efa9fa4865 /include | |
| parent | cd59192b2b7132761c4ae806f76462758d5ed22e (diff) | |
| download | scintilla-mirror-7031894a988d9ccdca57a71f841f921a23408590.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(,) |
