New versions of plugin

Do they require the new 12.0.2 eap ?

Is there a way on a mac to run the eap at 12.0.1 at the same time ? They seem to share the same plugin directory / prefs etc.

Thanks

8 comments
Comment actions Permalink

Just change system, config, log and plugin directories in your idea,properties file, which is located in your IDEA bin directory. You just can't run two instances of IDEA with the same system directory.

Best regards,
Alexander Podkhalyuzin.

0
Comment actions Permalink

Thanks, do you have the details of the properties names ?

In my idea.properties i have

idea.popup.weight=heavy
idea.dynamic.classpath=false
swing.bufferPerWindow=false
CVS_PASSFILE=~/.cvspass
idea.smooth.progress=false
idea.max.intellisense.filesize=2500
idea.xdebug.key=-Xdebug
apple.awt.fullscreencapturealldisplays=false
idea.cycle.buffer.size=1024
com.apple.mrj.application.live-resize=false
java.endorsed.dirs=
sun.java2d.noddraw=true
idea.jars.nocopy=false
sun.java2d.pmoffscreen=false
idea.use.default.antialiasing.in.editor=false
idea.fatal.error.notification=disabled
apple.awt.graphics.UseQuartz=true
idea.no.launcher=false
sun.java2d.d3d=false
apple.laf.useScreenMenuBar=true

0
Comment actions Permalink

It's commented in this file:

#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes
#---------------------------------------------------------------------
# idea.config.path=${user.home}/.IntelliJIdea/config

#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes
#---------------------------------------------------------------------
# idea.system.path=${user.home}/.IntelliJIdea/system

#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes
#---------------------------------------------------------------------
# idea.plugins.path=${user.home}/.IntelliJIdea/config/plugins

#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE logs folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------
# idea.log.path=${user.home}/.IntelliJIdea/system/log



Best regards,
Alexander Podkhalyuzin.
0
Comment actions Permalink

Sorry which file is that ? In the mac version of 12 within the package contents and then bin directory the idea.properties didnt contains that

0
Comment actions Permalink

This is Windows version. But properties are the same for Mac, even this file doesn't contain such commented properties.

0
Comment actions Permalink

Any idea of the intellij env variable for osx mountain lion to get it to appear in library ?

Thanks

Ignore that - have it as $USER_HOME

0
Comment actions Permalink

I don't have any information about OSX specific things, it's better to use IntelliJ IDEA general discussion forum for such question or support@jetbrains.com.

Best regards,
Alexander Podkhalyuzin,

0

Please sign in to leave a comment.