index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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-08
Fix bug when file is not matched in modules/lua/commands.lua.
mitchell
2008-07-05
Added menu option to show command entry; core/ext/menu.lua
mitchell
2008-07-05
Can load standard key commands from init.lua.
mitchell
2008-07-05
Added skeleton set of standard key commands; core/ext/key_commands_std.lua
mitchell
2008-07-05
Can load comprehensive menu from init.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-07-05
Cancelling 'goto line' dialog shouldn't error; modules/textadept/editing.lua
mitchell
2008-06-25
Reverted treating lua_dialog as a program; adds Lua as an unwanted dependency.
mitchell
2008-06-25
Updated osx.patch.
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-25
Added tag beta_r4 for changeset d0bc2168e27c
mitchell
2008-06-25
Updated osx.patch.
mitchell
2008-06-24
Added _m.textadept.bookmarks module; modules/textadept/bookmarks.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-20
Simplified get_line in modules/lua/commands.lua.
mitchell
2008-06-19
Added extra note in LuaDoc about quit handler; core/events.lua
mitchell
2008-06-19
l_handle_event should return false if function check fails; src/lua_interface.c
mitchell
2008-06-18
Re-structured src/textadept.h.
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
Check that 'pixbuf' key is not nil in l_pm_populate; src/lua_interface.c
mitchell
2008-06-18
Added modules browser to the Project Manager.
mitchell
2008-06-18
Fixed gtktreestore.c warning by ending columns with -1; src/lua_interface.c
mitchell
2008-06-18
Always load Project Manager settings from session file.
mitchell
2008-06-17
Use liblua5.1.a from Lua Binaries; src/Makefile
mitchell
2008-06-17
Updated copyright year information for LuaDoc files.
mitchell
2008-06-17
Include a lua.a like scintilla-st.a for source compile.
mitchell
2008-06-17
Added Tab-completion to Lua Command Entry.
mitchell
2008-06-15
Merged properties.h into textadept.h and textadept.c.
mitchell
2008-06-15
Eliminated build warnings.
mitchell
2008-06-15
Used 'signal' macros in find_create_ui; src/textadept.c
mitchell
2008-06-15
Merged pm.c and find_replace.c into textadept.c; updated Makefile.
mitchell
2008-06-15
Added doxygen documentation to source files.
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-05
Added tag beta_r3 for changeset 4fff831300a3
mitchell
2008-03-05
Updated osx.patch.
mitchell
2008-03-05
Added list of symbols to export when compiling Lua; src/lua.sym
mitchell
2008-03-04
No external Lua dependency; Textadept compiles with Lua and exports its symbols.
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.
[prev]
[next]