From f13108c187a893db2a66de970cbb44e40ac518ce Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 20 May 2013 18:05:27 -0400 Subject: Updated to Scintilla 3.3.2. --- core/gui.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/gui.lua') diff --git a/core/gui.lua b/core/gui.lua index 4c3c322e..59322c68 100644 --- a/core/gui.lua +++ b/core/gui.lua @@ -365,11 +365,6 @@ events_connect(events.UPDATE_UI, function() _L['Col:'], col, lexer, eol, tabs, enc) end) --- Toggles folding. -events_connect(events.MARGIN_CLICK, function(margin, pos, modifiers) - if margin == 2 then buffer:toggle_fold(buffer:line_from_position(pos)) end -end) - -- Updates the statusbar and titlebar for a new Scintilla document. events_connect(events.BUFFER_NEW, function() events.emit(events.UPDATE_UI) end) events_connect(events.BUFFER_NEW, function() set_title() end) -- cgit v1.2.3