aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
...
* Fixed some corner cases for Find in Files user interface; core/ext/find.luaGravatar mitchell2009-02-12
* Moved the textadept.locale table into the globals table.Gravatar mitchell2009-02-10
* Use a _type field for special _print() buffers' titles instead of 'Untitled'.Gravatar mitchell2009-02-10
* Fixed Paste menu issue with Mac OSX; core/ext/menu.luaGravatar mitchell2009-02-08
* Do not do any find/replace when there is no find text.Gravatar mitchell2009-02-08
* Removed buffer:find() function.Gravatar mitchell2009-02-08
* Cleaned up code, used argchecks instead of Lua errors, and enhanced stability.Gravatar mitchell2009-02-08
* Fixed a bug and added enhancements to Find in Files.Gravatar mitchell2009-02-05
* Respond to GtkComboBoxEntry's "changed" event with PM entry activation.Gravatar mitchell2009-02-05
* Ignore find text case with case-insensitive find in files; core/ext/find.luaGravatar mitchell2009-02-04
* Added menu options for changing line endings in buffers.Gravatar mitchell2009-02-01
* Moved highlight-braces from core/events.lua to modules/textadept/editing.lua.Gravatar mitchell2009-01-30
* Updated LuaDoc.Gravatar mitchell2009-01-30
* Print messages to a split view instead of switching buffers; core/init.luaGravatar mitchell2009-01-27
* Do not open a non-existant file from _m.textadept.run.goto_error.Gravatar mitchell2009-01-27
* Use a combo entry to either type in or select a PM browser to use.Gravatar mitchell2009-01-27
* Don't goto_buffer that doesn't exist when loading session; core/file_io.luaGravatar mitchell2009-01-26
* Menu label text is irrelevant for menu actions due to l10n; focus on menu_id.Gravatar mitchell2009-01-26
* Should be reading and writing in binary mode; core/file_io.luaGravatar mitchell2009-01-26
* Menu label text is irrelevant for PM menu actions due to l10n; focus on menu_id.Gravatar mitchell2009-01-26
* Added 'Replace All' for just selected text.Gravatar mitchell2009-01-26
* Removed some rarely-used functions from modules/textadept/editing.lua et. al.Gravatar mitchell2009-01-25
* Moved auto-indent from core/events.lua to modules/textadept/editing.lua.Gravatar mitchell2009-01-25
* Fix a 'Replace All' bug and make it undo-able; core/ext/find.luaGravatar mitchell2009-01-25
* Replaced str:match with str:find where applicable for speed improvements.Gravatar mitchell2009-01-25
* goto_file shouldn't depend on _m.textadept.editing.goto_line; core/ext/find.luaGravatar mitchell2009-01-25
* Updated core/ext/pm/buffer_browser.lua to update the PM cursor appropriately.Gravatar mitchell2009-01-25
* The cursor in the Project Manager can be set through textadept.pm.cursor.Gravatar mitchell2009-01-25
* Fixed bugs with opening binary files; core/file_io.luaGravatar mitchell2009-01-25
* Scroll the view back to how it was for 'no results found'; core/ext/find.luaGravatar mitchell2009-01-25
* Fixed bug with URI dropping and do nothing with directory drops; core/events.luaGravatar mitchell2009-01-25
* textadept.io.reload() scrolls the view back to how it was; core/file_io.luaGravatar mitchell2009-01-25
* Added Find in Files support.Gravatar mitchell2009-01-24
* Removed 'find' Project Manager browser.Gravatar mitchell2009-01-24
* Use lexer themes defined in Textadept's themes/, not scintilla-st's themes/.Gravatar mitchell2009-01-24
* Look for ~/.ta_theme for setting _THEME; core/init.luaGravatar mitchell2009-01-23
* Allow _THEME to be a directory path, not just a name in themes/; core/events.luaGravatar mitchell2009-01-23
* Updated LuaDoc for textadept.reset() to avoid confusion; core/.textadept.luaGravatar mitchell2009-01-22
* Updated some LuaDoc.Gravatar mitchell2009-01-21
* Created a way to print messages to different kinds of buffers, not just error.Gravatar mitchell2009-01-16
* Added key commands, menu items, and locale strings for running/compiling files.Gravatar mitchell2009-01-14
* Changed incorrect usage of buffer.call_tip_use_style in themes.Gravatar mitchell2009-01-14
* Moved utilities to run/compile files and decode errors into a Textadept module.Gravatar mitchell2009-01-14
* Various improvements to speed and readability of Lua code.Gravatar mitchell2009-01-10
* Reformatted all C and Lua code to a single standard for each language.Gravatar mitchell2009-01-08
* Move all 'require' statements into init.lua and label for easy configuration.Gravatar mitchell2009-01-05
* Add bookmarks to the textadept module and menu.Gravatar mitchell2009-01-05
* Added localization support.Gravatar mitchell2009-01-03
* Fixed core/ext/key_commands_std.lua key conflict.Gravatar mitchell2009-01-02
* Updated copyright dates for 2009.Gravatar mitchell2009-01-01