aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-24Moved `_M.textadept.filter_through` functionality into `editing` module.mitchell
2013-04-24Hide `handlers` table from the API; core/events.luamitchell
2013-04-24Hide `menubar` and `contextmenu` tables from the API; modules/textadept/menu.luamitchell
2013-04-24Do not emit keys while the command entry completion is active; src/textadept.cmitchell
The GtkEntryCompletion's key handler should take precedence over GtkEntry's.
2013-04-24Use `buffer.word_chars` for autocompleting words instead of a Lua pattern.mitchell
2013-04-24Changed display of highlighted words; modules/textadept/editing.luamitchell
Indicators are drawn under text and are not translucent anymore. Also, markers are no longer placed on lines.
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-21Fixed compilation error for latest Scinterm; src/Makefilemitchell
Requires Scinterm r51.
2013-04-21Updates to compile with latest GTK-OSX.mitchell
This fixes Fn key recognition.
2013-04-20Respect user-defined `keys[mode]['esc']`; modules/textadept/command_entry.luamitchell
2013-04-19Updated some documentation.mitchell
2013-04-19Modified some CDK code for Win32 curses; doc/12_Compiling.mdmitchell
2013-04-19Added icon to About dialog; modules/textadept/menu.luamitchell
Requires gtdialog r56.
2013-04-17Inline LuaJIT compatibility since it is mostly compatible with Lua 5.2.mitchell
2013-04-15Function in `finish_mode()` is optional; modules/textadept/command_entry.luamitchell
2013-04-15Updated Windows curses key bindings; modules/textadept/keys.luamitchell
2013-04-15Allow updating of curses command entry text from events; src/textadept.cmitchell
2013-04-15Better key handling in Windows curses; src/textadept.cmitchell
2013-04-12Updated to Scintilla 3.3.1.mitchell
2013-04-11Added key modes and changed the command entry to use them.mitchell
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
2013-04-09Fixed bug with highlighting words; modules/textadept/editing.luamitchell
2013-04-08Make "command_entry_keypress" event more consistent with "keypress" in curses.mitchell
2013-04-08Reduce the delay when pressing the Escape key in curses; src/textadept.cmitchell
2013-04-06Update terminal color definitions.mitchell
Requires Scinterm r47.
2013-04-05Initial support for Windows terminal via pdcurses.mitchell
2013-04-04Support retina displays on OSX.mitchell
Thanks to John Benediktsson.
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-04-02No need for '!' in front of font faces in GTK anymore.mitchell
2013-03-31Added tag textadept_6.5 for changeset 549baa728337mitchell
2013-03-31Updated CHANGELOG.md.mitchell
2013-03-31Added Less, Literal Coffeescript, and Sass lexers.mitchell
Thanks to Robert Gieseke.
2013-03-31Reverted update to LPeg 0.11 due to crash in multi-lang lexers; src/Makefilemitchell
2013-03-31Updated README.md.mitchell
2013-03-31Updated for 6.5.mitchell
2013-03-29Updated Lua Adeptsense.mitchell
2013-03-29Updated to Lua 5.2.2 and LPeg 0.11.mitchell
2013-03-29Use new Scintilla API for showing search results; modules/textadept/find.luamitchell
This fixes the disorienting scrolling when wrapping only one search result.
2013-03-29Updated to Scintilla 3.3.0.mitchell
2013-03-28Updated FAQ.md.mitchell
2013-03-28Improved message double-clicking behavior for compile and run commands.mitchell
Added `_M.textadept.run.cwd` field for storing the working directory for more accurate relative file paths.
2013-03-25Added lfs.dir_foreach() for allowing Find in Files to have a filter.mitchell
Also moved snapopen module into core as io.snapopen().
2013-03-10Indicator for highlighted words works in ncurses.mitchell
This requires Scinterm hg changeset 40 (7e25b9a35fbd).
2013-03-08Only consider visible directories in _USERHOME/themes/ as themes; core/gui.luamitchell
2013-03-07No flags in replace_all(); modules/textadept/find.luamitchell
2013-03-07Updated documentation; src/textadept.cmitchell
2013-03-07Updated "About" dialog; modules/textadept/menu.luamitchell
2013-03-07Reset Lua state after selecting a new theme; core/gui.luamitchell
2013-03-01Added tag textadept_6.4 for changeset b03deaf06d00mitchell
2013-03-01Updated CHANGELOG.md.mitchell
2013-02-27Updated Lua Adeptsense.mitchell