Commit Graph

32 Commits (bd32cb31144806d9849972490be8e4d077e228b7)

Author SHA1 Message Date
trivernis bd32cb3114
Add --show-explorer cli arg 1 year ago
trivernis 432522e724
Add update of selected file in explorer when switching buffers 1 year ago
wongjiahau cf9669f276 fix(ci): clippy error 1 year ago
wongjiahau 33542e9ddb refactor: remove unnecessary dev-dependencies
- Resolve https://github.com/helix-editor/helix/pull/5768/files#r1126720143
1 year ago
wongjiahau 404f950b09 fix(tests/explorer/new_folder): failing on Windows
Co-authored-by: LEI <github@lei.sh>
Reference: https://github.com/helix-editor/helix/pull/5768#discussion_r1143991188
1 year ago
wongjiahau ee34720a31 style(explorer): move title to statusline
- so that the UI is more consistent with other component of the editor
- also it may improve the focus indication
1 year ago
wongjiahau 1be2ac286b fix(ui/explorer): tree search cursor not rendered 1 year ago
wongjiahau e5dfde2a9b refactor(explorer): remove overlay option 1 year ago
wongjiahau afda68a11d chore: cargo fmt 1 year ago
wongjiahau f5af209f09 refactor(explorer): remove preview
- Also moved Tree search prompt to bottom
1 year ago
wongjiahau 9a1aff25bd refactor(ui/explorer/close_documents): concise code
Resolve https://github.com/helix-editor/helix/pull/5768#discussion_r1133065427
1 year ago
wongjiahau 178086767f refactor(ui/explorer/handle_prompt_event): remove unnecessary function
Resolve https://github.com/helix-editor/helix/pull/5768#discussion_r1133064955
1 year ago
wongjiahau c4c3e8075e style(explorer/delete): capitalize default choice
Resolve https://github.com/helix-editor/helix/pull/5768#discussion_r1133064678
1 year ago
wongjiahau eb9287d816 fix(ci): cargo fmt and windows test 1 year ago
wongjiahau 10032eb156 fix(ci): cargo fmt 1 year ago
wongjiahau 9726ae7dbb fix(ci/test): failing on Windows 1 year ago
wongjiahau bc62b7615d fix(ci): failing windows test & clippy 1 year ago
wongjiahau a4943a7226 fix(explorer/overlay): prompt overflow
- Previously the prompt appears within the float, which has very limited
  space
- Now, the prompt will be rendered at the editor command area
1 year ago
wongjiahau c2e2f050da feat(explorer/delete): no need to press Enter, just press y
Reference: https://github.com/helix-editor/helix/pull/5768#issuecomment-1449536275
1 year ago
wongjiahau 43b226a2ab feat(explorer/keymap): combine 'a' with 'A'
Reference: https://github.com/helix-editor/helix/pull/5768#issuecomment-1449536275
1 year ago
wongjiahau b18a9746e9 fix(explorer): go to previous root does not update state.current_root 1 year ago
wongjiahau 4a0c620b77 fix(explorer/filter): not working for newly opened folder 1 year ago
WJH c3b8be978e
fix(ci): clippy + failure on Windows 1 year ago
wongjiahau ba00a80037 fix(tree): shouldn't use patched font 1 year ago
wongjiahau 24b50bb525 feat(explorer): toggle preview 1 year ago
wongjiahau b5d92aca45 chore: fix clippy warnings 1 year ago
wongjiahau 36769cb3f6 fix(explorer/keymap): change 'b' to 'B'
- to not clash with Tree 'zb'
1 year ago
wongjiahau dffbc15067 refactor(explorer,tree): remove unwrap to avoid panics 1 year ago
wongjiahau cf9b60a3d1 feat(tree): sticky ancestors 1 year ago
wongjiahau 6af9a06e74 feat(explorer): bind "="/"_" to "Zoom in"/"Zoom out" 1 year ago
wongjiahau 7b63fda7d2 test(explorer): add integration tests 1 year ago
wongjiahau 6321dc9ade chore: rename explore to explorer 1 year ago