-
-
Notifications
You must be signed in to change notification settings - Fork 430
Default File manager #782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Default File manager #782
Changes from 25 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
6a2d7fc
Add File Manager Item and popup window
onesounds 962af51
add some string
onesounds 6f004a4
Custom Explorer Binding (Part 1)
taooceros de7c462
Merge remote-tracking branch 'upstream/dev' into FileManager
taooceros 5ebe5d4
Revert a test change
taooceros b8d1611
Merge SettingWidth for the inclusion of fody in infrastrature project
taooceros 99d8575
File Explore Binding (Part 2)
taooceros fb36c0c
Adjust width and height to display hided element
taooceros 1965ba1
Implement the API call to custom explorer via ipublicapi, and migrate…
taooceros 6e83e2e
Add add & delete feature
taooceros 84ebbd9
Migrate Program Plugin Custom Explorer
taooceros 83a6be6
Adjust Window Button Style
onesounds 0c5442c
Change the window size to responsive
onesounds 1856f7f
Change 2nd Argument textbox label
onesounds 9eb8d53
Adjust popup layout
onesounds a7f46ce
Add argument setting for file managers and Adjust Label Text
onesounds af7bab4
fix directory opus default path
onesounds fb923c4
Fix rename issue
taooceros 16a07dc
Merge branch 'FileManager' of github.com:onesounds/Flow.Launcher into…
taooceros 8f2163c
migrate explorer open containing folder to new api
taooceros 434b409
Fix IndexOutOfBound issue when adding new profile
taooceros c385b95
- Add Height Program Plugin Setting Panel
onesounds 60907ec
Change the text to string
onesounds a32a71e
Fix Border
onesounds c727150
Remove Button Style
onesounds 07b42ff
Add File Select Dialogue
onesounds c6054d4
Add File Manager Item and popup window
onesounds 7dc5806
add some string
onesounds 4eb36c8
Custom Explorer Binding (Part 1)
taooceros 6bfebe9
Revert a test change
taooceros a69f4a7
File Explore Binding (Part 2)
taooceros b3a04a9
Adjust width and height to display hided element
taooceros 8a312d4
Implement the API call to custom explorer via ipublicapi, and migrate…
taooceros 992735f
Add add & delete feature
taooceros 5ee6c4b
Migrate Program Plugin Custom Explorer
taooceros a3b62bc
Fix rename issue
taooceros 5be5d81
Adjust Window Button Style
onesounds e648ef0
Change the window size to responsive
onesounds 696eaa9
Change 2nd Argument textbox label
onesounds dff0670
Adjust popup layout
onesounds c27a87c
Add argument setting for file managers and Adjust Label Text
onesounds 7e849ee
fix directory opus default path
onesounds 2c1e070
migrate explorer open containing folder to new api
taooceros a02d020
Fix IndexOutOfBound issue when adding new profile
taooceros f35d36b
Fix delete index out of bound issue
taooceros 7d18c3e
- Add Height Program Plugin Setting Panel
onesounds 15756f7
Change the text to string
onesounds b779557
Fix Border
onesounds a2c1233
Remove Button Style
onesounds 67c9004
Add File Select Dialogue
onesounds 1b4aa19
Pull
onesounds b15ec0f
Json Ignore CustomExplorer Property because we don't use that to stor…
taooceros 07905e8
update api description comment
jjw24 d8b4050
remove summary
jjw24 e09248f
bump version for plugins
jjw24 0e91d29
Merge branch 'FileManager' of https://github.com/onesounds/Flow.Launc…
onesounds 0cdeb71
Merge Dev
onesounds 994d7eb
- Add "%f" tip text and adjust string
onesounds b0cb8ad
update wording
jjw24 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
30 changes: 30 additions & 0 deletions
30
Flow.Launcher.Infrastructure/UserSettings/CustomExplorerViewModel.cs
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
using Flow.Launcher.Plugin; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace Flow.Launcher.ViewModel | ||
{ | ||
public class CustomExplorerViewModel : BaseModel | ||
{ | ||
public string Name { get; set; } | ||
public string Path { get; set; } | ||
public string FileArgument { get; set; } = "\"%d\""; | ||
public string DirectoryArgument { get; set; } = "\"%d\""; | ||
public bool Editable { get; init; } = true; | ||
|
||
public CustomExplorerViewModel Copy() | ||
{ | ||
return new CustomExplorerViewModel | ||
{ | ||
Name = Name, | ||
Path = Path, | ||
FileArgument = FileArgument, | ||
DirectoryArgument = DirectoryArgument, | ||
Editable = Editable | ||
}; | ||
} | ||
} | ||
} |
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
Oops, something went wrong.
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.