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 (
Expand
)
Author
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-06-24
Updated Polish translation; core/locales/locale.pl.conf
mitchell
2014-06-21
Added Polish translation.
mitchell
2014-06-20
Added `event.FOCUS` for when Textadept's window receives focus.
mitchell
2014-06-12
Lua code cleanup.
mitchell
2014-06-10
Updated for 7.4.
mitchell
2014-06-07
Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.
mitchell
2014-06-07
Added parameter to `events.UPDATE_UI`.
mitchell
2014-06-04
Updated spawn LuaDoc; core/init.lua
mitchell
2014-06-04
Pressing "Enter" in message buffer simulates double-click.
mitchell
2014-05-31
Updated for 7.3.
mitchell
2014-05-31
Fixed erroneous LuaDoc.
mitchell
2014-05-29
Code cleanup.
mitchell
2014-05-28
Updated LuaDoc.
mitchell
2014-05-28
Textadept's menus may be edited in-place via the `textadept.menu` module.
mitchell
2014-05-28
Removed `textadept.editing.select_indented_block()`.
mitchell
2014-05-28
Updated LuaDoc.
mitchell
2014-05-25
Updated to Scintilla 3.4.2.
mitchell
2014-05-24
Removed Adeptsense in favor of new framework committed in r1735.
mitchell
2014-05-24
Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature.
mitchell
2014-05-23
Renamed `io.set_buffer_encoding()` to `buffer:set_encoding()`.
mitchell
2014-05-13
Documented new `proc:read()`; core/.proc.luadoc
mitchell
2014-04-30
Updated documentation.
mitchell
2014-04-30
Updated for 7.2.
mitchell
2014-04-10
Updated for 7.2 beta 4.
mitchell
2014-04-10
Temporarily disable spawn in OSX due to GLib crashes.
mitchell
2014-04-10
Fixed bug introduced by r1710 relating to absolute paths.
mitchell
2014-04-06
Added `lfs.abspath()` in order to always use absolute paths.
mitchell
2014-04-06
Fixed bug when cancelling dropdown dialog; core/ui.lua
mitchell
2014-04-01
Updated for 7.2 beta 2.
mitchell
2014-03-28
Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8.
mitchell
2014-03-28
Added more documentation on project building.
mitchell
2014-03-27
Added basic project support for snapopen and build scripts.
mitchell
2014-03-26
Include my new "lspawn" module by default for spawning processes.
mitchell
2014-03-23
Updated to Scintilla 3.4.0 and LuaJIT 2.0.3.
mitchell
2014-03-20
Added new `ui.SILENT_PRINT` option for printing to buffers silently; core/ui.lua
mitchell
2014-03-05
Added support for gtdialog's new `optionselect` dialog.
mitchell
2014-03-01
Updated for 7.2 beta 2.
mitchell
2014-03-01
Use `assert(...)` as a shortcut for `if not ... then error() end`.
mitchell
2014-02-19
Fixed bug introduced by last commit; core/ui.lua
mitchell
2014-02-18
Fixed bug with empty entries in multiple entry inputdialogs; core/ui.lua
mitchell
2014-02-10
Updated for 7.2 beta.
mitchell
2014-02-10
Improved compatibility of experimental winapi `os.execute()`; core/file_io.lua
mitchell
2014-02-05
Updated to Scintilla 3.3.9.
mitchell
2014-01-28
Fixed bug with restoring views in buffers with word wrap enabled; core/ui.lua
mitchell
2014-01-16
Added support for multiple entry boxes in inputdialogs.
mitchell
2014-01-14
Added Swedish translation from Niklas Wallén.
mitchell
2014-01-12
Updated copyright information.
mitchell
2014-01-03
Handle './' and '../' sequences in filepaths; core/file_io.lua
mitchell
2014-01-01
Updated for 7.2 alpha.
mitchell
[next]