aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/textadept
Commit message (Expand)AuthorAge
* Added `textadept.editing.auto_enclose` for auto-enclosing selected text.Gravatar mitchell2020-08-17
* Small code cleanup.Gravatar mitchell2020-08-17
* Updated some documentation and use macOS instead of Mac OSX.Gravatar mitchell2020-08-17
* Fixed a bug where filter text could always be put in the "Replace" entry.Gravatar mitchell2020-08-16
* Updated LuaDoc.Gravatar mitchell2020-08-10
* "View > Toggle Fold" toggles folding for the current block, regardless of line.Gravatar mitchell2020-08-10
* Save the current working directory to session files.Gravatar mitchell2020-08-09
* Removed "View EOL" menu item and key binding.Gravatar mitchell2020-08-08
* Use comma-separated patterns in find & replace pane's "Filter" field.Gravatar mitchell2020-08-08
* Updated find & replace pane key bindings.Gravatar mitchell2020-08-08
* Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.Gravatar mitchell2020-08-04
* Updated LuaDoc.Gravatar mitchell2020-08-04
* Set `buffer.auto_c_order` prior to `buffer:auto_c_show()`.Gravatar mitchell2020-08-04
* Fixed regression in showing images in Lua command entry completions.Gravatar mitchell2020-08-03
* Updated LuaDoc.Gravatar mitchell2020-08-03
* Fixed regression with showing "No results found" in searches.Gravatar mitchell2020-08-02
* Fixed word left/right key bindings on macOS.Gravatar mitchell2020-08-01
* Also updated stored filter of initial directory for Find in Files.Gravatar mitchell2020-07-29
* Removed "Refresh syntax highlighting" feature.Gravatar mitchell2020-07-26
* Fixed selected word highlighting with multiple selections.Gravatar mitchell2020-07-25
* Find & Replace Pane now allows file filters to be specified for Find in Files.Gravatar mitchell2020-07-25
* Fixed bug in incremental find in the terminal version.Gravatar mitchell2020-07-25
* Moved word highlighting back into editing module and disable by default.Gravatar mitchell2020-07-25
* Moved incremental find into Find & Replace Pane.Gravatar mitchell2020-07-25
* Added option to highlight all occurrences of found text.Gravatar mitchell2020-07-25
* Make `ui.highlight_words` a multi-option setting.Gravatar mitchell2020-07-19
* Minor LuaDoc updates and spelling corrections.Gravatar mitchell2020-07-16
* Ensure buffer selection session data is saved.Gravatar mitchell2020-07-16
* Renamed `textadept.editing.block_comment()` to `toggle_comment()`.Gravatar mitchell2020-07-14
* Auto-highlight all occurrences of selected words and find results.Gravatar mitchell2020-07-13
* Made `ui.find.goto_file_found()` and `textadept.run.goto_error()` args optional.Gravatar mitchell2020-07-12
* Fixed --line command line switch.Gravatar mitchell2020-07-12
* Be more consistent with "key sequences", "key commands", and "key bindings".Gravatar mitchell2020-07-12
* Updated macro record to use new modifier keys.Gravatar mitchell2020-07-12
* Fixed display of API documentation in the command entry.Gravatar mitchell2020-07-09
* Added `buffer:style_of_name()` as an analogue to `buffer:name_of_style()`.Gravatar mitchell2020-07-04
* Added support for Fennel.Gravatar mitchell2020-07-03
* Only save before compile/run if the buffer has been modified.Gravatar mitchell2020-07-01
* Be more consistent with Command key variable name.Gravatar mitchell2020-06-28
* Changed keybinding modifier keys.Gravatar mitchell2020-06-28
* Renamed some buffer/view fields to use American English instead of Australian.Gravatar mitchell2020-06-10
* Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.Gravatar mitchell2020-06-10
* Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.Gravatar mitchell2020-06-09
* Fixed undocumented regression with word completion and case sensitivity.Gravatar mitchell2020-05-26
* Small code cleanup.Gravatar mitchell2020-05-26
* Updated to latest Scintilla with ability to get style number from name.Gravatar mitchell2020-05-26
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
* Restore prior key mode after running the command entry.Gravatar mitchell2020-05-24
* Updated tests for recent command entry history change.Gravatar mitchell2020-05-24
* `textadept.editing.highlight_word()` highlights whole words based on context.Gravatar mitchell2020-05-03