Tobin Juday
- Total activity 275
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 105
-
Created Long pauses in 10666
I just started seeing long pauses during code editing using build 10666 on Snow Leopard. I've used it for about a week now with no issues, but about halfway through today it became unusable.Anyone... -
Created Remove unused String.format() intention
Would anyone else find an intention for removing unused String.format() calls useful? For example, turninginto justI opened a ticket for this under IDEA:Feedback if anyone is interested: http://ww... -
Created [OT] Swing on OS X
Sorry for the off-topic post, but I thought some people here might be interested. I just ran across a blog focused entirely on getting Swing looking good on OS X. Not only does he discuss techniq... -
Created Source directory just "loading..."
AnsweredAnyone seen this yet? IDEA doesn't load my source, it just says "loading...". This is on 8M1, and it just started happening to me, I was using 8M1 for a couple of days before this happened.I have... -
Created Missing Language annotation
On a fresh 8M1 install, I'm unable to use the new Language annotation because IDEA can't find the annotation class (well, the org.intellij package actually). I can probably go find the right jar a... -
Created IDEA 8M1 plugin issue
I just installed the 8M1 build, and I'm unable to start IDEA now. The error message is attached.The real problem is that I can't figure out how to remove the Spring plugin, as directed. I can't s... -
Created [OT] Java source on OS X
I've been happily using IDEA on my mac now for quite some time. However, today I wanted to step inside a String method (compareTo). Unfortunately, I haven't been able to find the source for it. ... -
Created Java modules in enterprise app
I can't figure out how to deploy java modules along with my ear file. In my enterprise application modules, on the Java EE Application Module Settings, I see where I can pick whether or not to pac... -
Created Milestone 1
I remember reading somewhere recently that Selena Milestone 1 is a free for licensed users of 6.0. We are just buying licenses at my company, and I wonder if we should have everyone upgrade to Mil... -
Created My latest "wow" moment
I developed an annotation for use in Struts2 the other day that basically performed EJB3-like dependency injection (it looks up objects in JNDI and injects them into the action).I opened my action ...