In the month or so that I've been using IntelliJ, I have one project that I am working in the majority of the time in which I have all of my windows, toolbar locations, etc., set up to my liking.
I infrequently need to open other projects in IntelliJ, and I notice when doing so that all of the window locations seem to reset to the default. For example, the Structure toolbar moves back to the lower-left hand of the screen; I prefer for it to be docked in the upper-right hand corner.
Can settings for window and tool locations be shared across different IntelliJ projects? Can I configure this once globally, and have it apply to any new project I open in IntelliJ going forward?
Also, does anyone know where these types of settings are stored - I assume it's in the per-project IntelliJ files (such as .ipr
, etc) rather than my global .settings
directory?
You can use IntelliJ IDEA to create a local Git repository and then share the project on GitHub by going to VCS > Share project on GitHub in the menu.
For IntelliJ-13/14, if you want reuse the connection to databases and the appservers you should copy-paste these files between the .idea
folders of the projects.
dataSources.ids
, dataSources.xml
: Database stuffworkspace.xml
: All the appservers configurationYes, this sucks, but at least there is a workaround.
EDIT: When you create/edit the datasource there is a combobox called "scope", you can select IDE option, and this will let you reuse the datasource across many projects.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With