Sandbox
This is not clear to me:
<from-docs>
Enter the path to the sandbox (the folder where the instance of IDEA used for debugging your plugin will store its configuration and system files)
</from-docs>
Can anyone clarify? As far as I knew, you couldn't have two instances of IntelliJ. Do they mean "installation"? Do I need to install IntelliJ twice? Thanks.
Please sign in to leave a comment.
Dave Ford wrote:
You should specify an empty or nonexistent folder in somewhere persistent (I use
~/Development/IDEA Sandbox) to store config settings & caches. You don't need to
install twice.
Dave Ford wrote:
The restriction of running multiple instances of IDEA is that they
cannot share the same config and system directories, which you would
normally find in "$HOME/.IntelliJIdea". When you "Debug" or "Run" an
IDEA plugin, it starts up another instance of IDEA using the sandbox
instead of the default directory.
Ciao,
Gordon
--
Gordon Tyler (Software Developer)
Quest Software <http://www.quest.com/>
260 King Street East, Toronto, Ontario M5A 4L5, Canada
Voice: (416) 933-5046 | Fax: (416) 933-5001