index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
/
session.lua
Age
Commit message (
Expand
)
Author
2016-06-16
Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.
mitchell
2016-06-15
Lots of small LuaDoc improvements (grammar mainly).
mitchell
2016-06-15
Renamed `textadept.session` fields.
mitchell
2016-04-09
Fixed bugs in session view restoration; modules/textadept/session.lua
mitchell
2016-04-02
Code cleanup.
mitchell
2016-03-01
Removed extraneous debug statement; modules/textadept/session.lua
mitchell
2016-02-26
Fixed bug in setting view properties when restoring sessions with nested splits.
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-12-30
Fixed bug restoring split views in large windows; modules/textadept/session.lua
mitchell
2015-10-22
Only save bookmarks for eligible buffers; modules/textadept/session.lua
mitchell
2015-10-19
Save bookmarks in sessions; modules/textadept/session.lua
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-06-12
Lua code cleanup.
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-12-12
Honor window maximized setting in session files; modules/textadept/session.lua
mitchell
2013-12-12
More LuaDoc updates.
mitchell
2013-11-10
Updated LuaDoc.
mitchell
2013-10-18
More LuaDoc updates.
mitchell
2013-10-09
More LuaDoc updates.
mitchell
2013-09-29
Added new `ui.dialogs` module for more user-friendly dialog support.
mitchell
2013-09-23
Code and documentation cleanup.
mitchell
2013-09-15
Do not convert filenames to UTF-8; keep them in `_CHARSET`.
mitchell
2013-09-09
Use `events.ARG_NONE` constant instead of string.
mitchell
2013-09-09
Moved buffer IO functions into the `io` module.
mitchell
2013-09-06
Updated LuaDoc.
mitchell
2013-08-26
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-07-16
Save window maximized state in sessions.
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-25
Added icons to msgbox dialogs.
mitchell
2013-04-25
Code and documentation cleanup.
mitchell
2013-04-24
Renamed `_G.buffer_new()` to `buffer.new()`.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-02-26
Removed useless gui.dialog() options for fileopen/filesave.
mitchell
2013-02-05
Added command line switches for loading sessions on startup.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-11-19
Rewrote LuaDoc.
mitchell
2012-11-19
Changed Lua code style for tables.
mitchell
2012-10-29
Updated documentation formatting.
mitchell
2012-09-12
Documentation overhaul.
mitchell
2012-07-21
Lua code cleanup and API changes.
mitchell
2012-06-21
Save terminal sessions to a different file; modules/textadept/session.lua
mitchell
2012-03-27
Translate all messages instead of relying on GTK to translate stock items.
mitchell
2012-03-16
Moved "Markdown:" comments into module LuaDoc comments.
mitchell
2012-03-07
Updated contact email address.
mitchell
2012-02-10
Update LuaDoc with new formatting.
mitchell
2012-01-19
Fixed bug with recent files; modules/textadept/session.lua
mitchell
2012-01-06
Updated copyright information.
mitchell
[next]