Chris Reece
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Edited WebStorm 2016.3 PasswordSafeImpl method broken
AnsweredWith the latest WebStorm 2016.3 update, the following plugin code is giving me a java.lang.NoSuchMethodError PasswordSafeImpl passwordSafe = (PasswordSafeImpl)PasswordSafe.getInstance();var myPassw... -
Edited AnActionEvent "cannot share data context between Swing events"
AnsweredHello, I am currently having an issue of "cannot share data context between swing events" that is pretty random and not easily reproduced but does occur every so often. I believe I am followin... -
Created Plugin Dependencies Not Working
Hello, I recently created a plugin in IntelliJ (on a macbook) that relies on a few .jar files that are included as module dependencies in the plugin project. When I prepare the plugin for deploym... -
Edited Login/Password Management
Hi All, I am needing functionality in my plugin development that will allow me to store login/password combination on a per project basis. Is this something that is possible through the use of the...