could FTP plugin handle all file access needs?
Submitted by Sunday, 5 February, 2006 - 03:46
on
I've just started using jEdit in the past couple of weeks. I had been using a combination of SubEthaEdit and Fugu under Mac OS X. When I needed a good, free editor that worked well for editing Python and had code-folding, I tried jEdit. Using the FTP plugin, I've been able to edit files on servers over an SFTP connection.
I've started using more and more plugins with jEdit as I find that they offer good features. One of the disappointing things though is that plugins like XSLT, Project Viewer, QuickNotepad, and others aren't able to work with files through the FTP plugin. I suspect that the reason for this is that these plugins try to open files in the filesystem directly. They don't know how to handle these SFTP URLs.
I wonder if these other plugins would be able to work with files through an SFTP connection if all of their file operations went through the jEdit API. Does jEdit offer functions for working with files? Would that allow working with files via SFTP?
I've started using more and more plugins with jEdit as I find that they offer good features. One of the disappointing things though is that plugins like XSLT, Project Viewer, QuickNotepad, and others aren't able to work with files through the FTP plugin. I suspect that the reason for this is that these plugins try to open files in the filesystem directly. They don't know how to handle these SFTP URLs.
I wonder if these other plugins would be able to work with files through an SFTP connection if all of their file operations went through the jEdit API. Does jEdit offer functions for working with files? Would that allow working with files via SFTP?