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
2009-01-25
goto_file shouldn't depend on _m.textadept.editing.goto_line; core/ext/find.lua
mitchell
2009-01-25
Updated core/ext/pm/buffer_browser.lua to update the PM cursor appropriately.
mitchell
2009-01-25
Scroll the view back to how it was for 'no results found'; core/ext/find.lua
mitchell
2009-01-24
Added Find in Files support.
mitchell
2009-01-24
Removed 'find' Project Manager browser.
mitchell
2009-01-14
Added key commands, menu items, and locale strings for running/compiling files.
mitchell
2009-01-10
Various improvements to speed and readability of Lua code.
mitchell
Added 'local textadept = _G.textadept' to all Lua modules, themes, etc. Added more locals to core/ext/keys.lua for speed improvement. Reformatted some Lua modules to the earlier standard committed.
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-03
Added localization support.
mitchell
All Textadept messages are in core/locale.lua which provides the new 'textadept.locale' module.
2009-01-02
Fixed core/ext/key_commands_std.lua key conflict.
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 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-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-22
Fixed bugs in macros and macro browser.
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-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
[next]