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

Plastic​SCM

by ccll ST3

PlasticSCM plugin for Sublime Text 3

Labels scm, vcs

Details

Installs

  • Total 298
  • Win 214
  • Mac 57
  • Linux 27
Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16
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 1 0 0 0 0 0 1
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

PlasticSCM for Sublime Text 3

Why

We are using PlasticSCM to manage our project, and we are working in 'exclusive lock' mode. While there are no official integration for Sublime Text, it is a pain to remember to checkout a file before editing. So I wrote this plugin.

Features

  • Prompt user and automatically checkout file when user start editing.
    • This is the major itch we scratch first.
    • It only applies on read-only files, so it will not annoy you if your team works in 'modify-merge' mode which does not involve a 'checkout' phase.

TODO

  • Add sidebar context menu for common PlasticSCM operations (checkin/checkout/undocheckout/cloak/ignore/annotate/history/refresh/…)

  • Show file status in sidebar (added/deleted/changed/private/controlled/…)

  • Show repository/workspace info in sidebar