Stephen Boesch
- Total activity 499
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 25
- Subscriptions 152
-
Created Super simple question: how to search within intellij help
The "help" button brings up a browser at the following address: http://www.jetbrains.com/idea/webhelp/intellij-idea.html.So.. where is the "search" button to search the help topics?? -
Created Focus on large codebases
Hi, I have been using IJ for three years and there is a distinct pattern: (a) IJ is great for smaller codebases. (b) IJ falls flat with large codebases.I have been trying to use IJ 9.x and 10.X ... -
Created Error: cannot find symbol class for Scala Class used within Java
Hi, I do have Compiler | Scala Compiler | "Compile Scala files first" checked. And i've done full Rebuild project. So then what gives with this?My env: windoze 7. IJ 10.5.1 build iu 107 322 -
Created Static Imports not working very well
It seems the usability of static imports leaves to be desired.1. I can't put in import static MyClass.* Ij doesn't want to help out by providing the list of candidate classes here. Why?2. Even af... -
Created Goto Next / Previous Splitter: do these work?
I'm in 10.5 on ubuntu. The functions in this title do not appear to work. When I am in editor splitter 2 to be able to go to editor splitter1 and back again to 2 using these keystrokes would be v... -
Created Tell IJ NOT to scan for sources
I am at a company that has a LARGE shared codebase that is accessed via symbolic link. How the heck do I tell IJ NOT TO SCAN FOR SOURCES when creating a new module? It HANGS FOREVER then I have t... -
Created Very basic: IJ not parsing jsp request/response properly
In a new java project created from existing source I have included the Web Facet and have marked the webApplication folder as web content (see screenshot). When editing a .jsp as you can see in th... -
Created Scala class stopped being compiled in combined java/scala project
Hi, I was using a scala class inside a java project successfully for a couple of weeks now. But it has stopped being compiled. Only the old version of the class file is being used.Note: in the C... -
Created Probably stretching it a bit: possible to use scala operators in debug watch?
Hi, I am debugging a scala class. From the standpoint of the compiled class being just java now it is working normally. In fact in the "watch" panel I'm even able to see the scala operator method... -
Created How to run main() in scala companion object
Hi, I have a companion object for which main() is able to be run successfully using ant. But going to the class in IJ, i get NSME:Exception in thread "main" java.lang.NoSuchMethodException: com....