Sublime-Text-3-Perforce-Plugin icon indicating copy to clipboard operation
Sublime-Text-3-Perforce-Plugin copied to clipboard

Results 15 Sublime-Text-3-Perforce-Plugin issues
Sort by recently updated
recently updated
newest added

Hello, I just tried the plugin but it does not work with a relatively recent version of sublime text on my machine. The sublime text console show the following error:...

P4V 2020.2 removed -cmd which breaks the 'View File History' 'Time Lapse View' and other options in this plugin. > The unsupported P4V command syntax, "p4v -cmd" (described in >...

I think these changes fix #1 The commands use ticket-based authentication and the login command now first checks whether a user is logged in or not. Since there is no...

Updated special open commands to use subprocess.Popen instead of subprocss.call so to not block sublime main application.

I know these issues have been reported before but most of them are at least 3 years old so I figured maybe my problem isn't related. I'm also getting an...

The first thing in the Checkout function is "if(IsFileWriteable(...)) return -1". This makes it impossible to ever open a file that has the +w attribute (always writable on client) from...

This plugin causes Sublime Text to completely freeze for 60 seconds while saving a new file.

Under Windows, the view.file_name() may not always match the case (capitalization) of file on disk or in the depot. Adding GetFileName(view) function which corrects the case of file and replacing...

Changes: - Graphical diff can now diff the current file against a "have" revision, "head" revision, or a user-specified revision of the file. - Added Show Revisions List command, which...