Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #40557 > unrolled thread

collaborative editing environments

Started byEric Johansson <esj@harvee.org>
First post2013-03-05 12:56 -0500
Last post2013-03-05 12:56 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  collaborative editing environments Eric Johansson <esj@harvee.org> - 2013-03-05 12:56 -0500

#40557 — collaborative editing environments

FromEric Johansson <esj@harvee.org>
Date2013-03-05 12:56 -0500
Subjectcollaborative editing environments
Message-ID<mailman.2902.1362506802.2939.python-list@python.org>
I finally have an intern helping me with my various accessibility 
projects. We need to do pair programming so he can write the code in my 
head that I can't express by broken hand or speech recognition (yet).

The best technique with come up with so far is to use putty sessions 
with the same layout and use dtach into one emacs.  Nonideal but it kind 
of sort of works after fashion. we are constrained that neither of us 
will poke holes in our firewalls to allow a peer-to-peer system to work 
so we will need a third system intermediary.  What would be ideal is 
some sort of cloud-based collaborative editor/IDE with local storage 
capability. Revision control to be handled individually to a common 
repository outside of the IDE/editor.

Super best would be an IDE with an API so I can drive the IDE from 
speech recognition but, I know I'm living in a fantasyland any time I 
look for accessibility.  at the hands one of our projects being adding 
accessibility controls to an existing editor. Haven't decided which one 
yet but the leading contender is sublime.

gobby it's kind of useful but again,  it requires firewall holes or in 
intermediary that appears to have several shortcomings.also, according 
to folks I met on IRC, the developers disappeared from IRC about 18 
months ago and there's been no development  on the project since then.

so, what have your experiences been with collaborative environments?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web