From 8b8c7e0e02b585145b42ab95bacfb866b355f26b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 9 May 2020 18:04:46 -0400 Subject: Updated to Scintilla 3.20.0. --- scripts/gen_iface.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua index edd48e1d..dcd4b9b5 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -135,6 +135,9 @@ functions['get_cur_line'][2] = types.position -- was interpreted as 'void' -- 1-based numbers, but should not be, or vice-versa. properties['length'][3] = types.int properties['style_at'][3] = types.index +functions['marker_handle_from_line'][4] = types.index +functions['marker_number_from_line'][2] = types.index +functions['marker_number_from_line'][4] = types.index functions['count_characters'][2] = types.int functions['count_code_units'][2] = types.int properties['line_count'][3] = types.int -- cgit v1.2.3