aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-08Fixed typo in core/.find.lua LuaDoc.mitchell
2008-07-08Updated LuaDoc for textadept.reset function; core/.textadept.luamitchell
2008-07-08Fix bug when file is not matched in modules/lua/commands.lua.mitchell
2008-07-05Added menu option to show command entry; core/ext/menu.luamitchell
2008-07-05Can load standard key commands from init.lua.mitchell
2008-07-05Added skeleton set of standard key commands; core/ext/key_commands_std.luamitchell
2008-07-05Can load comprehensive menu from init.lua.mitchell
2008-07-05Fixed mnemonics, added more PM browsers; core/ext/menu.luamitchell
2008-07-05Bugfixes in core/ext/menu.luamitchell
2008-07-05Updated menu structure; core/ext/menu.luamitchell
2008-07-05Added a comprehensive menu; core/ext/menu.luamitchell
2008-07-05Cancelling 'goto line' dialog shouldn't error; modules/textadept/editing.luamitchell
2008-06-25Reverted treating lua_dialog as a program; adds Lua as an unwanted dependency.mitchell
2008-06-25Updated osx.patch.mitchell
2008-06-25Treat lua_dialog.lua as a program, not module; core/init.luamitchell
I discovered it was possible to get gtk.so to segfault with repeated textdept.reset() commands and then invoke lua_dialog.
2008-06-25Colourise from 0, not 1 when refreshing; core/ext/key_commands.luamitchell
2008-06-25Added tag beta_r4 for changeset d0bc2168e27cmitchell
2008-06-25Updated osx.patch.mitchell
2008-06-24Added _m.textadept.bookmarks module; modules/textadept/bookmarks.luamitchell
2008-06-24Fixed bug with '%' in selected text for replacing; core/ext/find.luamitchell
2008-06-20Added icons to Textadept.mitchell
2008-06-20Added to LuaDoc for pm.browser; core/.browser.luamitchell
2008-06-20Simplified get_line in modules/lua/commands.lua.mitchell
2008-06-19Added extra note in LuaDoc about quit handler; core/events.luamitchell
2008-06-19l_handle_event should return false if function check fails; src/lua_interface.cmitchell
2008-06-18Re-structured src/textadept.h.mitchell
2008-06-18Updated modules LuaDoc to include info about the modules browser; core/._m.luamitchell
2008-06-18No need for empty string pixmap in core/ext/pm/modules_browser.lua.mitchell
2008-06-18Check that 'pixbuf' key is not nil in l_pm_populate; src/lua_interface.cmitchell
2008-06-18Added modules browser to the Project Manager.mitchell
2008-06-18Fixed gtktreestore.c warning by ending columns with -1; src/lua_interface.cmitchell
2008-06-18Always load Project Manager settings from session file.mitchell
2008-06-17Use liblua5.1.a from Lua Binaries; src/Makefilemitchell
2008-06-17Updated copyright year information for LuaDoc files.mitchell
2008-06-17Include a lua.a like scintilla-st.a for source compile.mitchell
2008-06-17Added Tab-completion to Lua Command Entry.mitchell
2008-06-15Merged properties.h into textadept.h and textadept.c.mitchell
2008-06-15Eliminated build warnings.mitchell
2008-06-15Used 'signal' macros in find_create_ui; src/textadept.cmitchell
2008-06-15Merged pm.c and find_replace.c into textadept.c; updated Makefile.mitchell
2008-06-15Added doxygen documentation to source files.mitchell
2008-05-25Added mime type for Ragel files; core/ext/mime_types.luamitchell
2008-05-25Added LuaDoc for textadept.reset(); core/.textadept.luamitchell
2008-05-13Fixed bug for menu actions on non-focused buffer; core/ext/pm/buffer_browser.luamitchell
2008-03-05Added tag beta_r3 for changeset 4fff831300a3mitchell
2008-03-05Updated osx.patch.mitchell
2008-03-05Added list of symbols to export when compiling Lua; src/lua.symmitchell
2008-03-04No external Lua dependency; Textadept compiles with Lua and exports its symbols.mitchell
2008-03-04Updated to use new modular lua_dialog.lua; core/init.luamitchell
2008-03-04Fixed 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.