nodje

- Total activity 354
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 126
-
-
nodje created a post, AnsweredSaving Terminal command history per project
I've been using IDEA's Terminal tab for years, and I often struggle to find back specific commands I used for a particular project.In these cases I just go look for them in bash history. But I just... -
nodje created a post, Potential bug in VersionControl file history tab for Git
This is potentially hard to understand, but I have a clear case where the history for a file under GIt is flowed.I was looking for the commit that modified the code commited on 05/11/15 (by jean)He... -
nodje created a post, AnsweredEnabling automatic Git Fetch
I find myself using Git Fetch often in order to have the latest information from the Origin server.Unfortunately, there's no default shortcut for it, and no way to schedule this operation to grab t... -
nodje created a post, Logback-access logs configuration when app is ran with maven within IDEA
I guess it's an edge case, but it might be useful to understand what's happening (latest IDEA 15 EAP)This happens with logback configured for a spring-boot based app, with logback-access added to p... -
nodje created a post, Ever increasing Background tasks on OSX
Using latest IDEA 11.x with latest OS X 10.7.xThe problem started to occur since the migration from IDAE 10.x and is occuring with latest release.The amount of background tasks seem to increase for... -
nodje created a post, Best way to attach Jetty sources for 'mvn jetty:run' ?
What would be the best way to include Jetty sources in IDEA?I need to be able to access jetty code while debugging apps ran with maven jetty:run.Cheers -
nodje created a post, Best way to attach Jetty sources for maven-jetty-plugin run
What would be the best way to include Jetty sources in IDEA?I need to be able to access jetty code while debugging apps run with maven jetty:run.Cheers -
nodje created a post, Latest IDEA 11 + OS X 10.7.2 odd behavior
1#I can't get access to the Project Settings anymore.I can open the dialog, but clicking on any category won't display any content2# the tasks seem only to add up and never get done. I end up with ... -
nodje created a post, Pb with System.getenv() on OS X with Maven
Hi,lauching a Maven jetty:run goal from within IDEA, I don't seem to be able to read a System variable with System.getenv(var_name).It works nicely when i run jetty:run from the command line.I'm un...