Tom Williamson
- 活动总数 120
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 35
-
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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...