summaryrefslogtreecommitdiffstats
path: root/src/syntactic/syntactic_view.rs
AgeCommit message (Expand)Author
2022-09-22remove some warningsCanop
2022-08-30upgrade version of crokeyCanop
2022-08-06Switch from memmap to memmap2Karl-Johan Karlsson
2022-01-31keep selected line visible when resizing previewCanop
2022-01-21Fix a crash on a syntect panic on svelte fileCanop
2022-01-06fix offset in syntactic preview scrollbar displayCanop
2022-01-06fix syntaxic preview of Python broken by commentsCanop
2022-01-06Display images in high res on recent WezTermCanop
2021-12-22text previews switch to hex when there are non printable charsCanop
2021-09-05upgrade termimad to 0.16Canop
2021-08-29move some fit/crop utilities from broot's code to termimadCanop
2021-08-04improve scrolling behaviorsCanop
2021-06-22fix preview of linux pseudo-filesCanop
2021-06-02make the number of threads used for file summing configurableCanop
2021-05-20removed some `#[macro_use] extern crate`Canop
2021-05-05small perf improvement in tokens patternsunordered-tokensCanop
2021-02-14:line_up_no_cycle and :line_down_no_cyleCanop
2021-02-14fix broken selection bg in text preview when line numbers are shownCanop
2021-02-01fix crash on page-down when last line of text preview is selectedCanop
2021-01-04:copy_line, for copying the selected line in previewCanop
2020-12-13keep selection visible on unfilteringCanop
2020-12-11use serde's derive to deserialize confCanop
2020-11-13`:line_up` and `:line_down` accept an optional count as argumentCanop
2020-11-05preview now supports opening zero length "files"v1.0.5Canop
2020-10-07change the syntax of `cols_order` in confCanop
2020-09-30refactor: make Screen CopyCanop
2020-08-23fix a few problems related to tabulation renderingCanop
2020-08-18optional selection mark to complete the selection backgroundCanop
2020-08-07fix possible crash/errors in fuzzy matches in file content previewsCanop
2020-08-06:preview_image, :preview_binary, and :preview_textCanop
2020-07-31version 0.19.4v0.19.4Canop
2020-07-27version 0.19.3Canop
2020-07-26{line} in a verb execution pattern refers to the line numberCanop
2020-07-26small code cleaningCanop
2020-07-26"syntax_theme" preference in config fileCanop
2020-07-25content search in tree propagated as regex to previewCanop
2020-07-25filtering in preview now interrupted by key eventsCanop
2020-07-24display counts of lines in previewed files (matched/total)Canop
2020-07-24faster availability of big files in previewCanop
2020-07-23:select_first and :select_last implemented in previewCanop
2020-07-23selected line in previewCanop
2020-07-16preview now searchableCanop
2020-07-16some documentation of the preview panel featureCanop
2020-07-14lazy loading of syntactic previewCanop
2020-07-14previews now scrollableCanop
2020-07-13much progress on the preview panelCanop
2020-07-12preview panel [still more like a POC than a full feature]Canop