4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] ***********************************************************************************************
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] *** M E M O R Y L E A K S D E T E C T E D ***
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] ***********************************************************************************************
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] *** ***
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] *** The following objects were not disposed:
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] *** com.intellij.openapi.options.ex.ControlPanelSettingsEditor@d05f5a of class class com.intellij.openapi.ui.DialogWrapper$1
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] *** ***
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] ***********************************************************************************************
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I changed to JDK 1.6 the Plugin loaded - as you'd hope for a 1.6 config - but the input to the editor stopped working! Mouse menu worked fine. Anyone come across this?
Spent too long looking @ a similar bug in my linux env before a series of system updates fixed it...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] ***********************************************************************************************
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] *** M E M O R Y L E A K S D E T E C T E D ***
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] ***********************************************************************************************
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] *** ***
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] *** The following objects were not disposed:
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] *** com.intellij.openapi.options.ex.ControlPanelSettingsEditor@d05f5a of class class com.intellij.openapi.ui.DialogWrapper$1
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] *** ***
4/17/08 2:02:10 PM [0x0-0x1b01b].com.jetbrains.intellij[177] ***********************************************************************************************
Logged In: NO
after not being able to use intellij all day, i fixed it by changing :
vi /Applications/IntelliJ\ IDEA\ 7.0.3.app/Contents/Info.plist
<key>JVMVersion</key>
<string>1.5+</string>
changed to:
<key>JVMVersion</key>
<string>1.6+</string>
Hope it helps. this is mac os x leopard intel
Logged In: NO
Plug-in version 1.2.3 with IntelliJ 7.0.4 on OS X 10.4.11 has the same issue.
Logged In: YES
user_id=925734
Originator: NO
When I changed to JDK 1.6 the Plugin loaded - as you'd hope for a 1.6 config - but the input to the editor stopped working! Mouse menu worked fine. Anyone come across this?
Spent too long looking @ a similar bug in my linux env before a series of system updates fixed it...