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
/
gui.lua
Age
Commit message (
Expand
)
Author
2012-02-28
Fixed display of `buffer._type` when it has slashes in its name; core/gui.lua
mitchell
2012-02-22
Fixed LuaDoc errors.
mitchell
2012-02-10
Update LuaDoc with new formatting.
mitchell
2012-01-12
Create separate LuaDoc for module table fields.
mitchell
2012-01-06
Updated copyright information.
mitchell
2012-01-05
Code cleanup.
mitchell
2012-01-01
Code cleanup.
mitchell
2011-12-31
Changed 'locale.localize()' to global '_L' table.
mitchell
2011-12-31
Code cleanup.
mitchell
2011-12-20
Wrap LuaDoc for C tables and functions in long comments.
mitchell
2011-12-14
No need for 'lexer.lpeg.script' property anymore; core/gui.lua
mitchell
2011-12-13
Remove 'package.seeall' from LuaDoc comments.
mitchell
2011-12-12
Remove 'module' and update LuaDoc comments appropriately.
mitchell
2011-11-28
Write theme changes to ~/.textadept/theme; core/gui.lua
mitchell
2011-11-23
Code cleanup.
mitchell
2011-11-23
Added theme utilities, modified light and dark themes, and removed scite theme.
mitchell
2011-09-28
Added gui.goto_file() for the 'find' and 'run' modules.
mitchell
2011-09-27
Reformatted some LuaDoc.
mitchell
2011-09-26
Lua code cleanup.
mitchell
2011-09-25
Refactored textadept.c and changed Lua interface a bit.
mitchell
2011-09-20
No need to set buffer.eol_mode for OSX since Scintilla 2.29; core/gui.lua
mitchell
2011-09-08
Only fold when clicking on fold margin, not any sensitive one; core/gui.lua
mitchell
2011-08-25
Set buffer.eol_mode properly for new buffers on Mac OSX; core/gui.lua
mitchell
2011-07-29
Eliminated the need for keys.conf and keys.osx.conf.
mitchell
2011-07-11
Removed label mnemonics from localization keys.
mitchell
2011-06-24
Removed '_G' prefix from globals where necessary.
mitchell
2011-06-23
Use string constants for event names.
mitchell
2011-03-29
Handle nil args in gui.print() and set caret after printing.
mitchell
2011-03-25
Snapopen allows multiple files to be selected now.
mitchell
2011-01-21
Code cleanup.
mitchell
2011-01-19
Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).
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-28
Updated copyright information.
mitchell
2010-12-26
Moved gui events from core/events.lua to core/gui.lua.
mitchell
2010-11-23
Code cleanup.
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-06-16
Code and documentation cleanup.
mitchell
2010-06-11
Removed _G.textadept.
mitchell