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-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
2010-10-28
Use new Scintilla API for saving fold state; core/events.lua
mitchell
2010-10-28
Updated for version 3.4.
mitchell
2010-10-27
Updated to Scintillua 2.22.
mitchell
2010-10-27
Do not try to check for file updates if it cannot be read; core/file_io.lua
mitchell
2010-10-25
Allow access to find_in_files() through the gui.find API.
mitchell
2010-10-24
Updated LuaDoc; core/._G.luadoc
mitchell
2010-10-24
Added _G.timeout function.
mitchell
2010-10-22
Use '\' when opening files on WIN32; core/file_io.lua
mitchell
2010-10-18
Set Lua locale for string comparisons; core/init.lua
mitchell
This is needed to sort tables for Scintilla autocompletion lists correctly.
2010-10-18
Updated LuaDoc; core/.buffer.luadoc
mitchell
2010-10-17
Do not allow gui.statusbar_text to be set to nil.
mitchell
2010-10-15
Can highlight all occurances of a word; adapted from Brian Schott.
mitchell
2010-10-15
Changed locale implementation.
mitchell
2010-10-14
Code formatting changes.
mitchell
2010-10-13
Fix switch buffers dialog bug when cancelling; core/gui.lua
mitchell
2010-10-11
gui.dialog() can take tables of strings as arguments.
mitchell
2010-09-30
Set max list size for snapopen to prevent blocking.
mitchell
2010-09-29
Updated for version 3.3.
mitchell
[next]