aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.conf
Commit message (Collapse)AuthorAge
* 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
|
* Removed Lexer menu in favor of 'Buffer->Select Lexer...'.Gravatar mitchell2011-07-16
|
* Rearranged Buffer and View menus and changed various accelerators.Gravatar mitchell2011-07-16
|
* Rearranged Edit menu and accelerators.Gravatar mitchell2011-07-16
|
* Moved Adeptsense commands into Tools menu.Gravatar mitchell2011-07-16
|
* Fixed accelerator conflict in menu.Gravatar mitchell2011-07-15
|
* Added menu and keys for moving lines up and down.Gravatar mitchell2011-07-15
|
* Added Upper and Lower menu commands for selection case.Gravatar mitchell2011-07-14
|
* Changed menu labels to be more descriptive and added select_command() dialog.Gravatar mitchell2011-07-14
|
* Refactored key commands and added menu accelerators.Gravatar mitchell2011-07-13
| | | | | Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module.
* Removed label mnemonics from localization keys.Gravatar mitchell2011-07-11
|
* Localize the labels and buttons in the find GUI frame; src/textadept.cGravatar mitchell2011-06-30
|
* Use string constants for event names.Gravatar mitchell2011-06-23
|
* Change menu caption for snippet's 'Insert' to 'Expand'.Gravatar mitchell2011-03-27
|
* Snapopen allows multiple files to be selected now.Gravatar mitchell2011-03-25
|
* Rewrote _m.textadept.snippets module.Gravatar mitchell2011-03-23
| | | | Snippet syntax has changed; see LuaDoc for details.
* Add Adeptsense menu options 'Complete Symbol' and 'Show Documentation'.Gravatar mitchell2011-02-26
|
* Can navigate between bookmarks with a filteredlist.Gravatar mitchell2011-01-19
|
* Modified Buffer menu options.Gravatar mitchell2011-01-19
|
* More informative check_focused_buffer() error message.Gravatar mitchell2011-01-13
|
* Updated copyright information.Gravatar mitchell2010-12-28
|
* Added filter-through module for shell commands.Gravatar mitchell2010-12-23
|
* Added key commands and menu options for toggling virtual space.Gravatar mitchell2010-11-24
|
* Code cleanup.Gravatar mitchell2010-11-23
| | | | Also modified the editing module's enclose() and select_enclosed() functions.
* Display expected error messages in file IO.Gravatar mitchell2010-10-28
|
* Can highlight all occurances of a word; adapted from Brian Schott.Gravatar mitchell2010-10-15
|