coc-explorer

📁 Explorer for coc.nvim

MIT License

Downloads
2.8K
Stars
1.1K
Committers
26
coc-explorer -

Published by weirongxu over 4 years ago

  • fix: Ignore window id error, fix #131 52dfe5f
  • fix: Fix gotoParent error on window system root path 6024bf0

https://github.com/weirongxu/coc-explorer/compare/v0.3.13...v0.3.14

coc-explorer -

Published by weirongxu over 4 years ago

  • fix: Add expandOrCollapse action to buffer 22ff5e3
  • fix: Fix open action, fix #132 1b02c0c

https://github.com/weirongxu/coc-explorer/compare/v0.3.12...v0.3.13

coc-explorer -

Published by weirongxu over 4 years ago

  • feat: Add explorer.openAction.for.directory setting f0a3155
  • docs(readme): Update screenshot 6dec2a7

https://github.com/weirongxu/coc-explorer/compare/v0.3.11...v0.3.12

coc-explorer -

Published by weirongxu over 4 years ago

Breaking changes

  • Remove explorer.file.changeDirectory setting
coc-explorer -

Published by weirongxu over 4 years ago

  • fix: Fix setLine cursor in vim 5654f85
  • docs(readme): Update readme c163e52

https://github.com/weirongxu/coc-explorer/compare/v0.3.9...v0.3.10

coc-explorer -

