537 results found
-
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 -
Support for more complex find queries
Specifically, I want to find all changesets with two attributes with specific values. Something like:
find changesets where attribute = 'Review status' is 'none' and attribute = 'Reviewer' is 'somebody'36 votes -
file history improvements
1) highlight the current file revision in the history list GUI & command line as selected by the workspace (I had a feeling it was bold but isn't in 5.0.44.581). If the workspace revision is modified, the parent should still be highlighted.
2) give an indication of which revisions have been merged in the history list (eg. a column for number of branches seeing this revision; merged yes/no)
3) populate the 'Properties' panel when selecting items in the 'Version tree' (it is blank regardless of which branch or cs I select, and many of the cs numbers and names on…9 votes -
Icon for files added to source control but not checked in
Icons in Windows Explorer for files that are currently added to source control but haven't yet been checked in.
3 votes -
Secure code reviews
Right now there is no mechanism to prevent users from deleting code reviews (unless I've missed something obvious), which is a problem for what we're trying to do. If nothing else it would be nice to have a "before-rmreview" trigger that we can hook into
14 votes -
Provide scripts for diff and merge of Open Document Format files (odt, ods and odp)
Currently there are merge and diff scripts available for xls(x), doc(x) and ppt(x) files, but more and more European organizations are moving to Open Document Format files as their standard.
4 votes -
Repository branch templates
There are many branching scenarios that people use. But it would be nice to have a default template. And template libraries.
Example when I create a repo I also rename main to Production and create Test and Development branches.
3 votes -
Optimize Annotate
Annotate for bigger files with long history is very slow and even stops with error. A performance optimization would be much appreciated. Annotation of just a part of a file (https://plasticscm.uservoice.com/forums/15467-general/suggestions/3533001-annotate-this-line) is one option, some caching is maybe another way, how to deal with that.
48 votes -
Finding changesets / reviews by name with wildcards (where like '%...')
Please, add the possibility to use queries like this:
find changesets where branch like 'release%' (to find changesets from branches release1, release2, releaseB,...) or this: find reviews where title like '%fail%' and so on.This feature is already available for changeset->comment, but not for changeset->branch or review->title.
39 votes -
flag changesets that won't be merged
It would be useful to be able to set a flag on a changset such that it won't be merged from the branch it exists on (by merging from a subsequent changeset, although cherry picking it could possibly be an exception).
I sometimes need to make temporary changes on a branch (eg. for testing), but don't want to risk these getting merged upstream.
Normally I do periodic checkins of all changed files, so need to be careful to exclude these. It would be nice for the temporary changes to be managed by the SCM in a safe way.
I don't…
3 votes -
Cherry pick single lines
Scenario: You're developing a big extension within a dedicated branch. You have a lot of files and changes checked-in with only a few changesets. Now, you need a small portion of all these changes in another branch. You can't use the traditional cherry pick, because you've check-in a lot "unwanted" files with your changesets. Also you changed bigger files which contain needed and unwanted changes.
Righ now there is no way to cherry pick only some changes from specific files within a branch.
It would be a great feature, if you could generate a new changeset with only a selected…
9 votes -
Add menu item to context menu in branch explorer to fast hide branches
It would be nice to have an option in the branch context menu in the Branch Explorer view to hide a branch faster.
If I want to hide a newly created branch that I don't want to see, I have to switch to visibility mode first, search the same branch again and double click it. This could be fastened up by adding a 'Hide branch' option to the context menu of all branches in the Branch Explorer view.
4 votes -
automated replication
I'm working on a main computer and a laptop for when i'm on the road.
When i'm working on my laptop I would like to have it automatically push changes to my other computer or the central server when I check-in a change-set.Also i would like to be able to subscribe to a repo of specific branches so it automatically pulls changesets from the central server or the computer.
14 votes -
Server authentication configuration in LDAP mode should allow for LDAP queries
Support for LDAP queries (including OR operator) that would allow better specificity in configuring access control to repo server.
Screenshot of config wizard: http://screencast.com/t/uXZVgpUvV
2 votes -
list changeset creation date in items view
The date column of the items tree is the local modified time of the file in my workspace. It would be much more useful to list the time the changeset that contains it was created. eg. how do I find the most recently modified files in a directory? Similarly a 'cm ls -lrt' equivalent would be useful.
4 votes
- Don't see your idea?