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
/
ext
Age
Commit message (
Collapse
)
Author
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-16
Project Manager entries use 'text' field, not 'display_text' anymore.
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
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-11-11
Find functionality is mostly handled by Lua now.
mitchell
2008-11-08
Added Lua interface functions to mimick find box button presses.
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-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
2008-09-21
Modified some of the pm browsers to play nice with Windows.
mitchell
2008-09-04
Changed core/ext/mime_types.lua to use 'sql' lexer instead of 'mysql'.
mitchell
2008-08-08
Added first-line pattern matching to determine lexer; core/ext/mime_types.lua
mitchell
2008-08-07
Added menu options and mime types for 3 new lexers.
mitchell
2008-07-23
Can change lexer via the menu in core/ext/menu.lua.
mitchell
2008-07-21
Moved block comment key commands from language modules to _m.textadept.editing.
mitchell
2008-07-21
Added mime type for R files; core/ext/mime_types.lua
mitchell
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-08
Added additional standard key commands and added some TODO menu items.
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
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-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-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-13
Fixed bug for menu actions on non-focused buffer; core/ext/pm/buffer_browser.lua
mitchell
2008-03-03
Updated copyright notice to include the year 2008.
mitchell
2008-02-23
Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).
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
Removed TODO in LuaDoc; core/ext/pm.lua
mitchell
2007-10-07
Moved key command manager to core.
mitchell
2007-09-19
Added interactive search documentation; core/ext/pm.lua
mitchell
2007-09-17
Added usage documentation; core/ext/pm.lua
mitchell
2007-08-16
Fixed 'find previous' bug; core/ext/find.lua
mitchell
Changeset 15 introduced an 'increment' variable that is normally +/-1 for find next and find prev respectively. However instead of adding the increment for find prev, it subtracts it, effectively adding 1 which is not right.
2007-08-15
Renamed handlers module to events, updated everything to reflect changes.
mitchell
[prev]
[next]