aboutsummaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Expand)Author
2018-10-13Fixed regression of Retina support on OSX.mitchell
2018-07-31Removed Textadept 10.0 compatibility notices.mitchell
2018-06-16Fixed `buffer:set_theme()` for lexers that have their own styles.mitchell
2018-06-02Enable pasting into multiple selections by default.mitchell
2018-05-01Fixed unset lexer bug upon splitting a newly created buffer.mitchell
2018-04-25Removed LuaJIT version of Textadept.mitchell
2018-04-07Fixed stale styles on split view.mitchell
2018-03-25Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg.mitchell
2018-03-12Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.mitchell
2018-01-25Updated copyright year.mitchell
2018-01-17Updated `init.lua` to include new `fold.compact` property setting.mitchell
2018-01-04Print compatibility messages instead of showing a dialog box.mitchell
2017-12-31Added temporary compatibility notices when upgrading to Textadept 10.mitchell
2017-11-12Buffer settings on startup apply to subsequent buffers.mitchell
2016-12-31Updated copyright information.mitchell
2015-12-31Updated copyright date.mitchell
2014-12-31Updated copyright year.mitchell
2014-05-10Add "_HOME/modules" to `package.cpath`; init.luamitchell
2014-01-12Updated copyright information.mitchell
2013-10-02Show user-init error messages in a dialog to prevent crashing; init.luamitchell
2013-09-06Fixed bug in processing command line options introduced in r1546.mitchell
2013-08-31Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.mitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-26Renamed `gui` to `ui` since it's more applicable.mitchell
2013-06-24Removed `_G.RESETTING`; test for `arg` instead.mitchell
2013-05-15`_M.textadept = require('textadept')` in user init is superfluous.mitchell
2013-04-29More code cleanup.mitchell
2013-01-20Updated copyright date.mitchell
2012-09-22Fixes to Lua paths.mitchell
2012-07-21Lua code cleanup and API changes.mitchell
2012-04-10Support for single-instance on Linux and BSD with GLib 2.28.mitchell
2012-03-07Updated contact email address.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Code cleanup.mitchell
2010-12-28Updated copyright information.mitchell
2010-11-23Code cleanup.mitchell
2010-06-17Added dynamic command line argument handling.mitchell
2010-06-16Code and documentation cleanup.mitchell
2010-06-14Fixes from Robert Gieseke.mitchell
2010-06-11Moved core extension modules into textadept module.mitchell
2010-06-11Removed _G.textadept.mitchell
2010-06-10Moved textadept.mime_types into the textadept module.mitchell
2010-06-10Moved core/ext/keys.lua into core/ext/key_commands.lua.mitchell
2010-06-10Moved textadept.io into Lua's io table.mitchell
2010-05-07Put _USERHOME package paths before _HOME for more extensibility; init.luamitchell
2010-04-05Code cleanup.mitchell
2010-03-29Use textadept.user_dofile() for user init.lua.mitchell
2010-03-10Removed side pane.mitchell
2010-02-23Added '~/.textadept/modules/' to package.path; init.luamitchell
2010-01-07Updated copyright to 2010.mitchell