Categories
|
free software
Save ChangeList PatchesProducts: Android Studio, IntelliJ IDEA Vendor: requiredfieldforsomereason Email: N/A Website: N/A Description:
Saves each changelist as a patch in the location set in configuration.
7 updates are hidden
show all updates
Recent change notes:built against java 1.6 instead of 1.7General usage instructions:Creates patch files for every changelist in version control. The destination file path is set in the config of the plugin located under Project Settings. There is also an option to automatically save all changelists as patches on close of IntelliJ. To create the patch files, find the option "Save Changelists As Patches" under version controls menu. Good for teams where individuals are working on several different tasks on the same project concurrently. If someone is out, the rest of the team can carry on their work if they have a patch, better yet, a patch specific to the task from a changelist instead of every change the missing person may have made to the project. Problem is, going through every changelist to create a patch is a bit tedious. Here is where this plugin comes in, making creating patches every day a bit easier and more attractive. |
|||||||||||||||||||||||||||||||||||
Comments:
I will be creating a new version of this patch sometime in the future, but for now, it will only work with versions up to and including 9.0.1
Thanks
I will look into it.
Thank you for the feedback.
Hi,
I've tried this extension on IDEA Intellij 9.0.2 and it throws an exception:
com/intellij/openapi/diff/impl/patch/PatchBuilder
java.lang.NoClassDefFoundError: com/intellij/openapi/diff/impl/patch/PatchBuilder
at com.benrose.plugins.saveChangeListsToPatches.SaveChangeListsToPatchesApplicationComponent.savePatches(SaveChangeListsToPatchesApplicationComponent.java:162)
at com.benrose.plugins.saveChangeListsToPatches.SaveChangeListsToPatchesAction.actionPerformed(SaveChangeListsToPatchesAction.java:19)