helix-mods/helix-view/src
Dan Nases Sha 6a4d9693ba
File picker config (#988)
* squashed WIP commits

* hide_gitignore working with config

* pass reference to new config parameter of file_picker()

* update config option name to match name on walk builder

* add comments to config and documentation of option to book

* add git_ignore option to WalkBuilder within prompt in commands.rs

* WIP: add FilePickerConfig struct

* WIP: cleanup

* WIP: add more options including max_depth

* WIP: changed defaults to match ignore crate defaults

* WIP: change WalkBuilder in global_search() to use config options

* WIP: removed follow_links, changed max_depth to follow config setting

* WIP: update book with file-picker inline table notation

* update documentation for file-picker config in book

* adjusted to [editor.file-picker] in book configuration.md

* adjust comments in editor.rs to be doc comments, cleanup

* adjust comments

* adjust book
2021-11-20 23:23:36 +09:00
..
clipboard.rs log syntax highlighting init errors (#895) 2021-10-23 21:52:18 +09:00
document.rs Implement "Goto last modification" command (#1067) 2021-11-15 00:11:53 +09:00
editor.rs File picker config (#988) 2021-11-20 23:23:36 +09:00
graphics.rs feat: Default theme palette using 16 terminal colors 2021-09-05 12:42:03 +09:00
info.rs Implement key ordering for info box 2021-11-03 11:56:55 +09:00
input.rs Implement key ordering for info box 2021-11-03 11:56:55 +09:00
keyboard.rs Implement key ordering for info box 2021-11-03 11:56:55 +09:00
lib.rs Replace documents SlotMap with BTreeMap 2021-11-04 13:43:45 +09:00
macros.rs Simplify view/doc macros 2021-11-18 14:13:42 +09:00
theme.rs Update to rust 1.56 + 2021 edition 2021-10-22 12:15:18 +09:00
tree.rs helix-term/commands: implement buffer-close (bc, bclose) (#1035) 2021-11-16 00:30:45 +09:00
view.rs helix-term/commands: implement buffer-close (bc, bclose) (#1035) 2021-11-16 00:30:45 +09:00