aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* 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
* 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 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
* 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
* Attempt to preserve existing EOL mode for opened files; core/file_io.luaGravatar mitchell2009-02-23
* The recent_files list behaves better; core/file_io.luaGravatar 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
* 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
* 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
* Only use escape sequences in Lua pattern searches; core/ext/find.luaGravatar mitchell2009-02-15
* PM browser cursors are saved and restored when switching between browsers.Gravatar mitchell2009-02-15
* Fixed LuaDoc for buffer:get_line_sel_start_position(); core/.buffer.luaGravatar mitchell2009-02-14
* update_ui() when selecting a lexer from the menu just in case; core/ext/menu.luaGravatar mitchell2009-02-14
* Read and write in binary mode for everything.Gravatar mitchell2009-02-14
* Added textadept.context_menu field for a custom popup context menu.Gravatar mitchell2009-02-14
* Removed worthless textadept.popupmenu() function.Gravatar mitchell2009-02-14
* Prompt for file reload if it was modified outside of Textadept.Gravatar mitchell2009-02-14
* Be consistant in hacking around GTK-OSX's handling of 'Alt'; core/ext/keys.luaGravatar mitchell2009-02-14
* Can toggle the showing of 'dot' files in the PM file browser via popupmenu.Gravatar mitchell2009-02-14
* Find in Files should search in 'dot' files; core/ext/find.luaGravatar mitchell2009-02-14
* Treat 'appleevent_odoc' event as a 'uri_dropped' event; core/events.luaGravatar mitchell2009-02-12
* Load dropped directories into the PM file browser; core/ext/pm/file_browser.luaGravatar mitchell2009-02-12
* If filename exists, but cannot be read, do not open it; core/file_io.luaGravatar mitchell2009-02-12
* Use Tab and Shift+Tab for snippets instead of [MODIFIERS]+I.Gravatar mitchell2009-02-12
* Replaced my key_commands.lua with consolidated key_commands_{std,mac}.lua.Gravatar mitchell2009-02-12