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-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
2008-12-16
Updated icons.
mitchell
2008-12-14
Added option to load key_commands_mac to init.lua.
mitchell
2008-12-14
Added standard Mac key commands; core/ext/key_commands_mac.lua
mitchell
2008-12-14
Fixed some conflicting key commands; core/ext/key_commands_std.lua
mitchell
2008-12-14
Delete Windows/Linux built-in Scintilla key commands for Mac; core/events.lua
mitchell
2008-12-14
Fixed key commands bug for Mac; core/ext/keys.lua
mitchell
2008-12-14
Fixed find bug when no match is found; core/ext/find.lua
mitchell
2008-12-14
Changed language module main command key chain root from Alt+C to Alt+L.
mitchell
2008-12-12
Added Light color theme.
mitchell
2008-12-12
Previous fix for cancelling CocoaDialog was not a fix; core/init.lua
mitchell
2008-12-10
Use UTF8 encoding by default; core/events.lua
mitchell
2008-12-10
Fix cancelling CocoaDialog bug; core/init.lua
mitchell
2008-12-06
Folded code is underlined as in SciTE; themes/scite/view.lua
mitchell
2008-12-06
Updated core/iface.lua.
mitchell
2008-12-06
Tweaked scripts/gen_iface.lua.
mitchell
2008-12-04
Use lua_checklong macro instead of checknumber with cast; src/lua_interface.c
mitchell
2008-11-22
Compile lpeg into Lua so external lpeg.so, lpeg.dll isn't needed; src/Makefile
mitchell
2008-11-11
Find functionality is mostly handled by Lua now.
mitchell
2008-11-08
Changed src/Makefile to make different ARCHes easier to compile and package for.
mitchell
2008-11-08
Added Lua interface functions to mimick find box button presses.
mitchell
2008-11-02
Fixed typo in src/lua_interface.c for compiling on Mac.
mitchell
2008-11-02
Fixed key handling and arg handling for Mac.
mitchell
2008-11-01
Added support for some AppleEvents, use Scintilla namespace on OSX.
mitchell
2008-10-30
Work around native GTK-OSX handling of Alt key for composing; core/ext/keys.lua
mitchell
2008-10-27
Fixed indentation in src/textadept.c
mitchell
2008-10-27
Updated Textadept to compile and run on OSX with native GTK framework.
mitchell
2008-10-08
Key commands are quicker and more efficient; core/ext/keys.lua
mitchell
2008-10-04
Added action for 'Find and Replace' menu item; core/ext/menu.lua
mitchell
2008-10-04
Fixed view grow/shrink error when view isn't split; core/ext/menu.lua
mitchell
[prev]
[next]