aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.Gravatar mitchell2013-04-24
* Mark recognized errors in compile/run output and added navigation functions.Gravatar mitchell2013-04-24
* Moved `_M.textadept.filter_through` functionality into `editing` module.Gravatar mitchell2013-04-24
* Hide `handlers` table from the API; core/events.luaGravatar mitchell2013-04-24
* Hide `menubar` and `contextmenu` tables from the API; modules/textadept/menu.luaGravatar mitchell2013-04-24
* Do not emit keys while the command entry completion is active; src/textadept.cGravatar mitchell2013-04-24
* Use `buffer.word_chars` for autocompleting words instead of a Lua pattern.Gravatar mitchell2013-04-24
* Changed display of highlighted words; modules/textadept/editing.luaGravatar mitchell2013-04-24
* Renamed `_G.buffer_new()` to `buffer.new()`.Gravatar mitchell2013-04-24
* Fixed compilation error for latest Scinterm; src/MakefileGravatar mitchell2013-04-21
* Updates to compile with latest GTK-OSX.Gravatar mitchell2013-04-21
* Respect user-defined `keys[mode]['esc']`; modules/textadept/command_entry.luaGravatar mitchell2013-04-20
* Updated some documentation.Gravatar mitchell2013-04-19
* Modified some CDK code for Win32 curses; doc/12_Compiling.mdGravatar mitchell2013-04-19
* Added icon to About dialog; modules/textadept/menu.luaGravatar mitchell2013-04-19
* Inline LuaJIT compatibility since it is mostly compatible with Lua 5.2.Gravatar mitchell2013-04-17
* Function in `finish_mode()` is optional; modules/textadept/command_entry.luaGravatar mitchell2013-04-15
* Updated Windows curses key bindings; modules/textadept/keys.luaGravatar mitchell2013-04-15
* Allow updating of curses command entry text from events; src/textadept.cGravatar mitchell2013-04-15
* Better key handling in Windows curses; src/textadept.cGravatar mitchell2013-04-15
* Updated to Scintilla 3.3.1.Gravatar mitchell2013-04-12
* Added key modes and changed the command entry to use them.Gravatar mitchell2013-04-11
* Fixed bug with highlighting words; modules/textadept/editing.luaGravatar mitchell2013-04-09
* Make "command_entry_keypress" event more consistent with "keypress" in curses.Gravatar mitchell2013-04-08
* Reduce the delay when pressing the Escape key in curses; src/textadept.cGravatar mitchell2013-04-08
* Update terminal color definitions.Gravatar mitchell2013-04-06
* Initial support for Windows terminal via pdcurses.Gravatar mitchell2013-04-05
* Support retina displays on OSX.Gravatar mitchell2013-04-04
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
* No need for '!' in front of font faces in GTK anymore.Gravatar mitchell2013-04-02
* Added tag textadept_6.5 for changeset 549baa728337Gravatar mitchell2013-03-31
* Updated CHANGELOG.md.Gravatar mitchell2013-03-31
* Added Less, Literal Coffeescript, and Sass lexers.Gravatar mitchell2013-03-31
* Reverted update to LPeg 0.11 due to crash in multi-lang lexers; src/MakefileGravatar mitchell2013-03-31
* Updated README.md.Gravatar mitchell2013-03-31
* Updated for 6.5.Gravatar mitchell2013-03-31
* Updated Lua Adeptsense.Gravatar mitchell2013-03-29
* Updated to Lua 5.2.2 and LPeg 0.11.Gravatar mitchell2013-03-29
* Use new Scintilla API for showing search results; modules/textadept/find.luaGravatar mitchell2013-03-29
* Updated to Scintilla 3.3.0.Gravatar mitchell2013-03-29
* Updated FAQ.md.Gravatar mitchell2013-03-28
* Improved message double-clicking behavior for compile and run commands.Gravatar mitchell2013-03-28
* Added lfs.dir_foreach() for allowing Find in Files to have a filter.Gravatar mitchell2013-03-25
* Indicator for highlighted words works in ncurses.Gravatar mitchell2013-03-10
* Only consider visible directories in _USERHOME/themes/ as themes; core/gui.luaGravatar mitchell2013-03-08
* No flags in replace_all(); modules/textadept/find.luaGravatar mitchell2013-03-07
* Updated documentation; src/textadept.cGravatar mitchell2013-03-07
* Updated "About" dialog; modules/textadept/menu.luaGravatar mitchell2013-03-07
* Reset Lua state after selecting a new theme; core/gui.luaGravatar mitchell2013-03-07
* Added tag textadept_6.4 for changeset b03deaf06d00Gravatar mitchell2013-03-01