mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-22 13:15:42 +02:00
GitHub issue/pr links in IDEA Git log & Add icon for JetBrains Toolbox and IntelliJ IDEA
(cherry picked from commit dedb13e215d62cd38e24c0dc1a0597a84df5721e)
This commit is contained in:
parent
c0fdfbaf90
commit
3c15c62f71
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1,7 @@
|
||||
.idea/
|
||||
/.idea/*
|
||||
!/.idea/icon.png
|
||||
!/.idea/icon_dark.png
|
||||
!/.idea/vcs.xml
|
||||
.sandbox/
|
||||
.gradle/
|
||||
build/
|
||||
|
BIN
.idea/icon.png
Normal file
BIN
.idea/icon.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 27 KiB |
24
.idea/vcs.xml
Normal file
24
.idea/vcs.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CommitMessageInspectionProfile">
|
||||
<profile version="1.0">
|
||||
<inspection_tool class="GrazieCommit" enabled="true" level="TYPO" enabled_by_default="true"/>
|
||||
</profile>
|
||||
</component>
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git"/>
|
||||
</component>
|
||||
<component name="IssueNavigationConfiguration">
|
||||
<option name="links">
|
||||
<list>
|
||||
<IssueNavigationLink>
|
||||
<option name="issueRegexp" value="#(\d+)"/>
|
||||
<option name="linkRegexp" value="https://github.com//izhangzhihao/intellij-rainbow-brackets/issues/$1"/>
|
||||
</IssueNavigationLink>
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git"/>
|
||||
</component>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user