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/helix-view/src
TiredTumblrina 94a9c81eb0
Prevent improper files (like /dev/random) from being used as file arguments (#10733)
* Implement check before adding path to files

* fix problem where directories were removed from args.files

* Revert "Implement check before adding path to files"

This reverts commit c123944d9b.

* Dissallow opening of irregular non-symlink files

* Fixed issue with creating new file from command line

* Fixed linting error.

* Optimized regularity check as suggested in review

* Created DocumentOpenError Sum Type to switch on in Application

* Forgot cargo fmt

* Update helix-term/src/application.rs

Accept suggestion in review.

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

* Moved thiserror version configuration to the workspace instead of the individual packages.

---------

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
5 months ago
..
handlers Remove unwrap on line option, preventing DAP crash (#9632) 9 months ago
base64.rs Fix new clippy lints (#5892) 2 years ago
clipboard.rs FIx incorrectly spelled cfg options (#10703) 7 months ago
document.rs Prevent improper files (like /dev/random) from being used as file arguments (#10733) 5 months ago
editor.rs Prevent improper files (like /dev/random) from being used as file arguments (#10733) 5 months ago
events.rs Add hook/event system 10 months ago
graphics.rs tui: Constify functions, shrink Margin representation 6 months ago
gutter.rs use newtype parttern for langauge server id 7 months ago
handlers.rs Auto Save All Buffers After A Delay (#10899) 6 months ago
info.rs Use refactored Registers type 1 year ago
input.rs Normalize `S-<lower-ascii>` keymaps to uppercase ascii (#9213) 11 months ago
keyboard.rs build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387) 2 years ago
lib.rs Re-export `which` from `helix-stdx::env` 10 months ago
macros.rs Apply transactions to all views (#4733) 2 years ago
register.rs `cargo fmt` 7 months ago
theme.rs Add tree-sitter-highlight-name command (#8170) 1 year ago
tree.rs Resolve new Clippy lints 7 months ago
view.rs Fix jump_backwards behaviour when jumplist is at capacity (#10968) 5 months ago