Skip to content

Commit b1f9019

Browse files
committed
[wip] Refactor for Toolbox
I kept our core code intact as much as possible, but this is technically an entirely different plugin now. Some code needs to be pulled back in like the link handler, but it is not split out so importing is tricky. Going to deal with that later. Ideally I can find a generic way to break out that code and share between the two plugins.
1 parent 3096448 commit b1f9019

File tree

63 files changed

+1342
-5033
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1342
-5033
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
#
4+
# Linux start script should use lf
5+
/gradlew text eol=lf
6+
7+
# These are Windows script files and should use crlf
8+
*.bat text eol=crlf
9+

.github/dependabot.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.
-32.6 KB
Binary file not shown.

.github/readme/qodana.png

-96.6 KB
Binary file not shown.

.github/workflows/build.yml

Lines changed: 0 additions & 165 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
## Intellij IDEA
2-
*.iml
3-
*.eml
4-
*.ipr
5-
*.iws
6-
.idea
7-
*java.orig
8-
**/out/*
9-
10-
## Eclipse
11-
*.classpath
12-
*.project
13-
14-
## Gradle
1+
# Gradle
152
.gradle
163
build
174

18-
## Qodana
19-
.qodana
5+
# IntelliJ IDEA
6+
.idea

0 commit comments

Comments
 (0)