Russell Bateman
- 活动总数 67
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 20
-
创建于 How to restore my colors/theme?
已回答I just made the mistake of allowing the upgrade to 2023.3 Build #IU-233.11799.241 to proceed just now.I find all my colors are gone and I'm left with an unwanted dark view. I know, from having look... -
创建于 Ctrl-N to open Java class code; how to open non-Java files?
已回答I'm weary, in huge (Java) projects, of having to scroll down to src/test/resources… to open test fodder or down to src/main/resources, src/test/resources to open logback.xml, etc. In Eclipse (been ... -
创建于 2019.3.1 fails to back-indent braces
已回答Annoyingly, 2019.3.1 made the Java editor refuse to back-indent braces for me in the way that IDEA has always worked (for me, at least). For example, I start with: if( VERBOSE ){ System.out.printl... -
已编辑于 VM options made sticky...
已回答Is there any way for `Run -> Edit Configurations -> JUnit -> All in <project>` to become sticky such that, if I have: `ea -Dlog4j.configuration=log4j-development.xml` set, the next time I right-cli... -
创建于 2019.2 editor behavior change
已回答This concerns the behavior of the editor (in Java) when I hold down the shift and control keys, then press right arrow. For example, I used to be able to place my cursor at the end of line 1 (below... -
创建于 Missing package paths/symbols from both command-line Maven build and IDEA build
已回答I saw another, similar post from 2016-1018 on this. `External Libraries` at `Project` pane's bottom clearly shows that I have the JARs containing the package paths and symbols that turn up missing ... -
-
创建于 Running JUnit tests in IDEA does not respect/consume pom.xml configuration of maven-surefire-plugin
已回答In pom.xml I have: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${maven-surefire-plugin.version}</version> <configuration> <sy... -
创建于 Tomcat deployment and use in IDEA works, but 404 when deployed to server
已回答I do Run->Edit Configurations and deploy my web application to Tomcat in IDEA. It works perfectly for my GET and POST. When I take the resulting WAR file and drop it into a "real" systemd Tomcat se... -
创建于 Stop organizing imports in IDEA editor
已回答I guess I'm different from all other IDEA users who've asked questions on the editor organizing imports because they want that: I don't prefer the order of imports automatically imposed in my sourc...