Nick Pratt
- Total activity 674
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 243
-
-
Nick Pratt created a post, Is it possible to detect when the Console window is closed / minimized
IntelliJ 13.x - Is it possible to be notified and/or detect when the run/debug console window is closed and/or minimized? If so, how?RegardsNick -
Nick Pratt created a post, ZIP file browsing plugins
Im looking for a plugin to allow me to browse and edit files within a zip file from within Idea.Having not found anything on the plugins site, Im wondering if IntelliJ could handle such a scenario ... -
Nick Pratt created a post, EAP 13.x DownloadableLibraryTypeBase - removed?
One of the plugins that I use imports:import com.intellij.framework.library.DownloadableLibraryTypeBase; This class doesnt seem to be available in the latest EAP, and attempts to start IntelliJ EA... -
Nick Pratt created a post, New 13.x APIs for PropertiesUtil / PropertiesFile
Im trying to build a plugin for Idea 13.x that made use ofimport com.intellij.lang.properties.PropertiesUtil;import com.intellij.lang.properties.psi.PropertiesFile; import com.intellij.lang.propert... -
Nick Pratt created a post, New UI for "New Project"
The new UI for "New Project" is not at all intuitive. E.g. how do you create a project over existing sources? Either plain Java project, or Maven project? Its really not clear and the UI needs som... -
Nick Pratt created a post, Can you reference the PROJECT_DIR variable in the VM Options text field?
Im trying to do something like this in the VM options run config for an app:-Dlog4j.configuration=%PROJECT_DIR%/config/dev.log4j.xmlIts not working - is there a better/alternate way to achieve this?N -
Nick Pratt created a post, SSR question
I'm trying to replace all instances of:new Foo( "", 1L, "", "", "", "", 42, someDate, someObject );with a similar call but with the 42 replaced by a Java variable name, and all the other parameters... -
Nick Pratt created a post, What happened to Module libs in EAP 11?
Have module level Libs been removed? I cant seem to create one - only project level.Being able to set a specific directory as the module lib folder was very useful.N -
Nick Pratt created a post, 11 EAP - Stability
Ive been using the 11.x EAP all morning - it is as stable, if not more stable, than the current production 10.5.2 release!Definitely feels quicker and more responsive.Great job.Nick