How to synchronize settings between multiple computers?
I want synchornize settings (specifically keymap) between my home and work mac.
I've tried IntelliJ Configuration Server Plugin but it requires account per instance.
Is there any way to automatically synchronize settings?
Please sign in to leave a comment.
See http://devnet.jetbrains.net/docs/DOC-1143 . You need to use one account.
One account per instance. Therefore to sync 2 applications I'll need 2 accounts, otherwise it won't sync between.
Also, you cannot login from 2 machines with account.
To make things clean:
I have only once license to PyCharm and only one account on jetbrains server.
However I have multiple computers and I'm using PyCharm on all of them.
I want to syncrhnoze IDE settings (keymap, menu items etc) automatically among all computers
Is it possible?
Yes, Configuration Server Plugin is exactly for this, you can use the same license and the same account on all your computers to synchronize settings.
Odd, but I cannot login while there is an instance of PyCharm running on another mac (already connected).
Looks like the server refuses simultaneous connections.
It's by design, concurrent use is not permitted by the license agreement:
It's likely the server does not support simulatneous connections with the same account.