Textmate提问:在线编辑文件时如何有抽屉?

发布于 2024-10-27 09:05:30 字数 49 浏览 3 评论 0原文

是否可以使用 Textmate 进行远程工作并使用侧边栏抽屉?

谢谢

is it possible with Textmate to work remotely and using the sidebar drawer?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

━╋う一瞬間旳綻放 2024-11-03 09:05:30

您如何解决问题的“远程”部分? SSHFS? FTP?

如果您使用 FTP(传输或 Cyber​​duck),至少有 一种方式,但我认为这非常复杂。当我开始使用 TextMate 时,我曾经非常想要它,但我很快就了解了 Subversion,然后是 Git,现在,我几乎从不使用 FTP 客户端进行开发工作。

两个版本控制系统都与 TextMate 集成得非常好,处理本地副本并仅推送有效更改的整个概念远远优于使用 FTP 客户端下载临时文件夹中的整个文件,使用本地编辑器打开它,保存临时文件,将其上传到服务器。

如果您使用 SSHFS 或其他一些方式来挂载远程服务器,您可以像处理本地文件一样使用它,但需要注意的是,整个过程可能会非常缓慢。

您是否尝试在终端的 SSH 会话中编辑文件?像这样使用 Vim 实际上非常快,但如果不这样做,可能会导致一些令人不快的情况正确。

How do you do the "remote" part of your question? SSHFS? FTP?

If you use FTP (Transmit or Cyberduck) there is at least one way but I think it's extremelly convoluted. I used to want it badly when I started to use TextMate but I soon learned about Subversion and then Git and now, I almost never use an FTP client for development work at all.

Both versioning systems are extremelly well integrated with TextMate and the whole concept of working on a local copy and pushing only valid changes is vastly superior to using an FTP client to download a whole file in a temp folder, opening it with a local editor, saving the temp file, uploading it to the server.

If you use SSHFS or some other ways to mount the remote server you can use it as you were working with local file with the caveat that the whole thing can be maddening slow.

Did you try to edit the files within an SSH session in the terminal? Using Vim like that is actually very fast but it can lead to somewhat unpleasing situations when not done correctly.

岁吢 2024-11-03 09:05:30

我发现自己:

  • 使用Transmit 4+
  • 挂载服务器作为图像,
  • 将整个挂载图标拖到textmate中

完成。

I found myself:

  • Use Transmit 4+
  • Mount the server as image
  • drag the entire mount icon in textmate

done.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文