Issue
I've been using IntelliJ IDEA 9.0 Community Edition for some time after years living in Eclipse. One thing seems to be hard to find in it. I'd like to create a patch on some subfolder in my project. In Eclipse it is done using right click, Team, Create Patch.
Does anybody know how to do that in IDEA?
Solution
Use the Changes view. In the group by directory mode you can right click on the directory with changes and choose Create Patch from the context menu.
Answered By - CrazyCoder
Answer Checked By - Marilyn (JavaFixing Volunteer)