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 (
Expand
)
Author
2009-01-24
Added Find in Files support.
mitchell
2009-01-24
Removed 'find' Project Manager browser.
mitchell
2009-01-24
Use lexer themes defined in Textadept's themes/, not scintilla-st's themes/.
mitchell
2009-01-23
Look for ~/.ta_theme for setting _THEME; core/init.lua
mitchell
2009-01-23
Allow _THEME to be a directory path, not just a name in themes/; core/events.lua
mitchell
2009-01-22
Updated LuaDoc for textadept.reset() to avoid confusion; core/.textadept.lua
mitchell
2009-01-22
Added tag textadept_1.2 for changeset c94af9938225
mitchell
2009-01-21
Updated some LuaDoc.
mitchell
2009-01-21
Don't need buffer:goto_pos() in modules/textadept/editing.lua's goto_line().
mitchell
2009-01-21
Bugfixes in modules/textadept/run.lua
mitchell
2009-01-19
Use the 'shows_messages' buffer for run commands; modules/textadept/run.lua
mitchell
2009-01-19
Command line parameters can now be used in Windows.
mitchell
2009-01-16
Created a way to print messages to different kinds of buffers, not just error.
mitchell
2009-01-16
Updated some LuaDoc; modules/textadept/run.lua
mitchell
2009-01-14
Sometimes goto_line will select text, fix that; modules/textadept/editing.lua
mitchell
2009-01-14
Added key commands, menu items, and locale strings for running/compiling files.
mitchell
2009-01-14
No need for 'run' function for running scripts anymore; modules/lua/commands.lua
mitchell
2009-01-14
Changed incorrect usage of buffer.call_tip_use_style in themes.
mitchell
2009-01-14
Moved utilities to run/compile files and decode errors into a Textadept module.
mitchell
2009-01-11
Added tag textadept_1.1 for changeset 08ab61a85433
mitchell
2009-01-11
Manually parse ~/.gtkrc-2.0 on Mac since GTK-OSX doesn't do it; src/textadept.c
mitchell
2009-01-10
Various improvements to speed and readability of Lua code.
mitchell
2009-01-08
Reformatted all C and Lua code to a single standard for each language.
mitchell
2009-01-05
Move all 'require' statements into init.lua and label for easy configuration.
mitchell
2009-01-05
Add bookmarks to the textadept module and menu.
mitchell
2009-01-05
Fixed modules/textadept/bookmarks.lua bug for goto next and prev bookmark.
mitchell
2009-01-03
Added localization support.
mitchell
2009-01-02
Fixed core/ext/key_commands_std.lua key conflict.
mitchell
2009-01-01
Added tag textadept_1.0 for changeset 481bec8a9905
mitchell
2009-01-01
Updated copyright dates for 2009.
mitchell
2008-12-30
Added 'Show PM Project' to 'Project Manager' menu; core/ext/menu.lua
mitchell
2008-12-30
Updated Doxygen doc for src/lua_interface.c
mitchell
2008-12-30
Updated core/ext/keys.lua LuaDoc for the ALT key on Mac OSX.
mitchell
2008-12-30
Fixes to recognize Windows path separators.
mitchell
2008-12-30
Use table.concat instead of multiple string concats; core/events.lua
mitchell
2008-12-23
Use module browser for adding modules for platform independence; modules/new
mitchell
2008-12-23
Updated core/ext/pm/modules_browser.lua to use LuaFileSystem and templates.
mitchell
2008-12-23
Use table.concat instead of multiple string concats for performance improvement.
mitchell
2008-12-23
Changed ctags flag for use with Mac OSX; core/ext/pm/ctags_browser.lua
mitchell
2008-12-23
Added option for smart_paste() to reindent text; modules/textadept/editing.lua
mitchell
2008-12-22
Fixed bugs in macros and macro browser.
mitchell
2008-12-22
Light theme is the default; moved old dark default into its own theme.
mitchell
2008-12-22
Enable the menubar by default; init.lua
mitchell
2008-12-22
On Mac OSX, the GTK menubar is integrated into the macbar; src/textadept.c
mitchell
2008-12-21
Finally added ability to quit Textadept from Lua.
mitchell
2008-12-21
Added an actual project manager for the PM browser.
mitchell
2008-12-21
Updated core/ext/pm/file_browser.lua to use the LuaFileSystem library.
mitchell
2008-12-21
Include the LuaFileSystem library; src/Makefile
mitchell
2008-12-16
textadept.io.close_all() returns true or false now; core/file_io.lua
mitchell
2008-12-16
Project Manager entries use 'text' field, not 'display_text' anymore.
mitchell
[prev]
[next]