Giter Club home page Giter Club logo

git-commit-message-helper's Introduction

Hi there 👋

Hi, I am AutismSuperman, a program developer, mainly engaged in Java development

📧 Email: [email protected]
😄 Wechat: weixinbushuang

Anurag's github stats

git-commit-message-helper's People

Contributors

aiyuwanhua avatar autismsuperman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

git-commit-message-helper's Issues

[Proposal] Change default template to avoid blank trailing spaces/lines

I've noticed that the current template inserts empty lines which is kind of annoying, so I came up with a new one (doesn't add blank lines at the end of commit messages) and I wanted to share it:

#if($type)${type}#end#if($scope)(${scope})#end: #if($subject)${subject}#end
#if($body)${newline}${newline}${body}#end
#if($changes)${newline}${newline}BREAKING CHANGE: ${changes}#end
#if($closes)${newline}${newline}Closes ${closes}#end

Mostly I wrapped ${newline} inside if statements, so they only get appended there is content following.

在Commit窗口中使用快捷键无效

Win11

IntelliJ IDEA 2024.1 RC (Ultimate Edition)
Build #IU-241.14494.158, built on March 21, 2024
Licensed to Jianxiang Hong
Subscription is active until September 4, 2024.
Runtime version: 17.0.10+8-b1207.12 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 16

image

不知道是不是IDEA新版的问题,已经试过很多快捷键了,确定快捷键没有冲突,也没有其他外部软件快捷键冲突

根据提交信息回显到表单

  1. 目前我使用正则表达式实现了默认模版的回显,如果需要这个功能我就提PR了。
  2. 如果是用户自定义模版后进行回显感觉比较复杂,作者是否有其他思路?

Deprecation warning on the latest PyCharm

Version:

image

Warning Msg:

com.intellij.diagnostic.PluginException: ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon. 'com.fulinlin.ui.setting.TemplateEditPanel$2' must override getActionUpdateThread and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: commit-message-helper-idea-plugin]
at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:199)

Functions normally.

Go to next input via Tab

I want to go to the next input field via Tab, but when i’m in the Message-Body i only create actual tabs within the body. I don’t think tabs within the commit message is neccessary. Keyboard use is not working with the current version. :(
image

[Feature Request] Allow us to store scopes for each type and display them in dropdown

I would be really awesome if scope input on commit screen would be a mix of input and dropdown, so we can easily select scope from a dropdown or enter custom one if it happens it wasn't added yet.

To achieve that I would propose that additional field scopes is added to settings page (types table) where plugin would hold a comma delimited list of scopes (which are used for populating dropdown on commit screen mentioned above).

Shortcut not working within Commit-Dialog

I use the Phpstorm Shortcut CMD+K to open the commit dialog. I set a Shortcut for open the Commit Message Helper. But its not working. Neither in the Dialog nor in the normal Phpstorm environment. I have set CTRL+ALT+K (no conflicts) as Shortcut.

image

Current username

Hi. Is it possible to insert into template current username? I was trying to insert variable ${USER}, but it seems not working.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.