nlloyd / SubliminalCollaborator

Sublime Text 2 Plugin for remote pair programming
Apache License 2.0
213 stars 8 forks source link

Shared edit events (cut, copy, paste) #17

Closed nlloyd closed 12 years ago

nlloyd commented 12 years ago

Implement sharing of cut/copy and paste edit events. Basically need to intercept/proxy the default keyboard and menu bound commands to handle cut/copy and paste actions.