Stephen Boesch
- Total activity 499
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 25
- Subscriptions 152
-
Created pure scala question from newbie
this actually isn't IJ question, just super basic scala.Very simple thing: how to access the string to number methods to convert a string to a double. I think either the scala Double or the java.l... -
Created How to disable indexing ?
I am working in a medium size codebase (maybe 25K classes). Indexing keeps restarting from the top on it even if just a few small files changed . I need to kill that - I can't get any use out of ... -
Created Could not save application settings error
After IJ auto-indexes a moderately sized codebase - maybe 250K lines - i'm seeing following error. I'm not sure this has to do directly with the indexing, but seems likely the memory requirements... -
Created Navigation to directory hanging in "Attach Jar directories"
I'm using IJ X Ultimate Edition on Windows 64 bit (server 2003). Navigating to a local hard disk directory (the second physical disk d:\) is hanging. It is not overloaded and in fact doing a DOS p... -
Created Errors using modules linked to eclipse
I linked a few eclipse projects to IJ projects. This was working for a bit - even seeing updates to the eclipse projects.But when i try to restart IJ it complains "Could not save project Unsupporte... -
Created Navigation intermittently broken in Idea X
I'm finding that using the ctl-alt-Left/Right arrows is unreliable in Idea X. It fairly regularly just stops/gives-up navigating. In order to get back to where I started, I end up using Ctl-N to f... -
Created new module from ant build.xml?
I'm using 10 CE and see options for using eclipse project or maven pom.xml but no ant ..? -
Created Bytecode engineering library plugin(s) ?
I can't seem to find much along those lines for intellij. CGI / ASM / BCEL are what I would be interested in. comments/suggestions appreciated -
Created Small ?: uncollapse directories in project structure
hi I've noticed when creating packages /directories that do not contain any elements at interior levels that those levels get 'skipped' in the Project Viewer.often i do not want that behavior. Is ... -
Created Background tasks (scala compile) can not be canceled
I am recently using scala in my project. I had tried to do Debug Scala Class: and there was a compilation error. After fixing the error I tried again to Debug Scala Class - and it never completed. ...