Tom Williamson
- Total activity 120
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 35
-
Created 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-... -
Created 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... -
Created 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... -
Created How do I make a feature request for Intellij IDEA?
AnsweredI'd like to make a feature request for Intellij - where would I submit that? -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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...