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
2013-06-06
Only set theme and property settings once on startup; core/gui.lua
mitchell
2013-06-04
Fixed curses autocomplete with the "Enter" key.
mitchell
2013-06-03
Fixed bug where default theme in _USERHOME is not loaded; core/gui.lua
mitchell
2013-05-26
Rewrote some LuaDoc to use the active voice.
mitchell
2013-05-25
Updated for 7.0 alpha.
mitchell
2013-05-22
Use 'font' and 'fontsize' properties for theme fonts.
mitchell
2013-05-21
Renamed "settings.lua" to "properties.lua".
mitchell
2013-05-15
Rewrote theme implementation.
mitchell
2013-05-29
Fixed crash caused by split views.
mitchell
2013-05-25
Updated for 6.6.
mitchell
2013-05-22
Documented extended styles in Scintilla; core/.buffer.luadoc
mitchell
2013-05-20
Updated to Scintilla 3.3.2.
mitchell
2013-05-16
Allow empty tables as keychains if they have metatables; core/keys.lua
mitchell
2013-05-15
Set language-specific buffer properties through an event instead of a function.
mitchell
2013-05-15
`_M.textadept = require('textadept')` in user init is superfluous.
mitchell
2013-05-15
Updated old documentation.
mitchell
2013-05-01
Fixed bug in file encodings; core/file_io.lua
mitchell
2013-04-30
More code cleanup.
mitchell
2013-04-30
Renamed `io.try_encodings` to `io.encodings`; core/file_io.lua
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-27
Updated for 6.6 beta.
mitchell
2013-04-26
Consolidated the editing module's `grow_selection()` into `enclose_selected()`.
mitchell
2013-04-26
Handle new "lexer/current" format from LPeg lexer's API change.
mitchell
2013-04-25
Added icons to msgbox dialogs.
mitchell
2013-04-25
Code and documentation cleanup.
mitchell
2013-04-24
Mark recognized errors in compile/run output and added navigation functions.
mitchell
2013-04-24
Moved `_M.textadept.filter_through` functionality into `editing` module.
mitchell
2013-04-24
Hide `handlers` table from the API; core/events.lua
mitchell
2013-04-24
Renamed `_G.buffer_new()` to `buffer.new()`.
mitchell
2013-04-21
Updates to compile with latest GTK-OSX.
mitchell
2013-04-17
Inline LuaJIT compatibility since it is mostly compatible with Lua 5.2.
mitchell
2013-04-12
Updated to Scintilla 3.3.1.
mitchell
2013-04-11
Added key modes and changed the command entry to use them.
mitchell
2013-04-05
Initial support for Windows terminal via pdcurses.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-03-31
Updated for 6.5.
mitchell
2013-03-29
Updated to Scintilla 3.3.0.
mitchell
2013-03-28
Improved message double-clicking behavior for compile and run commands.
mitchell
2013-03-25
Added lfs.dir_foreach() for allowing Find in Files to have a filter.
mitchell
2013-03-08
Only consider visible directories in _USERHOME/themes/ as themes; core/gui.lua
mitchell
2013-03-07
Reset Lua state after selecting a new theme; core/gui.lua
mitchell
2013-02-27
Updated for 6.4.
mitchell
2013-02-26
Removed useless gui.dialog() options for fileopen/filesave.
mitchell
2013-02-26
Updated LuaDoc; core/.buffer.luadoc
mitchell
2013-02-25
Updated to Scintilla 3.2.5.
mitchell
2013-01-29
Updated for 6.3.
mitchell
2013-01-20
Updated copyright date.
mitchell
2013-01-20
Updated to Scintilla 3.2.4.
mitchell
2013-01-05
Do not error on non-existant dropped URIs; core/gui.lua
mitchell
2012-12-30
Updated for 6.2.
mitchell
[next]