Published by weirongxu over 4 years ago

  • feat: List drives in root path on Windows 891f237
  • test: Fix tests 45e4234
  • fix: Add floatingFactory events to subscriptions 450622d
  • feat: support intelligent split, resolve #36 2c5d0a4
  • build(deps): [security] bump acorn from 6.3.0 to 6.4.1 (#126) 07e67f3
  • fix: Fix floating attributes close window error 6771fd6
  • refactor: use notifier instead of isNotify ad8f704

https://github.com/weirongxu/coc-explorer/compare/v0.3.8...v0.3.9

coc-explorer -

Published by weirongxu over 4 years ago

  • chore(icon): add missing icons (#125) 8db3b03
  • fix: floating close window error ce1aa72
  • fix: uuid 4b91f8f
  • test: Fix tests ea03b1e

https://github.com/weirongxu/coc-explorer/compare/v0.3.7...v0.3.8

coc-explorer -

Published by weirongxu over 4 years ago

  • docs(readme): update configuration 6c8a1b8
  • fix: Fix cursorline delay in vim 6cde8a9

https://github.com/weirongxu/coc-explorer/compare/v0.3.6...v0.3.7

coc-explorer -

Published by weirongxu over 4 years ago

  • feat: Make all lists default with insert mode, fix #117 53a2e62
  • refactor: Revert setLines with queue 8721c03
  • fix: Avoid preview node is undefined 6ef23ea
  • refactor: Remove conceal feature 8012177
  • feat: Support double click by mouse, resolve #112 8064cff
  • fix: Fix explorer help 427c21e
  • fix: Fix skipOnEventsByWinnrs de51758
  • docs: Add vim doc 7043282

https://github.com/weirongxu/coc-explorer/compare/v0.3.5...v0.3.6

coc-explorer -

Published by weirongxu over 4 years ago

  • fix: Fix openAction not highlight in vim, fix #113 0625c02

https://github.com/weirongxu/coc-explorer/compare/v0.3.4...v0.3.5

coc-explorer -

Published by weirongxu over 4 years ago

  • fix: avoid mapping when use vim under terminal, fix #111 6e31195

https://github.com/weirongxu/coc-explorer/compare/v0.3.3...v0.3.4

coc-explorer -

Published by weirongxu over 4 years ago

  • feat: Change vim cwd when performing cd action, resolve #75 2e51853
  • feat: Support unmap 95d4b50
  • feat: expandablePrev, expandableNext, resolve #76 8af7d06
  • fix: Fix args handler is undefined 2d7875f
  • fix: Fix normalizePath for presets arg 4f931f4

https://github.com/weirongxu/coc-explorer/compare/v0.3.2...v0.3.3

coc-explorer -

Published by weirongxu over 4 years ago

  • test: Fix parse-args.test.ts 636e3fd
  • fix: Fix floatingFactory2 get window.width 5e605a8
  • feat: Support presets, resolve #104 c3a32e8
  • docs: Update build status 55fa2e6
  • fix: openAction uri parse on windows, fix #107 43731d2
  • docs(readme): Remove the command#generate example 721d078
  • fix: Use fnameescape() instead of escape() b06e088
  • fix: Fix previousWindowID 03adbe3

https://github.com/weirongxu/coc-explorer/compare/v0.3.1...v0.3.2

coc-explorer -

Published by weirongxu over 4 years ago

  • fix: fix mapping expression help documentation 5a9e00f
  • fix: Fix sourceWinid, fix #102 73af382
  • fix: reduce indent level 6adaa46

https://github.com/weirongxu/coc-explorer/compare/v0.3.0...v0.3.1

coc-explorer -

Published by weirongxu over 4 years ago

Features:

  • floating position
  • explorer.openAction.select.filter
  • new template syntax
  • mapping expression
  • actions:
    • open:split
    • open:vsplit
    • open:tab

Breaking changes:

  • columns -> template
  • explorer.icon.enableVimDevions -> explorer.icon.enableVimDevicons
  • dayjs.format -> date-fns.format
  • no longer support the Vim < 8.1.0579

Discards:

  • explorer.file.column.filename.width
  • explorer.file.column.filename.paddingEnd
  • explorer.file.column.indent.topLevel
  • explorer.icon.unselected
  • explorer.openAction.changeDirectory
  • explorer.openAction.select.filterFloatWindows
  • actions:
    • openInSplit
    • openInVsplit
    • openInTab

Commits:

  • fix: Try fix sometimes partial rendering error 7c69de0
  • feat: Hide size label when node is directory bbe95ef
  • fix: Fix autoReveal 8a229b0
  • refactor: Postponed change expanded state 41966ea
  • docs(readme): Update mappings doc, and configuration 6725dff
  • fix: Fix startList freeze 68b4d91
  • feat: add explorer.openAction.select.filter option 1d8ae75
  • fix: Fix reveal logic 18ad824
  • fix: noswapfile noundofile 39a94fc
  • fix: Fix uniqueColumns 7c0ba9c
  • refactor: Use date-fns instead of dayjs 185ce8b
  • feat: Support condition expression in mappings, resolve #73 72b32e0
  • feat: Generate explorer command de7fd2a
  • fix: enableVimDevions -> enableVimDevicons 9b0e075
  • feat: Support floating window, remove conceal highlights (#97) bcde20c

https://github.com/weirongxu/coc-explorer/compare/v0.2.18...v0.3.0

coc-explorer -

Published by weirongxu over 4 years ago

  • fix: Fixed freeze after buffer is not saved yet b8642ca
  • fix: Get coc configuration dynamically 6ff6057

https://github.com/weirongxu/coc-explorer/compare/v0.2.17...v0.2.18

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix: Inconsistent configuration of file.hiddenRules (#86) 1c9ca02
  • fix(readme): Use <space>e instead of ge 976938d

https://github.com/weirongxu/coc-explorer/compare/v0.2.16...v0.2.17

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix(args): Fix reveal option condition e0ae1d2
  • docs(readme): Improve command arguments description 43719f6

https://github.com/weirongxu/coc-explorer/compare/v0.2.15...v0.2.16

coc-explorer -

Published by weirongxu almost 5 years ago

  • fix: avoid overwrite user options c611ced
  • chore: update mini_vimrc 94f71a7

https://github.com/weirongxu/coc-explorer/compare/v0.2.14...v0.2.15

coc-explorer -

Published by weirongxu almost 5 years ago