531 results found
-
Fix the NPE in the IntelliJ plugin
When you run the plastic wizard inside IntelliJ there is an NPE at the page where you can select your workspace. See also attached file. This should be fixed.
1 vote -
Plastic SCM should show the relative git commit hash on the Branch Explorer Options window
It would be really nice for us who are using the GitSync feature to be able to know in Plastic the Git hash of a changeset. :)
6 votes -
To have the possibility of add general comments per code review and per file in the code review
I would like to don't be forced to always attach a comment to a concrete line. I want to have the possibility of adding general comments to the review and to files in the review
12 votes -
diff view: Implement DRAG functionality on file paths of old and new files to be able to drag the files to another tool.
diff view: Implement DRAG functionality on file paths of old and new files to be able to drag the files to another tool.
You have a copy to clipboard on right-click already so this is a trivial change for you.
Add another option to the right-click, or what-ever, to allow users to DRAG the old FILE (since you already have it in the tmp directory) to another application ( beyond compare, windows file explorer directory, etc).
Do the same for the new file side also.
This way users can set a diff of the files they want then EASILY get…
1 vote -
Add Refresh (F5 key) for Differences
I believe there is a similar feature to refresh the diff window if it's open in the Pending Changes view. It would be nice if there was a refresh button/key inside of the Diff tool itself as well when it is already open in its own window. Having it refresh from the Pending Changes window will help a lot though if this is already working.
9 votes -
Different Branch Explorer filter config for each workspace
Today configuration data (include filtering) is global for Plastic. It will be great if it was different for each workspace (that will allow use different filtering configs for each repository).
5 votes -
OAuth2.0 Authentication with Azure AD
Azure Active Directory implementations offer an OAuth 2.0 Service endpoint for authorization. Being able to use this as an authentication option for the Plastic server could be a great addition to the product.
1 vote -
create shelve from changeset
You should add a way to shelve a already checked-in changeset. This way a checkin on the wrong branch could be shelved, deleted and then applied to the correct branch.
33 votes -
Improve usability of the embedded code review system
The code review system is very basic but I believe a few simple things can make it much more usable. I submit a list of them here: http://www.plasticscm.net/index.php?/topic/2276-suggestions-for-code-review-system
59 votes -
Different display settings for 2 workspaces that refer to the same repository
I have 2 workspaces that refer to the same repository. To get an easier view of the diagram, I tried to set the display options differently to show particular branches for each workspace. It seems imposible to have different display settings
3 votes -
Add Bisect Feature
One big feature of SCM is to hunt down where / when a bug is introduced. It is done through a bisect feature:
http://en.wikipedia.org/wiki/Bisection_(software_engineering)
Maybe PlasticSCM should implement the feature as well?
9 votes -
Add ability to color label captions
Currently label captions are light gray and are hard to read. It would be great if there was an ability to change their color to more contrast one, or add customizable back color like branch captions
7 votes -
Have a mechanism to split repositories
It would be very helpful if there was a means by which certain directories/paths could be moved from 1 repository to another, complete with history.
13 votes -
Change changeset being compared.
XCode has a nice feature during comparing files.
It lets you change the one on the right side (so the one from version control with a slider),
The effect is that you can easily find the spot in time where something has changed. Such feature would need the positions in both files to remain stable (so not jump to the top).
6 votes -
Drag and drop files from Windows Explorer. Like Perforce etc. Let Windows do what it is good at.
I really miss the drag and drop functionality that most Windows programs have such as Perforce. I'd like to be able to drag files from a windows explorer window to a changelist etc.
26 votes -
Commenting xlink changes in code review
"Xlink changes cannot be commented" - that message shows up when you try to comment a change in an xlinked file (in a code review). IMHO it would be much easier if xlinked files could be commented just like other files.
122 votes -
Plugin for SQL Server Management Studio (SSMS)
A plugin to allow integration of the following features in SSMS:
-change commits
-annotated files
-revision history on a file
-workspace explorer
-branch explorer3 votes -
Automatic comments based on semantic changes
I would love the ability to select a new button "auto comment" from Checkin Comments drop-down on the Checkin UI that would use the the semantic code engine to generate comment lines like the following:
-added update methods to InquiryRepository
-added Username parameter to SetReferralDelivered() in ReferralService
-deleted class MyFakeClass
-created new enumeration MyFakeEnumthis would be the basis of every checkin comment and then the developer could add to it with specifics or just modify the text to be more explicit or supply reasoning or whatever.
6 votes -
Add git like staging
I encountered on several occasions already that what was displayed in pending changes did not match the actual state of files being committed. The reason being that changes are not automatically updated in the UI, but upon commit new changes are automatically collected using default behavior of changed files being committed, added, moved and deleted files must be selected manually - meaning the latter will not be part of such commit. The minimum thing that could be done is to notify the user that there are undisplayed changes that need to be reviewed. Even better would be to add git…
24 votes -
Open double clicked file in pending changes in visual studio plugin.
When viewing the "Pending Changes" in Visual Studio plugin, double clicking a 'changed' item opens the 'Diff view'.
I think that when you double click a file it should open the file editor. This will make the behavior more consistent with Visual Studio in general and with the behavior of double clicking an 'added file'...
It will also make it more consistent with the behavior of other source controls, making the transition to Plastic even smoother.
9 votes
- Don't see your idea?