ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Subliminal​Collaborator

by nlloyd ST2

Sublime Text 2 Plugin for remote pair programming

Details

  • 2014.01.16.02.43.15
  • github.​com
  • github.​com
  • 10 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 2K
  • Win 588
  • Mac 660
  • Linux 276
Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

SubliminalCollaborator

Sublime Text 2 Plugin for remote pair programming.

NEWS

2014-01-15 : MASSIVE REFACTOR… and IRC ssl support

After leaving this project for a while to work on other things I came to the conclusion that it was necessary to seriously refactor this plugin before moving forward on any new feature work, including Sublime Text 3 compatibility.

After undoing much hackery I am personally satisfied that this is a more readily extensible project, instead of an embarrassing mess of callbacks I had trouble tracing :-)

Also I threw in IRC SSL support (SSL support on the peer-to-peer sharing session level still pending).

2012-09-15 : Beta Release!

The feature set target for beta has been achieved! You can now, once you are setup, do the following:

  • Connect to an IRC channel and find other SubliminalCollaborator clients to…
    • Share a view over a direct connection (local/company network only, NAT traversal is a planned feature)
    • Partner can see the file, including syntax coloring as was configured by the host at the time of send
    • Host and Partner can highlight multiple sections of the file and see what the other is highlighting in real-time
    • Partner's viewpoint follows that of the Host when the Host moves their viewpoint
    • Host edits and cut, copy, and paste events are sent to the Partner
    • Automatic resync if the Host and Partner view become out of sync
    • Swap on demand sharing roles (initiated by either Host or Partner)

Also new, Google Group space for this project! Since github doesn't offer much by way of a dialog with users and contributors we have this Google Group setup for future use.

Have a feature idea that you want to discuss? Bring it up here Have a question about a feature? Bring it up here Have a bug you want to report? Bring it up here Want to hear about the latest that is happening on this project? Read about it here!

Roadmap

Planned Milestones Issues

Getting Started

Setup and Configuration

  1. git clone into your Packages directory or install using Sublime Package Control.
  2. Start Sublime Text 2
  3. To generate a basic User/Accounts.sublime-settings file, select menu Preferences > Package Settings > SubliminalCollaborator > Settings - User
  4. Uncomment the following and fill in with the details for your chosen IRC server (can have multiple under “irc”)… then save.
// "irc": [
//     {
//         "host": "irc.somewhere.com",
//         "port": 6667,
//         "useSSL": false,
//         "username": "",
//         "password": "",
//         "channel": "subliminalcollaboration"
//     }
// ],

Install/Uninstall Cut, Copy, Paste Proxy

In order to share cut, copy, and paste events in a session some special setup is required…

  1. Select the menu Preferences > Package Settings > SubliminalCollaborator > Install Edit Menu Proxy Commands or in the command palette select Collaborate: Install Edit Menu Proxy Commands.

To undo this action, choose Uninstall Edit Menu Proxy Commands in the same places.

Starting a Session

  1. From the command palette: Collaborate: Connect to Chat Server
  2. Select the representative chat config string of your choice (protocol|host:port is the format)
  3. Once connected… from the command palette: Collaborate: Start New Session
  4. Choose the chat connection to use, then the username from the list of the known confirmed SubliminalCollaborator clients available through this chat
    • At this point a dialog between clients is initiated where the two peers attempt to connect directly using the available IP addresses of the peer hosting the session… this may take a while… command/ctrl + ~ to see what is actually going on or just follow along with the updates in the status bar.
  5. Choose a view to share from the presented list of open views.

Interacting in a Session

Now that you are in a session you can do the following as the host:

  • Edit the shared view in almost any way (typical edits such as entering and deleting text as well as cut, copy, and paste).
  • Scroll the view and the peer will see what you see.
  • Any selections are specially highlighted on the peer's view.
  • If the view gets out-of-sync for any reason then an automatic resync will occur with minimal interruption (you as the host won't see anything except a brief message in the status bar).
  • At any time from the command palette choose Collaborate: Swap Roles with Peer to request a role change and, if your peer accepts, then they will become the host and you the watching peer.

If you are not the host you can:

  • See what the host sees, and while they are not moving the view you may freely scroll independently.
  • Highlight regions of interest and those regions will be specially highlighted in the host's view.
  • See highlighted regions of the host's view.
  • Request through the command palette to swap roles with the host via the Collaborate: Swap Roles with Peer command.

Troubleshooting

Partner view stutters periodically

This is a known issue with the automatic resync mechanism. Basically chunks of the view are sent very quickly to be updated on the partner side, and the view attempts to follow the location of these edits. Work is ongoing to find a solution to this.

Cut, Copy, and Paste no longer working

Something bad happened with the plugin, you haven't installed the command proxy as instructed below, or you uninstalled the plugin without uninstalling the command proxy. For most cases you can simply copy the file, if it exists, from ~/.subliminal_collaborator/Main.sublime-menu.backup into path/to/SublimeText/Packages/Default, renaming it and overwriting Main.sublime-menu.

Show your support by donating!

Click here to lend your support to: SubliminalCollaborator and make a donation at www.pledgie.com !

License

All of SubliminalCollaborator is licensed under the MIT license.

Copyright © 2012 Nick Lloyd

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.