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
Age
Commit message (
Collapse
)
Author
2011-06-23
Use string constants for event names.
mitchell
2011-06-23
Removed @field docs from core/iface.lua.
mitchell
2011-06-23
Updated Luadoc and added extra fields to other modules.
mitchell
2011-06-22
Updated Luadoc and lua adeptsense.
mitchell
2011-06-22
Finish adding support for new Scintilla events; core/events.lua
mitchell
2011-06-20
Updated to Scintilla 2.27.
mitchell
2011-06-16
Use functions for generating unique IDs for markers, indicators, and user lists.
mitchell
2011-06-10
Updated for 3.8.
mitchell
2011-06-09
Updated to Scintilla 2.26; core/iface.lua
mitchell
2011-06-06
Add support for indicator and hotspot events from Brian; core/events.lua
mitchell
2011-05-09
The events.handlers table is now available; core/events.lua
mitchell
2011-04-27
Updated for 3.7.
mitchell
2011-03-29
Updated for version 3.7 beta 3.
mitchell
2011-03-29
Handle nil args in gui.print() and set caret after printing.
mitchell
2011-03-27
Change menu caption for snippet's 'Insert' to 'Expand'.
mitchell
2011-03-25
Snapopen allows multiple files to be selected now.
mitchell
2011-03-24
Changes to key and menu command definitions.
mitchell
Functions can be used directly without being contained within a table. Also, buffer and view functions and references should be used directly (e.g. { buffer.undo, buffer } and { view.split, view }). References are handled correctly at runtime.
2011-03-23
Rewrote _m.textadept.snippets module.
mitchell
Snippet syntax has changed; see LuaDoc for details.
2011-03-17
Performance and speed improvements.
mitchell
2011-02-28
Updated for version 3.7 beta 2.
mitchell
2011-02-26
Add Adeptsense menu options 'Complete Symbol' and 'Show Documentation'.
mitchell
2011-02-06
Clear keychain on key command error; core/keys.lua
mitchell
2011-02-03
Updated to Scintilla 2.24.
mitchell
2011-02-01
Updated for version 3.7 beta.
mitchell
2011-01-23
Send key modifiers to command_entry_keypress event.
mitchell
2011-01-21
Code cleanup.
mitchell
2011-01-19
Can navigate between bookmarks with a filteredlist.
mitchell
2011-01-19
Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).
mitchell
2011-01-19
Modified Buffer menu options.
mitchell
2011-01-17
Added Adeptsense.
mitchell
2011-01-13
More informative check_focused_buffer() error message.
mitchell
2011-01-02
Fixed bug with update_ui in buffer_new and view_new events; core/gui.lua
mitchell
2010-12-29
No more pasting issue in Mac OSX; core/gui.lua
mitchell
2010-12-29
Do not call 'buffer_new' when splitting the view.
mitchell
2010-12-29
Fix bug for gui.statusbar_text being nil; core/keys.lua
mitchell
2010-12-28
Updated copyright information.
mitchell
2010-12-28
Updated for version 3.6.
mitchell
2010-12-26
Separated key command manager from key command definitions.
mitchell
2010-12-26
Moved gui events from core/events.lua to core/gui.lua.
mitchell
2010-12-23
Added filter-through module for shell commands.
mitchell
2010-12-07
Fix infinite recursion errors caused in events.
mitchell
2010-11-30
Updated for version 3.5.
mitchell
2010-11-30
Added 'file_after_save' event.
mitchell
2010-11-30
New manual.
mitchell
2010-11-24
Added key commands and menu options for toggling virtual space.
mitchell
2010-11-23
Code cleanup.
mitchell
Also modified the editing module's enclose() and select_enclosed() functions.
2010-11-19
Mac OSX textadept.app includes GTK-OSX; the framework is no longer needed.
mitchell
2010-11-15
LuaDoc cleanup.
mitchell
2010-10-28
Rename MAC variable in to OSX in Lua, __OSX__ in C.
mitchell
2010-10-28
Display expected error messages in file IO.
mitchell
[next]