aboutsummaryrefslogtreecommitdiffhomepage
path: root/init.lua
Commit message (Expand)AuthorAge
* Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.Gravatar mitchell2020-06-10
* Prefer `view.property*` instead of `buffer.property*`.Gravatar mitchell2020-06-08
* Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits.Gravatar mitchell2020-06-05
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
* Moved individual buffer functions in `io` into `buffer`.Gravatar mitchell2020-03-16
* Fixed crash introduced in previous commit.Gravatar mitchell2020-03-16
* More code cleanup, refactoring, and reformatting.Gravatar mitchell2020-03-14
* Removed *~/.textadept/?.{lua,so}* from `package.path`.Gravatar mitchell2020-03-14
* Fixed bug in previous commit that always loaded default lexers before user ones.Gravatar mitchell2020-03-09
* Ask LPeg lexer which lexers are available instead of searching for them.Gravatar mitchell2020-03-07
* Separated `_G.snippets` from `textadept.snippets`.Gravatar mitchell2020-02-22
* Updated copyright year.Gravatar mitchell2019-12-31
* Also grow line number margin in new views as necessary.Gravatar mitchell2019-03-27
* Line number margin grows for large files as needed.Gravatar mitchell2019-03-27
* Fixed regression of Retina support on OSX.Gravatar mitchell2018-10-13
* Removed Textadept 10.0 compatibility notices.Gravatar mitchell2018-07-31
* Fixed `buffer:set_theme()` for lexers that have their own styles.Gravatar mitchell2018-06-16
* Enable pasting into multiple selections by default.Gravatar mitchell2018-06-02
* Fixed unset lexer bug upon splitting a newly created buffer.Gravatar mitchell2018-05-01
* Removed LuaJIT version of Textadept.Gravatar mitchell2018-04-25
* Fixed stale styles on split view.Gravatar mitchell2018-04-07
* Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg.Gravatar mitchell2018-03-25
* Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.Gravatar mitchell2018-03-12
* Updated copyright year.Gravatar mitchell2018-01-25
* Updated `init.lua` to include new `fold.compact` property setting.Gravatar mitchell2018-01-17
* Print compatibility messages instead of showing a dialog box.Gravatar mitchell2018-01-04
* Added temporary compatibility notices when upgrading to Textadept 10.Gravatar mitchell2017-12-31
* Buffer settings on startup apply to subsequent buffers.Gravatar mitchell2017-11-12
* Updated copyright information.Gravatar mitchell2016-12-31
* Updated copyright date.Gravatar mitchell2015-12-31
* Updated copyright year.Gravatar mitchell2014-12-31
* Add "_HOME/modules" to `package.cpath`; init.luaGravatar mitchell2014-05-10
* Updated copyright information.Gravatar mitchell2014-01-12
* Show user-init error messages in a dialog to prevent crashing; init.luaGravatar mitchell2013-10-02
* Fixed bug in processing command line options introduced in r1546.Gravatar mitchell2013-09-06
* Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.Gravatar mitchell2013-08-31
* Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.Gravatar mitchell2013-08-26
* Renamed `gui` to `ui` since it's more applicable.Gravatar mitchell2013-08-26
* Removed `_G.RESETTING`; test for `arg` instead.Gravatar mitchell2013-06-24
* `_M.textadept = require('textadept')` in user init is superfluous.Gravatar mitchell2013-05-15
* More code cleanup.Gravatar mitchell2013-04-29
* Updated copyright date.Gravatar mitchell2013-01-20
* Fixes to Lua paths.Gravatar mitchell2012-09-22
* Lua code cleanup and API changes.Gravatar mitchell2012-07-21
* Support for single-instance on Linux and BSD with GLib 2.28.Gravatar mitchell2012-04-10
* Updated contact email address.Gravatar mitchell2012-03-07
* Updated copyright information.Gravatar mitchell2012-01-06
* Code cleanup.Gravatar mitchell2012-01-05
* Updated copyright information.Gravatar mitchell2010-12-28