Chris Britton

- 活动总数 89
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 31
-
创建于 Ant targets missing in IDEA Ultimate 2018.2
已回答Just upgraded from 2018.1 to 2018.2. Now, all my ant targets are missing in the "Build" menu and the "Ant Build" tool window. The .xml files are displayed, but no targets. I tried invalidating the ... -
创建于 Task Time Tracking missing from 12.1. Was there in 129.111.
I updated my installation from 129.111 to 12.1 final (129.161). The Time Tracking plugin is missing. See the attached screenshots of the plugins listing.Is there any way to get this back? I already... -
创建于 SVN: Have to commit twice to get all files committed
Lately, I have to commit twice to get all my changed files committed to the repository. The first commit only commits the top-level directory. I have to do an additional commit to commit the remain... -
创建于 Display SVN revisions from a reintegrated branch
Is there any way in IDEA 12 to display the revisions that were included when a branch is reintegrated? Something similar to "svn log -g" command line or the "Include merged revisions" option in Tor... -
创建于 SQL and QL Inspections
I have two (perhaps related) problems. Given the following statement:Query query = manager.createNativeQuery( "select POLICY_NAME from QPE_POLICY where ID = :id" );If I have the "Persistence QL Pro... -
创建于 Cannot merge one branch from another
I have the following setup in SVN 1.6: Branch1 created from trunk Branch2 created from Branch1 When I try to bring Branch2 up-to-date by merging changes from Branch1, IDEA gives me the error messag... -
创建于 IntelliJ X Breaks DocTree Plugin
IntelliJ X (98.402) gives the error below when I try to launch a browser from the DocTree plugin. It looks like the launchBrowser(String, String) method was changed to private?Error during dispatch... -
创建于 Missing version control entries in Repository tab of Changes panel
I am using CVS as my VCS. Several change entries that should be listed in the Repository tab are missing. If I look at the CVS->Show History for a specific file, the change is listed. However, the ... -
创建于 CVS Revision Graph plugin broken in 94.426
IDEA EAP 94.426 breaks the CVS Revision Graph plugin. Clicking on CVS->Revision Graph... always produces this dialog.This worked in 94.273.Thanks. -
创建于 Stop parsing when keyboard activity detected
Is there any way to persuade IDEA to stop parsing when I press a key? A large Java source file (3,000 lines) can take several seconds to parse. Anytime I make a change and then exceed the autoparse...