index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Collapse
)
Author
2008-07-15
Added additional mime types, some for new lexers; core/ext/mime_types.lua
mitchell
2008-07-14
Added mime types for new lexers; core/ext/mime_types.lua
mitchell
2008-07-09
Added LuaDoc from core/ext/find.lua to core/.find.lua.
mitchell
2008-07-08
Added additional standard key commands and added some TODO menu items.
mitchell
2008-07-08
Fixed typo in core/.find.lua LuaDoc.
mitchell
2008-07-08
Updated LuaDoc for textadept.reset function; core/.textadept.lua
mitchell
2008-07-05
Added menu option to show command entry; core/ext/menu.lua
mitchell
2008-07-05
Added skeleton set of standard key commands; core/ext/key_commands_std.lua
mitchell
2008-07-05
Fixed mnemonics, added more PM browsers; core/ext/menu.lua
mitchell
2008-07-05
Bugfixes in core/ext/menu.lua
mitchell
2008-07-05
Updated menu structure; core/ext/menu.lua
mitchell
2008-07-05
Added a comprehensive menu; core/ext/menu.lua
mitchell
2008-06-25
Reverted treating lua_dialog as a program; adds Lua as an unwanted dependency.
mitchell
2008-06-25
Treat lua_dialog.lua as a program, not module; core/init.lua
mitchell
I discovered it was possible to get gtk.so to segfault with repeated textdept.reset() commands and then invoke lua_dialog.
2008-06-25
Colourise from 0, not 1 when refreshing; core/ext/key_commands.lua
mitchell
2008-06-24
Fixed bug with '%' in selected text for replacing; core/ext/find.lua
mitchell
2008-06-20
Added icons to Textadept.
mitchell
2008-06-20
Added to LuaDoc for pm.browser; core/.browser.lua
mitchell
2008-06-19
Added extra note in LuaDoc about quit handler; core/events.lua
mitchell
2008-06-18
Updated modules LuaDoc to include info about the modules browser; core/._m.lua
mitchell
2008-06-18
No need for empty string pixmap in core/ext/pm/modules_browser.lua.
mitchell
2008-06-18
Added modules browser to the Project Manager.
mitchell
2008-06-18
Always load Project Manager settings from session file.
mitchell
2008-06-17
Updated copyright year information for LuaDoc files.
mitchell
2008-06-17
Added Tab-completion to Lua Command Entry.
mitchell
2008-05-25
Added mime type for Ragel files; core/ext/mime_types.lua
mitchell
2008-05-25
Added LuaDoc for textadept.reset(); core/.textadept.lua
mitchell
2008-05-13
Fixed bug for menu actions on non-focused buffer; core/ext/pm/buffer_browser.lua
mitchell
2008-03-04
Updated to use new modular lua_dialog.lua; core/init.lua
mitchell
2008-03-04
Fixed bugs with tonumber(cocoa_dialog(...)) in various files.
mitchell
Instead of the extra overhead when calling tonumber(), add the --no-newline option and do a direct string comparison.
2008-03-03
Modified some package paths for consistency.
mitchell
2008-03-03
Updated copyright notice to include the year 2008.
mitchell
2008-02-29
Fixed empty buffer.filename bug in save_as(); core/file_io.lua
mitchell
2008-02-23
Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).
mitchell
2008-02-23
Updated LuaDoc error; core/.browser.lua
mitchell
2008-02-10
Removed boolean redundancy; core/ext/pm/ctags_browser.lua
mitchell
2008-02-10
Added new find in files project manager browser.
mitchell
2008-02-10
Instead of io.popen():read(), a file descriptor is kept and close()'d afterward.
mitchell
2007-12-24
Fixed setting of Ruby lexer after detecting filetype; core/ext/mime_types.lua
mitchell
2007-11-30
Added Usage LuaDoc for textadept.find; core/.find.lua
mitchell
2007-11-30
Removed TODO in LuaDoc; core/ext/pm.lua
mitchell
2007-11-30
Added LuaDoc for pm browsers.
mitchell
2007-11-30
Scintilla 1.75 adds a new iface function; core/iface.lua
mitchell
2007-11-16
Prevent data loss by opening file after 'prepare'ing for save; core/file_io.lua
mitchell
2007-11-03
Various reformatting for consistency.
mitchell
2007-10-07
Moved key command manager to core.
mitchell
2007-10-06
Added textadept.print function that prints to the error buffer.
mitchell
2007-10-06
Added support for "double-click, goto error" in error buffer; core/events.lua
mitchell
2007-09-27
Added buffer:reload() function.
mitchell
2007-09-24
Updated documentation.
mitchell
[prev]
[next]