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-term/src/ui
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 hours ago
..
completion.rs tui: Constify functions, shrink Margin representation 4 weeks ago
document.rs don't manually grapheme align ts highlights (#10310) 2 months ago
editor.rs fix(editor): prevent overflow in count modifier (#10930) 6 days ago
info.rs tui: Constify functions, shrink Margin representation 4 weeks ago
lsp.rs tui: Constify functions, shrink Margin representation 4 weeks ago
markdown.rs tui: Constify functions, shrink Margin representation 4 weeks ago
menu.rs fix popup size calculation 2 months ago
mod.rs Prevent improper files (like /dev/random) from being used as file arguments (#10733) 5 hours ago
overlay.rs Fix typos (#6643) 1 year ago
picker.rs tui: Constify functions, shrink Margin representation 4 weeks ago
popup.rs tui: Constify functions, shrink Margin representation 4 weeks ago
prompt.rs Make prompt use cursor set for Insert mode (#10945) 13 hours ago
spinner.rs use newtype parttern for langauge server id 2 months ago
statusline.rs Revert "Refactor statusline elements to build `Spans` (#9122)" (#10642) 1 month ago
text.rs Avoid cloning the whole paragraph content just for rendering (#9739) 4 months ago