History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-19288
Type: Bug Bug
Status: Open Open
Assignee: Dmitry Jemerov
Reporter: Martin Fuhrer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Ask to add annotations.jar to VCS if copied into directory under VCS control

Created: 23 Aug 08 12:11   Updated: 04 Sep 08 01:38
Component/s: Version Control Integration

Build: 8,738


 Description  « Hide
What I'm doing:
  • write annotation @NonNls to source file;
  • invoke 'Add annotations.jar to classpath' quickfix;
  • select 'Copy to';
  • invoke 'Select Path' and navigate to project directory;
  • create a new directory 'lib';
  • select 'Yes' to add the new directory to VCS;
  • select 'OK' to add annotations.jar to the newly created directory;
    -> annotations.jar is listed as unversioned file.

I'm expecting that IDEA asks me whether I want to add annotations.jar to VCS or not.



 All   Comments   Work Log   Change History      Sort Order:
Martin Fuhrer - 04 Sep 08 01:38
Of course the same holds true if the target directory isn't newly created but is already under VCS control.