diff options
author | 2009-04-02 17:47:53 -0400 | |
---|---|---|
committer | 2009-04-02 17:47:53 -0400 | |
commit | e6cac1c716ce3cadab1a7ed45ec2dbb963270acb (patch) | |
tree | 8f44171dc33f0a7936c4eec98b7585ef5270f2a7 /core/locale.conf | |
parent | 480acebc578b95d553ffb5061f773a03a3a1a731 (diff) | |
download | textadept-e6cac1c716ce3cadab1a7ed45ec2dbb963270acb.tar.gz textadept-e6cac1c716ce3cadab1a7ed45ec2dbb963270acb.zip |
Removed macro support; just use Lua for scripting.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/core/locale.conf b/core/locale.conf index 4004e4ff..5edabdaa 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -512,22 +512,6 @@ MENU_TOOLS_BM_NEXT "_Next" MENU_TOOLS_BM_PREV "_Previous" % core/ext/menu.lua -% "M_acros" -MENU_TOOLS_MACROS_TITLE "M_acros" - -% core/ext/menu.lua -% "_Start Recording" -MENU_TOOLS_MACROS_START "_Start Recording" - -% core/ext/menu.lua -% "S_top Recording" -MENU_TOOLS_MACROS_STOP "S_top Recording" - -% core/ext/menu.lua -% "_Play Macro" -MENU_TOOLS_MACROS_PLAY "_Play Macro" - -% core/ext/menu.lua % "_Buffer" MENU_BUF_TITLE "_Buffer" @@ -703,10 +687,6 @@ PM_BROWSER_FILE_INFO_OK "OK" % "Show Dot Files" PM_BROWSER_FILE_SHOW_DOT_FILES "Show _Dot Files" -% core/ext/pm/macro_browser.lua -% "_Delete" -PM_BROWSER_MACRO_DELETE "_Delete" - % core/ext/pm/modules_browser.lua % "_New Module" PM_BROWSER_MODULE_NEW "_New Module" @@ -767,34 +747,6 @@ M_TEXTADEPT_EDITING_GOTO_TITLE "Go To" % "Line Number:" M_TEXTADEPT_EDITING_GOTO_TEXT "Line Number:" -% modules/textadept/macros.lua -% "Macro recording" -M_TEXTADEPT_MACRO_RECORDING "Macro recording" - -% modules/textadept/macros.lua -% "Macro name?" -M_TEXTADEPT_MACRO_SAVE_TITLE "Macro name?" - -% modules/textadept/macros.lua -% "Macro name" -M_TEXTADEPT_MACRO_SAVE_TEXT "Macro name" - -% modules/textadept/macros.lua -% "Macro saved" -M_TEXTADEPT_MACRO_SAVED "Macro saved" - -% modules/textadept/macros.lua -% "Macro not saved" -M_TEXTADEPT_MACRO_NOT_SAVED "Macro not saved" - -% modules/textadept/macros.lua -% "Select a Macro" -M_TEXTADEPT_MACRO_SELECT_TITLE "Select a Macro" - -% modules/textadept/macros.lua -% "Macro name:" -M_TEXTADEPT_MACRO_SELECT_TEXT "Macro name:" - % modules/textadept/run.lua % "The file "%s" does not exist." M_TEXTADEPT_RUN_FILE_DOES_NOT_EXIST "The file "%s" does not exist." |