Eric Winer
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
Eric Winer commented, -
Eric Winer created a post, IDEA 14.1 with custom JDK?
I've been using the EAP builds for Mac with the custom bundled JDK, because it fixes https://youtrack.jetbrains.com/issue/IDEA-131595 and removes a half-second delay on every keystroke and mouse cl... -
-
Eric Winer commented, -
-
Eric Winer commented, -
Eric Winer created a post, Editor for partial file?
I'm trying to make a small multi-line editor for a portion of a code file. That is, given a file like:package MyPackage;import java.util.Random;public class MyClass { private int param; priv... -
Eric Winer created a post, Dependent modules & plugin classpath issues
I'm having an issue similar to http://devnet.jetbrains.net/message/5306354. My plugin module (A) depends on another module (B) in my project and on an existing plugin (C). Both the dependent modul...