简体   繁体   English

一个与其他人在另一台计算机上编辑代码的好程序

[英]A good program for editing code with another person on another computer

What's a good program to edit code, or the same document at the same time with another person through the internet. 什么是通过互联网与他人同时编辑代码或同一文档的好程序。 I need something where a friend and I can edit the same document at the same but he's on a Windows computer and I'm on a Mac. 我需要的东西可以让朋友和我可以同时编辑同一文档,但是他在Windows计算机上,而在Mac上。 Something like Google Wave where we can just create a wave and edit the document at the same time, but I want something for coding. 像Google Wave这样的东西,我们可以创建一个wave并同时编辑文档,但是我想要一些用于编码的东西。 It doesn't matter if we can't compile on the program just to edit it, and later we can save and compile on our computers. 能否仅在程序上对其进行编辑并不重要,后来我们可以在计算机上进行保存和编译。

I've used SubEthaEdit . 我用过SubEthaEdit It works quite well IMHO 效果很好恕我直言

I think you are asking for an IDE that allows multiple instances to open common files and projects. 我认为您正在要求一个允许多个实例打开公共文件和项目的IDE。 I don't think that exists. 我认为那不存在。

However one lower-grade alternative might be to simply screen-share. 但是,一个较低等级的替代方法可能是简单地共享屏幕。 One guy programming, the other guy kibitzing. 一个人在编程,另一个人在玩。 This could be done in accordance with extreme programming (XP) rules: http://www.extremeprogramming.org/ 可以按照极限编程(XP)规则进行操作: http : //www.extremeprogramming.org/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 编辑使用Process.Start()打开的文本文件时,如何解决“由另一个进程使用”的错误? - How to fix “used by another process” error when editing a text file which was opened using Process.Start()? 在 Netbeans 中编辑多行代码 - Editing multiple lines of code in Netbeans 如何在 IntelliJ IDEA 中为 Flutter 编辑 Android 代码 - How to editing Android code in IntelliJ IDEA for Flutter 阻止Magento编辑内容代码? - Prevent Magento from editing content code? 在“编辑”LINQ to SQL实体时,我可以简单地将一个项目分配给另一个项目吗? - While “editing” an LINQ to SQL entity, can I simply assign one item to another? 在代码中编辑.config 文件 - Editing .config file in code 从.R文件中读取源代码,进行编辑,然后保存 - Reading In Source Code From .R File, Editing It, Then Saving It 如何在编程时使用Calc(或Excel)减少重复的代码编辑? - How to use Calc (or Excel) to reduce repetitive code editing while programming? 使用iFrame的Ckeditor 4+内联编辑:代码编写不正确 - Ckeditor 4+ Inline editing with iFrame: Code is not being written properly VBA Excel密码可锁定宏,使其无法编辑,但仍允许用户查看代码 - VBA Excel password to lock macro from editing but still allow users to see the code
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM