aboutsummaryrefslogtreecommitdiff
path: root/core/locales
AgeCommit message (Collapse)Author
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