diff options
| author | nyamatongwe <unknown> | 2010-08-05 22:28:29 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2010-08-05 22:28:29 +1000 |
| commit | a349c1781956cb29cee208bd2be11787ba2165c6 (patch) | |
| tree | bb10c5b77b115a577c029f3c9911978145971c7e /include/Scintilla.iface | |
| parent | d732daf053887c9df2758c8eda629193715258e3 (diff) | |
| download | scintilla-mirror-a349c1781956cb29cee208bd2be11787ba2165c6.tar.gz | |
Removing SC_CP_DBCS as it does not fit into new DBCS processing code.
Updated documentation to describe the common DBCS support between platforms
and removed outdated text.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index de24e552a..2516b7134 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -224,9 +224,6 @@ get int GetTabWidth=2121(,) # This is the same value as CP_UTF8 in Windows val SC_CP_UTF8=65001 -# The SC_CP_DBCS value can be used to indicate a DBCS mode for GTK+. -val SC_CP_DBCS=1 - # Set the code page used to interpret the bytes of the document as characters. # The SC_CP_UTF8 value can be used to enter Unicode mode. set void SetCodePage=2037(int codePage,) @@ -3844,3 +3841,9 @@ evt void IndicatorClick=2023(int modifiers, int position) evt void IndicatorRelease=2024(int modifiers, int position) evt void AutoCCancelled=2025(void) evt void AutoCCharDeleted=2026(void) + +cat Deprecated + +# Deprecated in 2.21 +# The SC_CP_DBCS value can be used to indicate a DBCS mode for GTK+. +val SC_CP_DBCS=1 |
