307 results found
-
Issue tracking - JIRA: configurable project key for each repository.
See image: http://www.screencast.com/t/qc0hVQMpXmK
16 votes -
Fix grammar
"Give a try to Plastic SCM. It's free!" should probably be "Give Plastic SCM a try. It's free!"
3 votesThanks! Should be fixed now!
-
build a change notification system
Please add a notification system, where users can subscribe to changes commited on branches/folders/files in selected repositories.
See forum discussion: http://www.plasticscm.net/index.php?/topic/831-feature-request-branch-subscriptions/page__fromsearch__1
104 votesWhat about this? http://codicesoftware.blogspot.com/2015/09/integrating-plastic-scm-with-google.html
We published the source code. We provided some hints and explanation on the thread, hope you find it useful.
UPDATE: a new notification system available: https://github.com/PlasticSCM/PlasticChangeNotifier
-
Add SSL SAN certificate support
In spite of this idea is similar to http://plasticscm.uservoice.com/forums/15467-general/suggestions/2982727-add-ssl-wildcard-certificate-support but all the same I've decided write it in separate topic.
I've tried to use sertificate with SAN (Subject Alternative Name) extention and was failed with one. The main subject of my certificate, for example, is www.domain.tld (i.e. CN=www.domain.tld) but there is also record for SAN like this:
X509v3 Subject Alternative Name:
DNS:www.domain.tld, DNS:domain.tldSo this certificate validates two domains and as I know such type of certificates is widely used (of cause, often by small teams J) so it would be good to support it.
7 votes -
Visual Studio 2010 hangs 1-5 sec after trying to save a file change
All 4.1.10.X versions do the same. A few seconds after a file which was not checked out is saved looks like Plastic tries to checkout the file asynchronously and locks up Visual Studio.
This happens 10 out of 10 times with me.
3 votesFixed. The fix will be available in the next Plastic SCM release, that will be published along this week (two or three days).
-
Give the user the ability to close a workspace tab
Allow the user to close a workspace tab, without it being removed from the All Workspaces list. Should then be able to re-open the workspace from the All Workspaces list.
42 votesDone, integrated in the 4.1.10.436 and 4.2.31.437 releases.
-
Diff needs a shortcut key
Being a revision control system, a very frequent operation is doing diffs between revisions. As such, a shortcut key would be very convenient for this function. When I have two revisions highlighted or two changesets highlighted, how about a Ctrl+F or Ctrl+D to get there.
And while you're at it, anything else that does not have a shortcut key needs one. Don't want to be reaching for the mouse all the time.
22 votes -
Have a user-definable 'Open With...' in the items view
Most of my files are text files, although they have various file extensions (sql, txt, src, srd, etc). Each time I right-click to open it, I have to go to Open With... and select my text editor. It would be nice to be able to define a default 'open with' application.
44 votesIncluded in the new Plastic SCM 4.1.10.454!! Check the blog to see the details (ready in a few minutes)
-
Detect OutOfDate files
When open a file (max, jpg, bmp, ...) it would be great to detect if the user has the Lattest version. If not a window could PopUp and ask if we want to update the file or not. That way everyone will work on the lattest version for sure
1 vote -
Add Git to Version comparison
Referring to: http://www.plasticscm.com/infocenter/comparisons.aspx
It would be nice to see git on this list.
4 votes -
Whole view synchronization
We have started to use writable xlinks in most projects. To replicate a project we create sync views that contains targets for all xlinked projects.
However, I cannot find a way to synchronize a whole view. I have to refresh each target, right click and synchronize, wait until synchronizing finish, repeat for all targets.Preferably syncing multiple repositories would be a one-click affair, but the current procedure is tedious and easily error prone.
The common scenario for me is this: I make a few changes on my laptop while commuting. At work I sync the laptop with the main repository…
6 votesWhat you’re asking for here can be done with the Sync View :-) http://codicesoftware.blogspot.com/2011/08/this-is-how-i-use-synch-view.html
-
diff
Diff window: Change the color (make it configurable) of the "changed lines" indicator at the very right. Light blue color on a light gray background is very hard to see...
1 votesolved by dani
-
Typo on website
Your site is so nice, just like your product. I don't want to see it blemished by a typo. The last sentence in David Suarez's bio is duplicated.
1 voteFixed
-
The toolbar with workspaces does not work for large amounts of workspaces
The toolbar on top of the client becomes unsable when you have 20+ workpaces (as proposed in the one workspace per project/component).
Maybe for keywords (as proposed in Group workspaces (and repositories) it would work again for a while.
1 voteDone.
-
Enhace the diff dialogue to have a context menu to revert files
The diff dialogue needs a context menu to revert files. Because otherwise you merge and then you have to go through the item view to try and track down the files, kind of painful.
8 votesAdded to 5.4.16.625
-
Hide newly created child branches of hidden parent branches automatically
You already got the posibility to hide branches - and that's working very well. The ugly thing is: when a child branch of an invisible branch is created this one pops up in the branch explorer even though the parent branch is hidden. Newly created child branches should automatically be hidden by default.
20 votesDone. It will be integrated and released along next week. Please check, the release notes in the Web.
-
Improve file move detection (compare only same extensions)
The "file move detection" should only compare files with same extension. It's not useful to compare "a.gif" with "b.jpg" and display "moved from a.gif to b.jpg" with a similatity of 90%.
File extensions do normally not change (maybe only in some cases).3 votesWill be integrated in the 4.1.10.376 release
-
Show repo in check-in dialog
A couple of times I had problems with multi project solutions that i was about to check-in files into the wrong repository.
Therefor, Could you add the name of the repository to the check-in dialog so it's easier to determine which repo is used?
1 voteDone.
-
Add a list of files to be kept R/W
When working in the mode that uses the Read-Only attribute as flag for check-in I would like to have an option (a read-write files list like the cloacked list) of files that should be kept R/W after checkin.
Some developer tools like VS and Borland Delphi have files that are hard to find in the project managers but need to be writeable for correct operations (there are some in VS2K10's installer projects and some of the Delphi project files like the *.dsk files are best kept R/W)
1 voteSolved. You can use writable.conf
-
Add syntax highlights when using merge and diff windows
When differing or merging code, would be great if we could have some syntax highlights to other languages like C#, Java.
Add syntax highlight like Visual Studio to .cshtml, .css, .js and etc.
Something like notepad++ does.59 votesWe made a huge change in the texteditor and now all sort of syntax highlights are supported. Anything after (BL680 (and earlier too, but just a hint)) will do
- Don't see your idea?