From 28285f671e4c681b8eb236a981bc4024050f0f1b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 4 Nov 2016 11:42:58 -0400 Subject: Removed MacRoman encoding option, as OSX uses UTF-8 by default. --- modules/textadept/keys.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/textadept/keys.lua') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 7701f772..8221a5d4 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -115,7 +115,6 @@ local M = {} -- None |None |None |UTF-8 encoding -- None |None |None |ASCII encoding -- None |None |None |ISO-8859-1 encoding --- None |None |None |MacRoman encoding -- None |None |None |UTF-16 encoding -- Ctrl+Shift+L |⌘⇧L |M-S-L |Select lexer... -- F5 |F5 |^L
F5 |Refresh syntax highlighting @@ -447,7 +446,6 @@ keys[not OSX and (GUI and 'cai' or 'mi') -- TODO: m_buffer[_L['E_ncoding']][_L['_UTF-8 Encoding']][2] -- TODO: m_buffer[_L['E_ncoding']][_L['_ASCII Encoding']][2] -- TODO: m_buffer[_L['E_ncoding']][_L['_ISO-8859-1 Encoding']][2] --- TODO: m_buffer[_L['E_ncoding']][_L['_MacRoman Encoding']][2] -- TODO: m_buffer[_L['E_ncoding']][_L['UTF-1_6 Encoding']][2] if GUI then keys[not OSX and 'ca\n' or 'c\n'] = m_buffer[_L['Toggle View _EOL']][2] -- cgit v1.2.3