commit-template-idea-plugin
commit-template-idea-plugin copied to clipboard
Git commit template Plugin for IntelliJ
Hi, With very long description the commit dialog resizes itself and the bottom components are not accessible without moving the window out of the screen. Maybe wrapping the text area...
 any solution to clear the history and garbled characters ?
Is it possible to sort the list? 
Feature request: Add a normal (optional) text field to enter the issue number. The output of the field should be after the subject in such manner: ``` (): [] ```
Add i18n support, We can add panel_xx.properties to resources/i18n to increase language support. There are currently Chinese and English properties file stored there.
When using german "umlaute" the preview list shows wrong entries. The entry in the Screenshot marked with red is the same as the one in the textfield. Writing them threre...
Some organizations standardize commit messages, which are different from the default rules of plugins. For example, some companies in type of change use the first 4 letters with the first...
- Add a page in the plugin settings, allowing to submit a custom template. Example: ``` (): [] at [] ``` - Then add the custom fields in the form...
The button to display the template window is not visible 
Hi, thanks for a great plugin. I'd like to suggest a feature request - validate that a subject is shorter or equal to 100 characters, as stated [here](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits) There is...