537 results found
-
Ignore Case in Diff View
Some languages, like Visual Basic 6, are case insensitive. An option to ignore case sensitivity would remove some of the false positives the Diff Viewer reports because of case differences.
7 votes -
Code review per Branch compared with another Branch
Currently Plastic allows Code Review Per Branch. Problem is it shows differences between the original node from which the feature branch was created (in dev) and the head node of the feature branch.
However, this is a problem: when you update your feature branch merging updates other devs have merged in dev branch.
Why? Because all their changes also appear in the code review. So at this point is not possible to do a reasonable code review of the code in the feature branch.
The solution: Take the same approach that BitBucket takes. The code review should show only differences…36 votes -
automatically update workspaces overview upon new workspace from repo
Client shows all repositories.
User selects one and executes "Create workspace for this repository"
A new workspace will be created.
User switches to workspace overview.
The new workspace isn't shown until user hits F5. The workspace overview should automatically being updated.1 vote -
"Create submodule" to repo context menu
I'd like to add submodules to repositories by right clicking on the repo. I would then type the name of the submodule (i.e. <submodule>), only, instead of typing <reponame>/<submodule>. This avoids possible typos when typing <reponame>.
4 votes -
Repository description
Add a description property to a repository and add it as a column to the repository browser to allow for a long description to give detailed information about the contents of the repo. Repo names tend to be short and don't always explain what the repo contains, especially when there are 100's of repo's for different projects.
15 votes -
Support symlinks on Windows
Please add support for Symlinks (directory junctions, reparse points, ...) on Windows.
114 votes -
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
- Don't see your idea?