aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Check for ~/.ta_modules using io.open instead of dofile error message; init.luaGravatar mitchell2009-06-16
* Alphabetize lexers when dynamically loading them from disk; core/ext/menu.luaGravatar mitchell2009-06-01
* Eliminated redundant LuaDoc.Gravatar mitchell2009-05-01
* Fixed Doxygen doc; src/lua_interface.cGravatar mitchell2009-05-01
* Removed macro support; just use Lua for scripting.Gravatar mitchell2009-04-02
* Display an 'ok-msgbox' on Replace error; core/ext/find.luaGravatar mitchell2009-04-02
* Added tag textadept_1.6 for changeset 6de23cdf73b5Gravatar mitchell2009-04-01
* Fixed a block character insertion issue on GTK-OSX; core/ext/keys.luaGravatar mitchell2009-03-18
* Fixed issue with buffer browser cursor saving; core/ext/pm/buffer_browser.luaGravatar mitchell2009-03-08
* Minimize iterating through browers for matches; core/ext/pm.luaGravatar mitchell2009-03-08
* Set MARK_FIND_COLOR for all new views rather than just the current one.Gravatar mitchell2009-03-07
* Added LuaDoc for textadept.iconv; core/.textadept.luaGravatar mitchell2009-03-04
* Minor core code cleanup.Gravatar mitchell2009-03-03
* Trimmed theme files.Gravatar mitchell2009-03-03
* Ignore null byte for specific Scintilla messages; use buffer:get_text() again.Gravatar mitchell2009-03-01
* Added 'file_before_save' signal.Gravatar mitchell2009-03-01
* Added tag textadept_1.6_beta for changeset 9540b727498cGravatar mitchell2009-03-01
* Added support for multiple character encodings through g_convert().Gravatar mitchell2009-03-01
* Use buffer:text_range() instead of buffer:get_text() because of trailing '\0'.Gravatar mitchell2009-03-01
* Account for null bytes in strings pushed to Lua; src/lua_interface.cGravatar mitchell2009-03-01
* Use UTF-8 internally and respect platform filename encoding.Gravatar mitchell2009-02-28
* Removed 'project' Project Manager browser.Gravatar mitchell2009-02-28
* Update the PM cursor on menu action; core/ext/pm/buffer_browser.luaGravatar mitchell2009-02-26
* Add dropped directories to the list of browsers; core/ext/pm/file_browser.luaGravatar mitchell2009-02-25
* Fixed SCN_SAVEPOINTLEFT bug for unfocused split views; src/textadept.cGravatar mitchell2009-02-23
* Attempt to preserve existing EOL mode for opened files; core/file_io.luaGravatar mitchell2009-02-23
* Use lfs.chdir() instead of a command to do so; modules/textadept/run.luaGravatar mitchell2009-02-23
* The recent_files list behaves better; core/file_io.luaGravatar mitchell2009-02-23
* Fixed index error on textadept.reset() for bookmarks and mlines modules.Gravatar mitchell2009-02-23
* Added key commands and menu items to navigate 'Find in Files' list.Gravatar mitchell2009-02-22
* Fixed key command shortcut for m_snippets.list; core/ext/key_commands.lua.Gravatar mitchell2009-02-22
* Reset buffer.modification_time inside buffer:reload(); core/file_io.luaGravatar mitchell2009-02-22
* Set MARK_*_COLOR for all new views rather than just the current one.Gravatar mitchell2009-02-22
* Fixed ctags browser bug with filenames; core/ext/pm/ctags_browser.luaGravatar mitchell2009-02-21
* Do not add browsers to the combo entry again on textadept.reset().Gravatar mitchell2009-02-21
* Fixed toggle bookmark bug, wrap searches; modules/textadept/bookmarks.luaGravatar mitchell2009-02-21
* Added tag textadept_1.5 for changeset 2d66b932a874Gravatar mitchell2009-02-20
* Remove multiple '/'s in the file browser; core/ext/pm/file_browser.luaGravatar mitchell2009-02-19
* Forgot to close the configuration file being read; core/ext/mime_types.luaGravatar mitchell2009-02-17
* Moved localization into a configuration file.Gravatar mitchell2009-02-17
* Removed hard-coded lexers from core/ext/menu.lua; generate them dynamically.Gravatar mitchell2009-02-17
* Moved mime-type configuration into a configuration file.Gravatar mitchell2009-02-17
* Save "_type" buffers in session file; core/file_io.luaGravatar mitchell2009-02-16
* Fixed some key command modifiers; core/ext/key_commands.luaGravatar mitchell2009-02-16
* Cleaned up some Lua code.Gravatar mitchell2009-02-15
* Removed buggy 'Select in Structure' from _m.textadept.editing.Gravatar mitchell2009-02-15
* Find in Files marks the double-clicked line; core/ext/find.luaGravatar mitchell2009-02-15
* Rewrote modules/textadept/run.lua.Gravatar mitchell2009-02-15
* Only use escape sequences in Lua pattern searches; core/ext/find.luaGravatar mitchell2009-02-15
* Minor refactoring, more encapsulation, and code cleanup.Gravatar mitchell2009-02-15