# dhg-authority-plugin **Repository Path**: mdzzb/dhg-authority-plugin ## Basic Information - **Project Name**: dhg-authority-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: idea_2020 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-21 - **Last Updated**: 2022-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dhg-authority-plugin ![Build](https://github.com/IOExceptions/dhg-authority-plugin/workflows/Build/badge.svg) [![Version](https://img.shields.io/jetbrains/plugin/v/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID) [![Downloads](https://img.shields.io/jetbrains/plugin/d/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID) ## Template ToDo list - [x] Create a new [IntelliJ Platform Plugin Template][template] project. - [ ] Get known with the [template documentation][template]. - [ ] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin). - [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html). - [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time. - [ ] Set the Plugin ID in the above README badges. - [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html). - [ ] Click the Watch button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes. Core class modification prompt plug-in.
1. People who open the core class will be reminded of the popup window and the lower right corner. 1. The owner of the core class receives a message indicating that someone is editing the responsible class. 2. The non-owner of the core class will lock the class file, which cannot be modified unless manually unlocked. 3. Intranet communication tool, select the code to send message reminder like the online IDEA in the Intranet, or send customized content < BR > Change record 核心类修改提示插件。
1.打开核心类的人进行弹窗提醒、右下角提醒
2.核心类的负责人会收到提示消息,提示有人在编辑负责的类
3.核心类非负责人会将类文件锁定,除非手动解锁否则不能修改
4.内网通讯工具,选择代码可像内网中在线idea发送消息提醒,也可自定义内容发送
5.代码质量分析并打分,在提交代码时会分析代码并进行打分,将分数追加到提交的消息中 ## Installation - Using IDE built-in plugin system: Settings/Preferences > Plugins > Marketplace > Search for "dhg-authority-plugin" > Install Plugin - Manually: Download the [latest release](https://github.com/IOExceptions/dhg-authority-plugin/releases/latest) and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk... --- Plugin based on the [IntelliJ Platform Plugin Template][template]. [template]: https://github.com/JetBrains/intellij-platform-plugin-template