535 results found
-
Explicitly tell Plastic that a add/delete is in fact a move
There was already a suggestion of this kind:
https://plasticscm.uservoice.com/forums/15467-general/suggestions/5657638-add-option-in-pending-changes-to-tell-plasic-thatBut the solution is not very convenient. If we do a refactor there may be a lot of added/deleted items. I simply want to select a pair of added/deleted items then open context menu and select "repair move" or anything equivalent. I already know what has been moved and want to mark this explicitly. Tweaking the similarity so Plastic will find the added file is too complicated.
27 votes -
Unity cloud build but not in the cloud
I'm sure it might be possible if there's a way to signal a unity3d editor script to automatically build when a commit is made to a repo/branch. So imagine me taking a secondary computer and just dedicating it to holding my repository/doing unity builds. I've heard of people doing stuff like this with jenkins, but there's probably a practical reason why unity cloud build is so popular.
1 vote -
Add download progress bar for merge operationgs
Really love the progress bar when you switch changesets want to see it in more places, especially the merge from changeset screen, hard to know when my 10GB of assets that I'm merging from are finished downloading until the merge window's start popping up.
3 votes -
add setup option 'launch client'
When the setup is finished, the client is always started.
It's a little annoying on servers, where the client isn't setup.
So please add an option to the last page of the setup 'launch client', just like the 'launch server' that already exists.1 vote -
3 votes
-
Auto complete/suggest filenames and/or class types in checkin comments (PlasticSCM client)
Way back when I still used TortoiseSVN, I really enjoyed the fact that it's commit comment textbox would suggest types and filenames when committing new changes. See the attached image for an example.
The simplest implementation would be for the client to check the pending changes, compile a list of the filepaths and filenames, and then determine if the current typed word would match one of these list entries. If a word partially matches one of the entries, show a dropdown of these entries to let the user choose or dismiss the entries.
Just to elaborate, this is not an…
18 votes -
Push changeset data to proxy servers after commit
Problem:
Single remote workers switching changesets with average download speeds have to wait a long time to grab new changesets for the first time when using proxy server.
Solution:
Proxy server should have the data pushed to it from the plastic server, since the remote user may not always want the changeset immediately there is plenty of time to upload before the remote user is ready to switch to it.
1 vote -
home changeset hotkey in branch explorer
It would be nice if there would be a hotkey for going to the home changeset in the branch explorer.
We use this feature very often and after the button was removed from the top bar, it would now be easyer to this with a hotkey instead of the "floating" menu in the branch explorer.
9 votes -
"annotate" restricted to a single branch
Problem:
I'm on /main and would like to know when the change of a specific piece of code has entered /main. Annotate just tells me when and where this change happened first, but it's close to impossible to track the merge path through branch explorer or revision tree.What would really help:
Just annotate on /main (or any other branch, should'nt make any difference) and tell me the /main changesets at which certain lines entered the game.3 votes -
Branch explorer: make "cross-branch changeset links" clickable like merge arrows
On merge arrows, we can click and get a tooltip of info (changeset and branch of source and destination, respectively). We can also right-click and choose commands "Go to source/destination changeset".
I suggest making the "cross-branch changeset links" (branch base/parent & child relation lines) clickable in the same manner.
You could display the following tooltip info:
- base/parent changeset number,
- base/parent branch name,
- child branch name
Also, you could provide the following right-click commands:
- Go to branch base / Go to parent changeset,
- Go to child branch
The first command would be much more intuitive than first locating and selecting the…
14 votes -
make the download link for "you need dokan.dll" clickable
When I choose "Mount this changeset in Plastic Drive", I get a long and confusing text message because I do not yet have dokan.dll installed. The text message contains a long URL with the download location.
Even if you are not going to make the installation process automatic, you could still reduce friction by making the download URL clickable. This makes the URL stand out from the rest of the text, and makes 'the right choice' easier.
3 votes -
Add a preview of comments to the Code Reviews screen
When viewing the list of code reviews on the code review screen it would be great to have some indication that comments have been added to a review without having to open the review.
An extra column with an icon would work pretty well but also if each review in the list could be clicked on to expand showing a nested grid with a preview of the first 3 comments that would be helpful too...
3 votes -
Simplify installer's "Close Processes" UI
If you launch the Plastic installer when an application is running which needs to be closed, you are presented with a list of the applications which need to be closed, and three buttons:
Refresh List - Continue - Cancel
... where Continue is grayed out ...In order to proceed from that point onward, the user needs to first close the applications, then click on Refresh List, then click on Continue.
You could simplify this by combining the "Refresh List" and "Continue" operations into a single "Refresh" operation:
Remove the "Refresh List" button. Replace the "Continue" button with a "Refresh"…
3 votes -
Diff all selected chenged files with CTRL-D
This is a minor thing but one that bugs me a lot. In P4, when you have multiple files selected in the pending changes view, you have hit ctrl-d to diff all the selected files against the current revision. Plastic has the same feature except it only functions when you have a single file selected.
I find it very usefull to trigger a diff for multiple changed files so that I can review all changes without having to constantly context switch back to plastic to open the next file. Alternatively I have to manually select each file, hit ctrl-d, which…
6 votes -
gmaster switches to Text diff on unsupported file, but does not switch back to Semantic diff
Fist of all, thank you for this great tool!
When I browse through the Commit History and select a .cs file, then select Semantic diff, and then switch the commit, then depending on the file type that is selected gmaster falls back to Text diff. This is correct behavior I guess, but when I switch to the next commit and it is a .cs file again I would have expected that I get the Semantic diff again, but instead I am in text diff mode and have to switch manually.
3 votes -
Indicate out of data repos in Sync Replication view
In the absence of a "Sync All View" in Sync Replication View, have a visual marker to indicate out of data repos so it can be determined at a glance which repos are out of sync and require syncing. Probably a different colour for repos with incoming changes and a different colour for outgoing changes, and something to indicate there are both incoming and outgoing.
1 vote -
When managing multiple changelists, allow us to checkin with the changelist's name
When I'm managing several changelists I give them different names depending on the context. When checking in, I'd like to have the option of using the changelist name as the comment, instead of typing in the comment first and then choosing to check in the changelist.
e.g. - I might have the following:
Changelist: "Feature XYZ"
Changelist: "Spelling error"
Changelist: "DO NOT CHECKIN"I'd like to check in "Feature XYZ" but not "Spelling error" (as it might be irrelevant to the feature changelist). I would like to:
- Right click on "Feature XYZ" and select "Checkin Changelist"
- A dialog box pops…
6 votes -
Xlinks to single files (VSS style)
We are also interested in the feature that is described here
But linking only single files would be sufficient.
Is it up-to-date that it will not be implemented?
5 votes -
Unified diff for multiple files
In SVN there was a great feature that allowed you to select multiple files in your "Local Changed" window and the press "Show unified diff".
This would compare all the files and show you all the changes in one window.
It would give you information inbetween the changes to let you know which file you were viewing the changes at.This was great when you did a "rename" on a variable on hundreds of files etc. Allowing for quicker code reviews ( that are important at our company ).
6 votes -
Allow Comments and Labels to Sync
Currently local changes to comments and or labels do not register as changes, and thus are unable to be synced outside of the initial commenting or labeling.
There have been many times I required a developer to add more details to their initial comments, and or had to fix a bad label, and had to change it in multiple places rather than in just one followed by telling everyone to sync.
I feel this is a very worth while feature to include; as that meta-data is what effectively describes a change-set and right now any changes to those items requires…
40 votes
- Don't see your idea?