Tom Williamson
- 活动总数 120
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 35
-
创建于 Using Git across multiple modules?
I have a problem with using Git inside IDEA on our current project. This Maven-based project is organized into three "sub projects" inside a single Git repository:/MyProject--- /SubprojectMain-... -
创建于 Where do I drop the Lombok.JAR file to get it to work with Intellij 12.4.6?
Trying to get lombok working with Intellij. Plugin installed, Intellij says everything's hunky-dory - but no Lombok annotations are working. Do I need to drop LOMBOK.JAR in the Java/bin direct... -
创建于 How do I evaluate objects when debugging a JSP?
I am a relatively experienced Java programmer and IntellJ user and I am trying something new - I need to debug a web app on Tomcat. However, there doesn't seem to be a clear-cut guide to how to d... -
创建于 How do I make a feature request for Intellij IDEA?
已回答I'd like to make a feature request for Intellij - where would I submit that? -
创建于 Forcing Intellij to show full-history in Git?
I need to get Intellij to show "full history" in Git history, rather than the Git default (which is to ignore changes it deems "uninteresting" and ignore merge commits). Anybody know how to do th... -
创建于 Does running IDEA64.EXE get you the same results as running IDEA.BAT?
I run IDEA in 64 bit mode, in fact I don't even have a 32 bit JDK installed on my machine. I usually start IDEA by running IDEA.BAT in the "bin" directory of the installation. (If I click direct... -
创建于 Run app in Tomcat - includes two copies of JAR file?
I recently purchased the "ultimate edition" of Intellij and have been trying to use the "Tomcat Server" option to deploy and run my Java project in my local installation of Tomcat 6.0.32. My Intel... -
创建于 Creating a DB2 Data Source in Ultimate 12.1.4
I'm at a loss as to how to proceed here. I'm using IntelliJ IDEA 12.1.4 Ultimate (using the Ultimate features for the first time), trying to connect to our AS400 DB2 system to create a Data Sourc... -
创建于 Where is the Junit Runner getting its startup parameters?
I've got a project that has worked for months. I installed IDEA 12.1.1 and suddenly my JUnit tests won't work. (I don't know for sure that this was the cause, just that it happened around the... -
创建于 Autocomplete for compiled extensions?
I would like to know how to get PyCharm's autocomplete working for a third-party library that I have only the .pyc file for. The sole other example I've found references the .pyc, .py and.pyd file...