Tom Williamson
- Total activity 120
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 35
-
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... -
Created Way to jump to Javadoc for any class?
I'm interested if there's a way to get Idea to display (in a popup or a browser) the Javadoc for any class/method/property/etc. for any class imported or referenced in your project. I read this ... -
Created Git + Idea = confusion
I'm having a hard time mentally "mapping" the Git "command line" commands to the Intellij Idea VCS interface. Particularly in the area of merging among different branches, the interface seems ver... -
Created Refactor out "import static"?
Can Intellij's "Refactor" capability be used to convert "import static" statements to regular "import" statements? We have some code which is somewhat indecipherable due to everything being stati...