Replies: 6 comments 3 replies
-
Not that I am aware of. Textadept does not have a built-in capability to connect to the internet or a local network. It is just a text editor. |
Beta Was this translation helpful? Give feedback.
-
Ah that's a good point. I've done that myself in the past. Thanks for the reminder!
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much. I'm already doing this, but working with several
projects I'm continuously mounting/unmounting remotes by rclone
(wonderful!).
What I thought of is adapting netrw (https://vimhelp.org/pi_netrw.txt.html)
to supplement textadept file explorer.
I understand the point by orbitalquark, pure KISS applied. Anyway it would
be useful to open a remote file on my desktop as rmate does. Sorry for
bothering everyone here.
…On Wed, Aug 31, 2022 at 2:49 PM orbitalquark ***@***.***> wrote:
Ah that's a good point. I've done that myself in the past. Thanks for the
reminder!
—
Reply to this email directly, view it on GitHub
<#253 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACFBXRGXEEZNLCE3WDMHCNDV35IHHANCNFSM6AAAAAAQBE277U>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Not a bother at all. Discussions are good :)
|
Beta Was this translation helpful? Give feedback.
-
Probably not worth while, but I have tried to understand if it is feasible. So I list here what I have found if useful for anyone or for myself-in-the-future (who knows?). This is the original page for rmate: blog.macromates.com/2011/mate-and-rmate/. There is a repository with python code for SublimeText that may be translated into lua and adapted to the file explorer of textadept: github.com/gja/sublime-rmate/. A similar approach was used for Atom here: atom.io/packages/remote-atom (even if coffee to lua is not so easy). |
Beta Was this translation helpful? Give feedback.
-
Should be possible to build an |
Beta Was this translation helpful? Give feedback.
-
Textmate2 and SublimeText may edit a file remotely using
https://github.com/aurora/rmate
Could it be possible tu use a similar solution in Textadept?
Vim shows another possible solution, using netrw.
Is someone already working on one of these?
Beta Was this translation helpful? Give feedback.
All reactions