From 03c4016d07477781aa3adcc9edf340c0bec9c6c8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Tue, 20 Oct 2020 15:29:03 -0400 Subject: Code cleanup. Of note: * io.save_all_files() does not visit each buffer to save anymore. An unintended side-effect was checking for outside modification (but only if the file itself was modified), so outside changes will always be saved over now. * The menu clicked handler uses assert_type(), so the 'Unknown command' localization is no longer needed. * When printing to a new buffer type would split the view, use an existing split view when possible. * Prefer 'goto continue' construct in loops over nested 'if's. * Fixed clearing of ui.find.replace_entry_text on reset in the GUI version. * Fixed lack of statusbar updating when setting options like buffer EOL mode, indentation, and encoding. * Renamed internal new_snippet() to new() and put it in the snippet metatable. --- core/locales/locale.pl.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/locales/locale.pl.conf') diff --git a/core/locales/locale.pl.conf b/core/locales/locale.pl.conf index bbe34282..a33b1d69 100644 --- a/core/locales/locale.pl.conf +++ b/core/locales/locale.pl.conf @@ -337,9 +337,6 @@ Help = P_omoc Show Manual = Po_dręcznik użytkownika... Show LuaDoc = _LuaDoc... About = _O programie... -# The error message displayed when activating a menu item associated with an -# unknown command. -Unknown command: = Nieznane polecenie: # The text displayed in the dialog for running an arbitrary menu command. Any # key binding associated with commands are also shown. Run Command = Wykonaj polecenie -- cgit v1.2.3