531 results found
-
Don't show expansion rules info popup when unnecessary
When the expansion rule has already been created and the dialog has already been shown, or when the Xlink is read-only, this dialog becomes an unnecessary nuisance.
3 votes -
Customizable Views for integration in thrid-party applications
It would be nice if plastic had a web-service which provides graphical HTML5 reports / views for interagtion in thrid-party applications (primarily issue trackers)
I think of the following:
- Some branch-explorer like view focusing on one branch (task-branch) which displays the check-ins and merges to and from this branch
- A list of check-ins to a specific branch (like the history view?)
- A view showing all changed files in a branch in total
- you name it. there could be way more!This service should have a REST-full URL API where the view and branch path are defined…
4 votes -
remove "from version control"
Pending changes view DELETE menu, add option to "remove files from version control"
IN Workspace explorer/files, Delete has two options, "delete files on disk" and "remove file(s) from version control".
In Pending changes view, Delete will only delete on disk. However this is IMHO the more likely place you would discover files that are controlled but should be excluded!This thread should explain: http://www.plasticscm.net/index.php?/topic/1991-how-do-i-ignoreexclude-directories-that-have-already-been-checked-in/
Windows GUI and gtkplastic 5.4.16.918
[ I can't fully test exact behaviour right now because my server is offline at this moment installing updates. Lots of updates... ]
2 votes -
Add a connection and license monitor
When server maintenance is due, it would be great to know if any client is still connected to the server.
You may add a new cm-command for that or you implement a shiny info screen on the server.2 votes -
Add ignored files without unignore
Hi,
there is this user voice item:
https://plasticscm.uservoice.com/forums/15467-general/suggestions/4230341-add-ignored-files
which is about adding ignored files. We have the exact same situation from time to time.
The way to unignore the files leads to a crowded ignore list with lots of !xyz.dll entries. Although one could remove that entry once the item is versioned this is often forgotten and the ignore list is updated with the unignored item.
Another drawback is that people simply don't understand why they cannot add certain items. Especially when using the explorer context menu for adding items or folder structures there is no action at all. It…9 votes -
"Touch" files to be able to submit them to a single changelist for merging etc.
The Atomic nature of Plastic is really frustrating for Artists and general users who just want to share files.
To work around this restriction can you add an option that will "touch" selected files and then they can be submitted to a single changelist in your branch and then pushed, pulled easily to/from other branches.
3 votes -
Improve "Cherry pick from changeset interval" range
The "Cherry pick from changeset interval" is a bit confusing to me.
For example:
I want to cherry pick from changesets cs10 to cs15.
So, I intuitively select cs10 and cs15 and do a cherry pick interval merge. But then, I notice, that there is no cs10 involved. The merge begins at cs11 and not cs10.
So, when I want cs10 included, I have to select cs9. But that is very unintuitive to me.It get's even worse, when I click on the merge arrow afterwards and it shows me "Changeset interval (9 - 15)".
That's wrong, because there is…7 votes -
Make all Branch Explorer colors customizable
In Branch Explorer, the alternating date-background color can be changed via a variable in a .conf file, but none of the other color schemes.
There is also the Themes feature in Preferences, but those seem to leave the Branch Explorer unaltered (even leaving it light for the dark themes)!
What we do have is the ability to color branches by attribute (conditional format) and to color changesets by user/replication-source. (But sadly, the color by replication source feature is currently broken.)
My request is to expose all the border, fill, background, selection and font colors to the user, either via .conf…
11 votes -
SCM Extension for Microsoft's Visual Studio Code
With v1.11.0 they've just publicly released the SCM API (https://code.visualstudio.com/docs/extensionAPI/api-scm), so it'd be greate to have Plastic integrated in this wonderful editor.
44 votes -
Line wrap (word/character) in embedded diff view
This is a very useful feature for diffs with long lines.
Now that we have matching inside a line, this would be a natural follow up. With this, there would no longer be any need for horizontal scrollbars in diff view.
21 votes -
Collapse all/open all tree-views with Alt-click
The tree view in Pending Changes gives a much better overview/visual structure to the things that were modified. However, per default everything is always collapsed. So for each new change one needs to click-open every single hierarchy level by hand, to reach the assets that were actually changed...
All other tree views (Items, Branches, ...) are affected similarly, and would greatly benefit from such a hotkey.
I suggest to use Alt-click, as for example, Unity uses that same method to selectively and recursively collapse/open subtrees.
40 votes -
asana integration
use asana api to automate one task per branch workflow
1 vote -
Allow non-checked out files in changelists
Only files that are checked out can be moved to a changelist. The Checkout-Edit-Checkin workflow isn't required, so this shouldn't be the case.
28 votes -
Add a branch weight for layouting in branch explorer
I like to have my branches ordered bottom-up as they are closest to release. So my issue branches are below the trunk which is below release candidates and hotfix branches.
I do this manually right now. So I have two lines für release/hotfix branches then the trunk and then everything else.
This is fine as long as there are only 2 branches in the upper two lines. But sometimes there are more (especially when 'older' branches are updated with new data. Then they overlap.My suggestion:
Add a weight property to branches (maybe via conditional rules) and order the branches…12 votes -
Improve performance of LDAP/AD mapping from SID to uid (or even real name)
We are a large corporation with an LDAP (Active Directory) with 10's of 1000's of entries in the LDAP/AD server.
Today, I think one of the biggest performance issues with Plastic SCM is the VERY large number of requests to LDAP to lookup SID to be able to display uid. Finding a way to speed up this operation would, I believe, be a boost to performance in many operations in Plastic SCM (especially the GUI?). Item view, changeset properties, and annotate history would improve just to name a few.
I first thought of this problem when asking myself why the…10 votes -
Expose plastic triggers as web hooks (via the WebAPI)
This would enable all the popular interoperability that other development operation tooling makes available... also opens up the possibility for the community to contribute Zapier Zaps and IFTTT recipes.
6 votes -
Remain encoding or recognize encoding properly
If a file is edited in "diffs view" of "Pending changes" tab, the encoding is changed from "Western Europe (Windows) - Codepage 1252" (Shown is encoding: None) to Unicode (UTF-8) - 65001. This change is not shown automatically. So special characters will be lost after checkin.
3 votes -
Show unchanged lines only for context in the text diff view
Option for the built-in diff window to show only a few (maybe configurable) unchanged lines around each changed line.
We have some multi-metabyte files with many thousands of lines and sometimes a few lines change and it is hard to scroll or click move around with such a large file. The buttons "to to next/previous change" are useful, but it is a lot more messy to actually see the diff.
See the attached file for a comparison with Araxis merge for an example.
In Araxis, we can see more information on the same screen.
16 votes -
Shrink height of branches displayed in Branch Explorer view
I would like the branch graphics in the Branch Explorer to be shrunk but keep the text the same size.
I use the Branch explorer all the time. I need to be able to read the branch labels and date headers, but at the same time be able to see a decent amount of history.
Press (-) button until display stops changing. Then press (+) button twice. Graphics size at this level is good, but the text is unreadable. Press the (+) button one more time. Now the text is readable but the graphics are spread apart too far.
I…
7 votes -
User right to prevent the deletion of other peoples "Shelves"
There needs to be a user right that controls if a user or user group can delete other peoples "Shelves".
As it could be possible to delete another person's shelf by accident, and there is no way of undoing that deletion. This would be especially important when the shelf itself contains a large number of changes which would take a while to redo.
Deleting of your own shelf is OK.
2 votes
- Don't see your idea?