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

Subforce - Perforce for Sublime

by claytonlemons ST3 Win

Perforce plugin for Sublime Text 3 that leverages the P4Python API.

Labels vcs, perforce, p4

Details

Installs

  • Total 1K
  • Win 1K
  • Mac 0
  • Linux 0
Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 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
Windows 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 2 0 2 0 0 0 1 0 2 0 0 0 0 1 0 1 0 0 0 0 3 0 1 0 0 0 1 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

Subforce

A Perforce plugin for Sublime Text 3 that leverages the P4Python API.

Installation

To install, use Sublime's package manager Package Control.

Alternatively, you can manually clone this repository directly to your Sublime Text 3 Packages directory.

$ cd path/to/Packages
$ git clone https://github.com/MrElusive/Subforce.git

Note: you will also need to manually clone the SublimeP4Python dependency.

Settings

Refer to Subforce.sublime-settings for a description of the available settings.

Refer to the Sublime's Settings documentation and the unofficial Settings documentation for information on how to configure custom settings.

Features

  • Login - Log in to the Perforce server.
  • Sync - retrieve the latest revision of one or more files or folders.
  • Get Revision - retrieve a specific revision of a single file.
  • Add - add one or more files or folders to a specified changelist (including a new changelist).
  • Checkout - checkout one or more files or folders into a specified changelist (including a new changelist).
  • Revert - revert one or more files or folders.
  • Rename - rename a single file or folder.
  • Move to Changelist - move one or more files or folders to a specified changelist (including a new changelist).
  • View Timelapse - open the Time-lapse GUI for a single file.
  • Resolve - resolve one or more files using the Resolve GUI.
  • View Graphical Diff of Workspace - diff a single file against a depot revision using the P4Merge GUI.
  • View Graphical Diff of Depot Revisions - diff two depot revisions of a single file using the P4Merge GUI.
  • View Changelist - view all changelists for the current client
  • Create Changelist - create a new changelist using the editor specified by the P4EDITOR environment variable or equivalent setting.
  • Edit Changelist - edit a changelist using the editor specified by the P4EDITOR environment variable or equivalent setting.
  • Delete Changelist - deletes a specified changelist if it contains no open files.
  • Revert Files in Changelist - revert all open files in a specified changelist.
  • Submit Changelist - Submit a changelist using the P4V GUI.
  • Auto-Checkout-On-Save - checkout a single file into a specified changelist when saving.

License

MIT License

Copyright © 2016 Clayton Lemons

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.