You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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
3 years ago
..
clipboard.rs log syntax highlighting init errors (#895) 3 years ago
document.rs Implement "Goto last modification" command (#1067) 3 years ago
editor.rs File picker config (#988) 3 years ago
graphics.rs feat: Default theme palette using 16 terminal colors 3 years ago
info.rs Implement key ordering for info box 3 years ago
input.rs Implement key ordering for info box 3 years ago
keyboard.rs Implement key ordering for info box 3 years ago
lib.rs Replace documents SlotMap with BTreeMap 3 years ago
macros.rs Simplify view/doc macros 3 years ago
theme.rs Update to rust 1.56 + 2021 edition 3 years ago
tree.rs helix-term/commands: implement buffer-close (bc, bclose) (#1035) 3 years ago
view.rs helix-term/commands: implement buffer-close (bc, bclose) (#1035) 3 years ago