-
Receive invoice as pdf on email monthly
I would be very helped in my admin routine if you could send out invoices as PDF's when they appear monthly, instead if me having to login and hunt them down, save as pdf and then file.
9 votes -
Allow nicknames for user accounts in the cloud dashboard so I can figure out which teammate is "Code_Captain_69_420@gmail.com"
I wish there was a way to put aliases on the User list. Email addresses are often obtuse, and I can't remember whether "Albert Smith" is "CaptainStatic@gmail.com" or "LordOfNoise69@gmail.com".
Let me attach a note so I can reliably remove people once they leave my team and keep my access permissions secure.
2 votes -
Fix server joining issue
This is a major bug in your product and it literally stopped our team to switch from git to plastic scm. I was trying out your product for the first time and after creating a project I invited my colleague to work together with me and she was not able to join my server. She was also checking out plastic scm and she did not join organization but instead created one. Later she was not able to join my organizaton even after several attempts. She tried to logout but she couldn't because that feature was not present in the GUI.…
3 votes -
Partial Xlinks in GUI
It would be great if we could create or update partial Xlinks in the GUI!
1 vote -
auto suggest releveant word (ie filenames / new files) in commit message
many git and snv tools (gitextensions for example) do this and it makes writing useful commit messages much faster
6 votes -
See who has locked a file directly in the Content Browser in Unreal Engine
Title says all. Please. Checking who has locked a file is extremely annoying to do.
1 vote -
Disable Downloading Cloaked Files In A Merge
When doing a merge that involves a change in a cloaked file (only in the incoming change) the changes are downloaded when resolving conflicts .
Please add an option to not even show cloaked files coming in from merges or at least to not download them.
35 votes -
Replication > Sync With Git Not present on Mac Plastic SCM
Hi,
Replication Sync with git is not present in the Mac Plastic SCM app.
1 vote -
Replication > Sync With Git Not present on Mac Plastic SCM
Hi,
Replication Sync with git is not present in the Mac Plastic SCM app.
1 vote -
Ability to use regex for move detection
In UE4, almost all files are binary .uasset, and many times Plastic detects moves like "SomeStaticMesh" -> "SomeMaterial", which is incorrect; they sometimes just have very similar bodies, i.e. a lot of NUL characters.
However, most teams use file name prefix conventions (like SM, M, BP_, etc), it would be great if we could define with some regexp (or any similar matching tool) that only the same prefixes should be checked for moving-detection.
3 votes -
Receive invoice as pdf on email monthly
I would be very helped in my admin routine if you could send out invoices as PDF's when they appear monthly, instead if me having to login and hunt them down, save as pdf and then file.
4 votes -
Add the "incoming changes" tab to the Mac version of Gluon
I'm not a fan of blindly hitting "update workspace", and I can't really see the tiny check-mark icons in the "explore workspace" tab to know which files are being changed or deleted. On Windows, this is super easy to just view the incoming changes. Would love a mac equivalent.
1 vote -
Rider plugin support for non-modal commit window
Currently, the Rider plugin only supports the modal commit window, which looks like this:
https://i.imgur.com/xcgFYU4.pngWith the new UI, Rider now has a non-modal commit window:
https://i.imgur.com/XrUGQOE.pngThis allows to:
- easily maximize the window
- see diff on the right side, instead of bottom side, making much better use of screen space.In fact, it looks very much like the current "Local Changes" window, but with the opportunity to check the files & commit directly from there.
Local Changes - https://i.imgur.com/N9A1o6S.png
3 votes -
Unlock files in Gluon
I need to be able to unlock files from Gluon. It seems absurd to need to use the command line to do this.
4 votes -
A complete dark theme for windows cloud client
Look that this beautiful theme you have for MacOS - https://www.plasticscm.com/download/releasenotes/7.0.16.2815
Please get me that for windows.
The pending changes / branch view is burning a hole into my eyes.
26 votesOn it!
We started the development of this feature. Please keep tuned because we are going to release much more!
-
Allow code review comments on binary files
It would be cool to be able to add comments for binary files when doing a code review - e.g. for UE4 blueprints (.uasset) after looking at the blueprint diff of the files.
12 votes -
Make "Shelve pending changes..." work for the cloud server
"Shelve pending changes..." is currently not available for cloud server. I'd already be happy if I could shelve them locally, even though I'm working on a cloud server.
34 votes -
Allow `Undo unchanged` when merging
It is not possible to Undo unchanged in Pending changes because of a error "All merge changes must be undone together."
You allow new changes to be added to the Pending changes. Why you do not allow to undo things? What if this was unintended and I want to exclude something during merging?
1 vote -
Fail gracefully (or add merge support) for Unity Prefabs
Sometimes, two members of my team change the same Unity Prefab in different commits. This leads to a conflict when merging. It also triggers an error message - the merge tool can't open the file.
This is different from code-based conflicts (Plastic's Merge Tool opens, and works well).
If I fix the merge conflict before attempting to Auto Merge (i.e. right click on the prefab asset, and select "use mine" or "use theirs"), everything works as expected.
It would be nice if Plastic brought up a more helpful error message. Something like "we're working on a merge tool for [insert…
3 votes -
Add Lower function to where clause of cm find
I suggest adding a Lower() (and/or Upper()) function to the where clauses of the cm find function. For example,
cm find branch where attribute = 'Status' and lower(attrvalue) = 'complete'
or
cm find branch where upper(name) like 'TASK%'
3 votes
- Don't see your idea?