aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2013-04-30More code cleanup.mitchell
2013-04-30Refactored find and replace all; modules/textadept/find.luamitchell
Lua pattern matching in reverse is now possible.
2013-04-29More code cleanup.mitchell
"local buffer = buffer" and similar optimizations are not needed since lexing the buffer is much more expensive and reaction time is limited by how fast the keyboard can submit key presses.
2013-04-27Updated Lua Adeptsense.mitchell
2013-04-26Updated documentation; modules/textadept/run.luamitchell
2013-04-26Consolidated the editing module's `grow_selection()` into `enclose_selected()`.mitchell
The former was originally designed to complement the latter.
2013-04-26Handle new "lexer/current" format from LPeg lexer's API change.mitchell
Also refactored modules/textadept/mime_types.lua. Requires Scintillua r357.
2013-04-25Added icons to msgbox dialogs.mitchell
Requires gtdialog r56.
2013-04-25Code and documentation cleanup.mitchell
2013-04-24Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.mitchell
Also changed experimental find incremental API.
2013-04-24Mark recognized errors in compile/run output and added navigation functions.mitchell
2013-04-24Moved `_M.textadept.filter_through` functionality into `editing` module.mitchell
2013-04-24Hide `menubar` and `contextmenu` tables from the API; modules/textadept/menu.luamitchell
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-20Respect user-defined `keys[mode]['esc']`; modules/textadept/command_entry.luamitchell
2013-04-19Updated some documentation.mitchell
2013-04-19Added icon to About dialog; modules/textadept/menu.luamitchell
Requires gtdialog r56.
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-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-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-03-31Added Less, Literal Coffeescript, and Sass lexers.mitchell
Thanks to Robert Gieseke.
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-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-07No flags in replace_all(); modules/textadept/find.luamitchell
2013-03-07Updated "About" dialog; modules/textadept/menu.luamitchell
2013-02-27Updated Lua Adeptsense.mitchell
2013-02-26Removed useless gui.dialog() options for fileopen/filesave.mitchell
2013-02-25Updated Lua apidocs to 5.2.1.mitchell
2013-02-11Added command line switches for running Lua code on startup.mitchell
2013-02-05Added command line switches for loading sessions on startup.mitchell
2013-02-01Updated Lua Adeptsense.mitchell
2013-01-31Added ability to type over characters like closing braces and quotes.mitchell
2013-01-29Updated Lua Adeptsense.mitchell
2013-01-20Updated copyright date.mitchell
2013-01-03Use `buffer.selection_mode` for ncurses mark mode; modules/textadept/keys.luamitchell
This requires Scintilla hg changeset 4323 (91f84362eeb0).
2012-12-30Updated Lua Adeptsense.mitchell
2012-12-16Removed 'PATHS'; modules/textadept/snapopen.luamitchell
2012-12-15Greatly improve speed when loading large files; modules/textadept/mime_types.luamitchell
2012-12-03Recognize special ncurses keys better.mitchell
2012-12-01Updated Lua Adeptsense.mitchell
2012-12-01Updated parameter LuaDoc.mitchell