This repository was archived by the owner on Apr 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 299
Explorer: Locate Current Buffer #2429
Merged
Merged
Changes from 2 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
c8a6051
Command to find current buffer in Explorer and select it (#1567)
feltech 0f9f78c
Only dispatch success action if/when selection changed as expected
feltech bb93210
Open Explorer if it's not visible when executing Locate Current Buffer.
feltech 5dd510f
Remove duplicated `nodePath` function in favour of `getPathForNode`
feltech aed2f0d
Fix sidebar hiding when locating file in Explorer
feltech f2611fb
tslint: alphabetize imports
feltech 14a0539
Fix test conflict
feltech d6a9ad3
Add `selectFileReducer` tests
feltech 3b87da1
Add `selectFileEpic` tests
feltech dbf3d86
Minor test tidying
feltech 2ae04ba
Add notificationEpic SELECT_FILE_FAIL test
feltech d22fc95
Merge remote-tracking branch 'upstream/master' into
feltech 20503f0
Add VimNavigator and ExplorerView tests
feltech 96ddb79
Remove unused imports in test + tidy
feltech 0d296d9
Add ExplorerSplit tests
feltech d463ecd
Add Locate Buffer integration test
feltech dd864fe
tslint: alphabetise imports
feltech 79a44a1
Merge remote-tracking branch 'upstream/master' into
feltech 640251b
Possibly fix SELECT_FILE on OSX + add logging to isolate problem
feltech d8d566f
Fix Explorer.LocateBufferTest for symlinked tempdir (i.e. OSX)
feltech cae10b1
Resolve symlinks before testing if selection is a descendant of works…
feltech 4347354
Fix ExplorerStore tests
feltech 6eee64f
Put symlink-less file to select in the store (for OSX)
feltech 4651cfd
Use temporary workspace for QuickOpenTest
feltech 11d5821
Fix Neovim.CallOniCommands test
feltech 22a6424
Attempt to fix race in PrettierPluginTest on OSX
feltech b03fff0
Revert "Attempt to fix race in PrettierPluginTest on OSX"
feltech f492fea
Use temporary workspace for PrettierPluginTest
feltech 9a72c8f
Move UI elment assertion of PrettierPluginTest to the end
feltech 79644b3
Add logging to isolate issue with PrettierPluginTest on OSX
feltech 4da9305
Fix logging to isolate issue with PrettierPluginTest on OSX
feltech c8195ad
More logging to isolate issue with PrettierPluginTest on OSX
feltech 97f8ad4
Wait for status bar element in PrettierPluginTest on OSX
feltech 487b630
Allow failure to get window count in test afterEach
feltech be4b914
Fix waiting for status bar element in PrettierPluginTest on OSX
feltech 2c676b8
Remove before/afterEach from runInProcTest to enable retries
feltech 27305e6
Add some logs when oni is close after test
feltech 778b471
Add a couple of mocha flags that may stabalise tests
feltech 0db437e
Remove debug logs + tidy
feltech 3b2c6f4
Tolerate failure to get window count when stopping Oni
feltech d6b4a29
Add a retry to WindowsInstallerTests
feltech 7379f18
Revert "Add a retry to WindowsInstallerTests"
feltech dc045ab
Remove pointless mocha flags
feltech File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@feltech a version of this same functionality already exists in
ExplorerStore.tsmaybe you could import that and use it instead