aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-09 12:50:23 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-09 12:50:23 -0400
commite24247afa394b5fdff0af1e771fda86a1dbf76e2 (patch)
treec5c367126391e2b1df3168b7a441822a055c5929 /scripts
parentf06031ae6e03911454b20553ed19c8ec4cd14bf9 (diff)
Updated to Scintilla 3.5.4.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_iface.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua
index c439d1dc..143ab205 100755
--- a/scripts/gen_iface.lua
+++ b/scripts/gen_iface.lua
@@ -13,9 +13,9 @@ local types = {
local ignores = { -- constants to ignore
'^INDIC[012S]_', '^INVALID_POSITION', '^KEYWORDSET_MAX', '^SC_CACHE_',
'^SC_CHARSET_', '^SC_CP_DBCS', '^SC_EFF_', '^SC_FONT_SIZE_MULTIPLIER',
- '^SC_LINE_END_TYPE_', '^SC_PRINT_', '^SC_STATUS_', '^SC_TECHNOLOGY_',
- '^SC_TYPE_', '^SC_WEIGHT_', '^SCE_', '^SCEN_', '^SCFIND_POSIX', '^SCI_',
- '^SCK_', '^SCLEX_', '^UNDO_MAY_COALESCE'
+ '^SC_INDIC', '^SC_LINE_END_TYPE_', '^SC_PRINT_', '^SC_STATUS_',
+ '^SC_TECHNOLOGY_', '^SC_TYPE_', '^SC_WEIGHT_', '^SCE_', '^SCEN_',
+ '^SCFIND_POSIX', '^SCI_', '^SCK_', '^SCLEX_', '^UNDO_MAY_COALESCE'
}
local changed_setter = {} -- holds properties changed to setter functions
local string_format, table_unpack = string.format, table.unpack