summaryrefslogtreecommitdiffstats
path: root/default-plugins/strider
AgeCommit message (Collapse)Author
2022-06-10add(style): add trailing comma in match blocks (#1483)a-kenji
This makes it easier to distinguish from normal blocks
2022-05-22fix(strider): update out of range index in files (#1425)Jae-Heon Ji
2022-03-16chore(update): pretty-bytes `0.2` -> `0.2.2` (#1224)a-kenji
2022-03-08refactor(tab): simplify mouse hold and release (#1185)Thomas Linford
2022-03-04fix(cargo.toml): remove reduntant `resolver` key (#1170)a-kenji
There is no need anymore to specify `resolver=2`, `edition=2021` already turns on the appropriate resolver.
2021-10-22chore(rust): move to 2021 editionBrooks J Rady
Get with the times, kiddo (and all hail disjoint captures)
2021-10-12fix(plugin): clean up the mouse PR a littleBrooks J Rady
2021-10-12feat(plugin): Add mouse events for plugins (#629)qepasa
* feat(plugin): Add mouse events for plugins * Add double click support in strider * Add support for mouse clicks in tab-bar and fix bug in strider with selecting past the list of files and random double click action * continue working on mouse support for tab bar * finish tab change * fix fmt and fix bug in strider double-click * fix clippy * cleanup dbgs and logs * fix clippy * noop change to rerun e2e tests * Rebase and fix mouse click behavior in tab-bar and strider after rebase * fix fmt * remove dbgs and and comment in tab-line/main.rs * cargo fmt * Code review suggestions * rebase fix * fix clippy * fix mouse selection for tabs in tab-bar
2021-09-30fix(strider): do not descend into host folder (#753)Aram Drevekenin
2021-09-19fix(strider): update host mount-pointBrooks J Rady
2021-08-12feat(ui): pane frames (new pane UI) (#643)Aram Drevekenin
* work * resize working * move focus working * close pane working * selection and fullscreen working * pane title line * titles and conditional scroll title * whole tab resize working * plugin frames working * plugin splitting working * truncate pane frame titles * cleanup * panes always draw their own borders - also fix gap * toggle pane frames * move toggle to screen and fix some bugs * fix plugin frame toggle * fix terminal window resize * fix scrolling and fullscreen bugs * unit tests passing * e2e tests passing and new test for new frames added * refactor: TerminalPane and PluginPane * refactor: Tab * refactor: moar Tab * refactor: Boundaries * only render and calculate boundaries when there are no pane frames * refactor: Layout * fix(grid): properly resize when coming back from alternative viewport * style: remove commented code * style: fmt * style: fmt * style: fmt + clippy * docs(changelog): update change
2021-04-19fix(naming): made plugin terminology more consistentBrooks J Rady