diff options
author | 2013-05-20 18:05:27 -0400 | |
---|---|---|
committer | 2013-05-20 18:05:27 -0400 | |
commit | f13108c187a893db2a66de970cbb44e40ac518ce (patch) | |
tree | c37368ebc78b175bcca9ec8620343177f443d014 /core/gui.lua | |
parent | 9ccb3c0611aaa4f6796f34067b604718908f1c82 (diff) | |
download | textadept-f13108c187a893db2a66de970cbb44e40ac518ce.tar.gz textadept-f13108c187a893db2a66de970cbb44e40ac518ce.zip |
Updated to Scintilla 3.3.2.
Diffstat (limited to 'core/gui.lua')
-rw-r--r-- | core/gui.lua | 5 |
1 files changed, 0 insertions, 5 deletions
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) |