index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-05-15
`_M.textadept = require('textadept')` in user init is superfluous.
mitchell
2013-05-15
Updated old documentation.
mitchell
2013-05-12
Ensure _XOPEN_SOURCE_EXTENDED is defined for Linux ncurses; src/Makefile
mitchell
2013-05-09
Added notes on compiling the Win32 terminal version; doc/12_Compiling.md
mitchell
2013-05-01
Fixed bug in file encodings; core/file_io.lua
mitchell
2013-04-30
Added tag textadept_6.6_beta for changeset a931a4c8cb27
mitchell
2013-04-30
Word highlighting is supported in curses; doc/06_AdeptEditing.md
mitchell
2013-04-30
Updated CHANGELOG.md.
mitchell
2013-04-30
More code cleanup.
mitchell
2013-04-30
Refactored find and replace all; modules/textadept/find.lua
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 Lua Adeptsense.
mitchell
2013-04-27
Updated manual images.
mitchell
2013-04-27
Updated for 6.6 beta.
mitchell
2013-04-26
Fixed compilation error for CDK on Mac OSX.
mitchell
2013-04-26
Updated documentation; modules/textadept/run.lua
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
Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.
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
Hide `menubar` and `contextmenu` tables from the API; modules/textadept/menu.lua
mitchell
2013-04-24
Do not emit keys while the command entry completion is active; src/textadept.c
mitchell
2013-04-24
Use `buffer.word_chars` for autocompleting words instead of a Lua pattern.
mitchell
2013-04-24
Changed display of highlighted words; modules/textadept/editing.lua
mitchell
2013-04-24
Renamed `_G.buffer_new()` to `buffer.new()`.
mitchell
2013-04-21
Fixed compilation error for latest Scinterm; src/Makefile
mitchell
2013-04-21
Updates to compile with latest GTK-OSX.
mitchell
2013-04-20
Respect user-defined `keys[mode]['esc']`; modules/textadept/command_entry.lua
mitchell
2013-04-19
Updated some documentation.
mitchell
2013-04-19
Modified some CDK code for Win32 curses; doc/12_Compiling.md
mitchell
2013-04-19
Added icon to About dialog; modules/textadept/menu.lua
mitchell
2013-04-17
Inline LuaJIT compatibility since it is mostly compatible with Lua 5.2.
mitchell
2013-04-15
Function in `finish_mode()` is optional; modules/textadept/command_entry.lua
mitchell
2013-04-15
Updated Windows curses key bindings; modules/textadept/keys.lua
mitchell
2013-04-15
Allow updating of curses command entry text from events; src/textadept.c
mitchell
2013-04-15
Better key handling in Windows curses; src/textadept.c
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-09
Fixed bug with highlighting words; modules/textadept/editing.lua
mitchell
2013-04-08
Make "command_entry_keypress" event more consistent with "keypress" in curses.
mitchell
2013-04-08
Reduce the delay when pressing the Escape key in curses; src/textadept.c
mitchell
2013-04-06
Update terminal color definitions.
mitchell
2013-04-05
Initial support for Windows terminal via pdcurses.
mitchell
2013-04-04
Support retina displays on OSX.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
[prev]
[next]