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

Allow user to define applications to use for editing #3112

Closed
cyberduck opened this issue Apr 13, 2009 · 10 comments
Closed

Allow user to define applications to use for editing #3112

cyberduck opened this issue Apr 13, 2009 · 10 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

95d3de5 created the issue

I use Smultron for editing, which works great with Cyberduck. But I also keep an Open Office Calc spreadsheet (.ods file) on the server where I keep track of my project's progress. Right now, I have to download that file, edit, and re-upload when I make a change. It would be nice if I was able to choose OpenOffice or any other applications as a choice in the Edit With menu.

One of the easiest ways this could work is if in the Preferences window, putting a list of editing applications that the user can modify and when they right-click on a file and select Edit With, that list of editors shows up, allowing the user to edit with an application in that list.

This would also make Cyberduck a good alternative to using a MobileMe iDisk.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is related to #2306.

@cyberduck
Copy link
Collaborator Author

95d3de5 commented

#2306 appears to address the same problem, but using a much different approach. That one sounds almost like a request for synchronizing remote folders and local folders. If #2306, or something similar gets implemented, then this one should be easy (may even be covered by the implementation of #2306).

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:3 ross.peoples@…]:

#2306 appears to address the same problem, but using a much different approach. That one sounds almost like a request for synchronizing remote folders and local folders. If #2306, or something similar gets implemented, then this one should be easy (may even be covered by the implementation of #2306).

This is referenced because if we want to support arbitrary editors (that to not have ODB support) we must watch the filesystem for changes.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#3834 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Partially fixed. See #2306.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Documentation to use any editor (set to the default application for the
selected file type), refer to Edit files with
any application
.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

As of e211358 we add the default editor for the selected file type to File → Edit if editor.kqueue.enable is set to true.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 456cd43.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

User Interface added i 2b7f5e8. The drop down list in Preferences → Edit now has the option to choose any application installed.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

As of c3a4ba7 all applications that declare to support editing the selected file type are listed in the Edit menu.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants