aboutsummaryrefslogtreecommitdiff
path: root/core/locales
AgeCommit message (Collapse)Author
2016-04-16Fixed spelling error in English-localized messages.mitchell
2016-04-16Find in files should not print the contents of binary files.mitchell
Use placeholder text instead. This is common in Unix tools.
2016-04-07Only show snippet trigger and text in selection dialog.mitchell
2015-12-31Updated copyright date.mitchell
2015-11-04Updated Swedish translation; core/locales/locale.sv.confmitchell
Thanks to Niklas Wallén.
2015-07-28Added Italian translation and updated French translation.mitchell
Thanks to Giovanni Salmeri.
2014-12-31Updated copyright year.mitchell
2014-11-13Added Arabic translation.mitchell
Thanks to Ahed Eid.
2014-07-19Updated Swedish translation; core/locales/locale.sv.confmitchell
Thanks to Niklas Wallén.
2014-07-09Updated Polish translation; core/locales/locale.pl.confmitchell
Thanks to Piotr Orzechowski.
2014-06-24Updated Polish translation; core/locales/locale.pl.confmitchell
Thanks to Piotr Orzechowski
2014-06-21Added Polish translation.mitchell
Thanks to Piotr Orzechowski.
2014-05-28Removed `textadept.editing.select_indented_block()`.mitchell
2014-05-24Removed Adeptsense in favor of new framework committed in r1735.mitchell
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions.
2014-03-26Include my new "lspawn" module by default for spawning processes.mitchell
The `textadept.run` module now uses `spawn()` instead of `io.popen()`. This module replaces the dependency on winapi. Removed experimental `io.popen()` and `os.execute()` hooks. They may be re-implemented later using `spawn()`.
2014-01-14Added Swedish translation from Niklas Wallén.mitchell
2014-01-12Updated copyright information.mitchell
2013-12-12More LuaDoc updates.mitchell
2013-10-18Added "Save All" to the menu.mitchell
2013-06-21Remove theme selection since it does not persist.mitchell
Encourage calling `gui.set_theme()` from *~/.textadept/init.lua* instead.
2013-04-26Consolidated the editing module's `grow_selection()` into `enclose_selected()`.mitchell
The former was originally designed to complement the latter.
2013-04-24Mark recognized errors in compile/run output and added navigation functions.mitchell
2013-04-24Moved `_M.textadept.filter_through` functionality into `editing` module.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-03-25Added lfs.dir_foreach() for allowing Find in Files to have a filter.mitchell
Also moved snapopen module into core as io.snapopen().
2013-02-26Removed useless gui.dialog() options for fileopen/filesave.mitchell
2013-01-20Updated copyright date.mitchell
2012-12-06Added French translation from Gilles Grégoire; core/locales/locale.fr.confmitchell
2012-03-27Removed mentions of GTK stock items in in translation notes.mitchell
2012-03-27Added German translation from Robert Gieseke; core/locales/locale.de.confmitchell
2012-03-27Translate all messages instead of relying on GTK to translate stock items.mitchell
2012-03-26Updated some links.mitchell
2012-03-22Added Spanish translation from Manuel Montenegro.mitchell
2012-03-07Updated contact email address.mitchell
2011-11-29Updated Russian localization; core/locales/locale.ru.confmitchell
Thanks to Vladimir Lomov.
2011-11-23Removed _m.textadept.editing.select_style().mitchell
2011-11-23Added theme utilities, modified light and dark themes, and removed scite theme.mitchell
Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki.
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
'_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values; 'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()'; Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments changed to make more sense.
2011-09-21Rearranged Tools menu.mitchell
2011-08-22Changed some key commands.mitchell
2011-08-22Added Russian translation from Vladimir; core/locales/locale.ru.confmitchell