Chris Britton

- Total activity 89
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 31
-
Created Ant targets missing in IDEA Ultimate 2018.2
AnsweredJust 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 ... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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 ... -
Created 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. -
Created 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...