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
2016-09-29
Discard Alt/option modifier for composed ASCII symbols; core/keys.lua
mitchell
2016-09-28
Updated for 9.0.
mitchell
2016-09-15
Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1.
mitchell
2016-08-29
Small LuaDoc updates.
mitchell
2016-08-29
Updated for 9.0 beta.
mitchell
2016-08-29
Small LuaDoc update; core/.buffer.luadoc
mitchell
2016-08-11
Fixed caps lock key handling.
mitchell
2016-07-24
Added `events.TAB_CLICKED` event.
mitchell
2016-07-14
Fixed bug in keeping track of event indices; core/events.lua
mitchell
2016-07-11
Updated for 9.0 alpha 2.
mitchell
2016-07-06
Added context to localization messages for easier translation.
mitchell
2016-07-04
Added timeout prompt for "Find in Files".
mitchell
2016-07-04
Fixed inability to effectively halt `lfs.dir_foreach()` loops; core/lfs_ext.lua
mitchell
2016-07-04
Replaced Lua pattern matching with Regex via Scintilla and TRE.
mitchell
2016-07-04
Check bounds for `buffer:text_range()`; core/init.lua
mitchell
2016-06-30
Small manual and LuaDoc updates.
mitchell
2016-06-30
Updated for 9.0 alpha.
mitchell
2016-06-27
Small code cleanup and documentation updates.
mitchell
2016-06-25
Small code and documentation cleanup.
mitchell
2016-06-19
Updated translations.
mitchell
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
Refactored LuaDoc for `_M`; core/._M.luadoc
mitchell
2016-06-15
Allow binary files to be encoded in something else.
mitchell
2016-06-15
Renamed `ui.SILENT_PRINT` to `ui.silent_print`.
mitchell
2016-06-15
Be more liberal about comments in locale files and use '#' by default.
mitchell
2016-06-15
Changed some of 'lfs_ext' API.
mitchell
2016-06-15
Removed handling of tables as key/menu commands; use functions only.
mitchell
2016-06-15
Removed `exclude_FILTER` parameter from `io.quick_open()`.
mitchell
2016-06-15
Removed CVS project recognition and assume Subversion v1.8+.
mitchell
2016-06-15
Removed explicit detection and use of extinct CR line endings.
mitchell
2016-06-15
Removed explicit BOM support.
mitchell
2016-06-15
Renamed "snapopen" to "quick open" in APIs and menus.
mitchell
2016-04-29
Updated for 8.7.
mitchell
2016-04-28
Updated some translations.
mitchell
2016-04-16
Added menu item and dialog for setting run/compile command arguments.
mitchell
2016-04-16
Localize "Lua reset" message.
mitchell
2016-04-16
Fixed spelling error in English-localized messages.
mitchell
2016-04-16
Find in files should not print the contents of binary files.
mitchell
2016-04-16
Small code cleanup.
mitchell
2016-04-16
`events.CHAR_ADDED` emits a character code, not a byte.
mitchell
2016-04-11
Save and restore horizontal scroll position when switching buffers; core/ui.lua
mitchell
2016-04-07
Only show snippet trigger and text in selection dialog.
mitchell
2016-04-05
Do not run some `events.UPDATE_UI` handlers when scrolling.
mitchell
2016-04-05
Only convert filenames from `_CHARSET` to UTF-8, not UTF-8-encoded buffer names.
mitchell
2016-04-05
File dialogs only return UTF-8-encoded filenames on Win32 GTK; core/ui.lua
mitchell
2016-04-05
Import Lua UTF-8 pattern functions directly into `utf8` library from C.
mitchell
2016-04-02
Code cleanup.
mitchell
2016-03-29
No need to pack and unpack `...`; core/events.lua
mitchell
2016-03-26
Support UTF-8 Lua pattern matching.
mitchell
[next]