Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liying2008 committed Apr 29, 2018
1 parent cac857d commit 3e23893
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

![fix-git-conflict](example/fix-git-conflict.gif)

**设置面板:** 通过 `Settings -> Tools -> Git Conflict` 进入设置面板,可以根据 IDE 的颜色方案选择冲突高亮的颜色方案
**设置面板:** 通过 `Settings -> Tools -> Git Conflict` 进入设置面板,选择自己喜欢的颜色方案

![settings-panel](example/settings-panel.png)

Expand Down
Binary file modified example/settings-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/java/cc/duduhuo/git/conflict/GlobalSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Remarks:
* =======================================================
*/
public class GlobalSettings {
public final class GlobalSettings {
public static PersistentState getPersistentState() {
return ServiceManager.getService(SettingsService.class).state;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* =======================================================
* Author: liying - liruoer2008@yeah.net
* Datetime: 2018/4/22 16:50
* Description:
* Description: Settings panel's implementation
* Remarks:
* =======================================================
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* =======================================================
* Author: liying - liruoer2008@yeah.net
* Datetime: 2018/4/22 17:47
* Description:
* Description: Settings service interface
* Remarks:
* =======================================================
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* =======================================================
* Author: liying - liruoer2008@yeah.net
* Datetime: 2018/4/22 18:12
* Description:
* Description: Settings service implementation
* Remarks:
* =======================================================
*/
Expand Down

0 comments on commit 3e23893

Please sign in to comment.