aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.conf
Commit message (Collapse)AuthorAge
* Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`.Gravatar mitchell2019-09-23
| | | | Also updated keybindings.
* Added back "Paste Reindent", but as a separate menu/key/command from "Paste".Gravatar mitchell2019-09-21
|
* Use CP1252 instead of ISO-8859-1.Gravatar mitchell2019-07-30
| | | | CP1252 is a superset of ISO-8859-1.
* Updated copyright year.Gravatar mitchell2019-02-16
|
* Added module for recording, playing, saving, and loading keyboard macros.Gravatar mitchell2018-10-22
|
* When filtering text through shell commands, halt on non-zero status code.Gravatar mitchell2018-10-17
|
* Updated copyright year.Gravatar mitchell2018-01-25
|
* Removed redundant "Select in delimiter" menus and keys.Gravatar mitchell2017-11-10
| | | | They can be auto-detected now.
* Fixed localization regression introduced in r2288; core/locale.confGravatar mitchell2017-01-11
|
* Use more descriptive header in command selection dialog.Gravatar mitchell2017-01-01
|
* Updated copyright information.Gravatar mitchell2016-12-31
|
* Removed MacRoman encoding option, as OSX uses UTF-8 by default.Gravatar mitchell2016-11-04
|
* Added context to localization messages for easier translation.Gravatar mitchell2016-07-06
|
* Added timeout prompt for "Find in Files".Gravatar mitchell2016-07-04
| | | | It is now possible to cancel a "Find in Files" search part-way through.
* Replaced Lua pattern matching with Regex via Scintilla and TRE.Gravatar mitchell2016-07-04
| | | | | | | | As a result, changed `ui.find.lua` to `ui.find.regex` Also removed luautf8 dependency since it is no longer needed. Regex replacements cannot contain embedded Lua code. Jumping to "find in files" results selects those results instead of just jumping to their respective lines.
* Allow binary files to be encoded in something else.Gravatar mitchell2016-06-15
| | | | | UTF-16 files (and other encodings with null bytes) are initially recognized as binary files (no encoding). Allow encodings to be set for such files after load.
* Be more liberal about comments in locale files and use '#' by default.Gravatar mitchell2016-06-15
|
* Removed explicit detection and use of extinct CR line endings.Gravatar mitchell2016-06-15
| | | | | It's quite possible some of Textadept's functions didn't handle them properly anyway.
* Renamed "snapopen" to "quick open" in APIs and menus.Gravatar mitchell2016-06-15
|
* Added menu item and dialog for setting run/compile command arguments.Gravatar mitchell2016-04-16
|
* Localize "Lua reset" message.Gravatar mitchell2016-04-16
|
* Fixed spelling error in English-localized messages.Gravatar mitchell2016-04-16
|
* Find in files should not print the contents of binary files.Gravatar mitchell2016-04-16
| | | | Use placeholder text instead. This is common in Unix tools.
* Only show snippet trigger and text in selection dialog.Gravatar mitchell2016-04-07
|
* Updated copyright date.Gravatar mitchell2015-12-31
|
* Updated copyright year.Gravatar mitchell2014-12-31
|
* Removed `textadept.editing.select_indented_block()`.Gravatar mitchell2014-05-28
|
* Removed Adeptsense in favor of new framework committed in r1735.Gravatar mitchell2014-05-24
| | | | | Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions.
* Include my new "lspawn" module by default for spawning processes.Gravatar mitchell2014-03-26
| | | | | | | 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()`.
* Updated copyright information.Gravatar mitchell2014-01-12
|
* More LuaDoc updates.Gravatar mitchell2013-12-12
|
* Added "Save All" to the menu.Gravatar mitchell2013-10-18
|
* Remove theme selection since it does not persist.Gravatar mitchell2013-06-21
| | | | Encourage calling `gui.set_theme()` from *~/.textadept/init.lua* instead.
* Consolidated the editing module's `grow_selection()` into `enclose_selected()`.Gravatar mitchell2013-04-26
| | | | The former was originally designed to complement the latter.
* Mark recognized errors in compile/run output and added navigation functions.Gravatar mitchell2013-04-24
|
* Moved `_M.textadept.filter_through` functionality into `editing` module.Gravatar mitchell2013-04-24
|
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
| | | | Requires Scintilla r4436 and Scinterm r45.
* Added lfs.dir_foreach() for allowing Find in Files to have a filter.Gravatar mitchell2013-03-25
| | | | Also moved snapopen module into core as io.snapopen().
* Removed useless gui.dialog() options for fileopen/filesave.Gravatar mitchell2013-02-26
|
* Updated copyright date.Gravatar mitchell2013-01-20
|
* Added ncurses Find/Replace dialog.Gravatar mitchell2012-06-04
|
* Removed mentions of GTK stock items in in translation notes.Gravatar mitchell2012-03-27
|
* Translate all messages instead of relying on GTK to translate stock items.Gravatar mitchell2012-03-27
|
* Updated contact email address.Gravatar mitchell2012-03-07
|
* Removed _m.textadept.editing.select_style().Gravatar mitchell2011-11-23
|
* Added theme utilities, modified light and dark themes, and removed scite theme.Gravatar mitchell2011-11-23
| | | | | Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki.
* Refactored textadept.c and changed Lua interface a bit.Gravatar mitchell2011-09-25
| | | | | | | | '_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.
* Rearranged Tools menu.Gravatar mitchell2011-09-21
|
* Changed some key commands.Gravatar mitchell2011-08-22
|
* Added Toggle Fold menu command.Gravatar mitchell2011-07-16
|