Skip to content
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

Remove ignored files / files not synced entries from the Activity tab #5982

Open
2 tasks
jochenwezel opened this issue Aug 29, 2017 · 4 comments
Open
2 tasks
Assignees
Milestone

Comments

@jochenwezel
Copy link

Reviewing my sync errors protocol, I would like to cleanup these warnings easily.

In most cases, the file just needed to be removed to solve the warning. But there hasn't been a "copy file path to clipboard" feature available, yet.

To make it even more simple, I'd like to add a button at this location called "Delete selected file"
image

So, you might want to add one or all of these buttons for the users:

  • new button "Copy path to clipboard"
  • new button "Delete selected file/directory"
@SamuAlfageme SamuAlfageme changed the title Feature request: cleanup ignored files / files not synced Remove ignored files / files not synced entries from the Activity tab Aug 30, 2017
@SamuAlfageme
Copy link
Contributor

@ckamm might be interesting together with the "Not Synced" tab rework in 2.4. I can imagine setups with lots of ignored files via pattern that shadow other syncing issues in the list recurrently as they're always present.

@jochenwezel
Copy link
Author

Optionally, another button could open an explorer window and select that file.

At windows platform, you could do this by simply open a new explorer.exe window with following command line:

explorer.exe /select,"C:\Folder\subfolder\file.txt"

Other platforms (Linux & Co. - which are supported by the sync client) might have similar functionality, otherwise this button could be visible on windows platforms only.

@jochenwezel
Copy link
Author

  1. A more general note in this context on MS Windows behaviour: MS Office usually creates temporary files with hidden flag and starting with tilde (~) char. Even if windows explorer options are configured to show hidden files, all hidden files starting with ~ char still don't appear and keep hidden. => So, it's not enough to just point the user to the directory location.

  2. Current client version is already able to open the folder in windows explorer where a file is located. For this, you have to double-right(!)-click at an item. This is an undocumented feature in UI. => Maybe it makes sense to introduce a context menu and provide the available options for a file entry there (additionally to the additional buttons in very first screenshot of this issue thread)?

@ckamm
Copy link
Contributor

ckamm commented Oct 17, 2017

@jochenwezel Adding a context menu for these kinds of actions seems good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants