Jason Rentovich

- Total activity 86
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 34
-
Created Nimbus
Is there any plan to support Nimbus L&F in next Idea release? I'm assuming update 10 will be released before then. I've just tried a u10 beta (b23) with Idea and it didn't go well. Many of the c... -
Created Ant task to update jar in project class path corrupts idea caches
Has anyone else seen this?I have an ant task that copies a jar file into the current project, it is a jar that is listed as a project dependency. After the ant task is complete, idea begins to rel... -
Created 7016 not deploying servlet
Using 7016, jvm1.6u1 and tomcat 5.0.28:On first run of a servlet configured to copy resources to an exploded directory, all is well. If start and stop tomcat, all resources are removed from explod... -
Created Can't figure out new version control commit dialog.
Something that used to be obvious in the v5x commit dialog, is now missing completely from the v6x dialog. In the old v5x dialog, a checkbox would allow me to toggle files that had been added to t... -
Created New CVS Dialog
I haven't been using EAP builds for awhile, but just started checking out 5245.I'm a bit befuddled by the new CVS project commit dialog. In particular, I created a bunch of new classes and elected... -
Created Help, I'm back to idea 4.5!
JetBrains: Would you consider extending the EAP license for a small period of time (say 1 week). My corporate purchasing department doesn't move as fast as I would like, so now I'm stuck back at 4... -
Created Default inspection for "local variable is redundent".
I'm getthing this inspection lots in my code now, where I've got something like this: final BasicAuthInfo userAuthInfo = new BasicAuthInfo(username, password); return userAuthInfo;Even though i... -
Created Rearranger: rearrange prior to CVS commit
I've recently discovered the very cool Rearranger plugin.Is it possible to get rearranger to run during a CVS commit? simmilar to how the Reformat Code option can be run? -
Created Why care what JRE IDEA uses?
I'm still confused about why people seem so interested in using 1.5 for IDEA runtime. I'm excited to use 1.5 for my own projects, but I just can't get why I should care a lick what JVM IDEA itself... -
Created final final final
I just spent the first serious day of coding with EAP in a long while.The most obvious thing I noticed was now idea thinks that just about every third line of my code needs a final token.I understa...