diff --git a/.gitignore b/.gitignore index edf8792c..ea767709 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,4 @@ venv/ # Windows Thumbs.db /.recommenders/ -/key.gpg \ No newline at end of file +/key.gpg diff --git a/build.gradle b/build.gradle index 3953f81d..f77f61bf 100644 --- a/build.gradle +++ b/build.gradle @@ -199,7 +199,7 @@ tasks.withType(JavaCompile) { task copyLibraries(type: Copy) { dependsOn('jniplatformX64SharedLibrary', 'jniplatformX86SharedLibrary') from "${buildDir}/libs/jniplatform/shared" - into "${projectDir}/src/main/resources/library" + into "${projectDir}/src/main/resources/com/github/weisj/darklaf/platform/windows" } shadowJar { diff --git a/src/main/java/com/github/weisj/darklaf/LafManager.java b/src/main/java/com/github/weisj/darklaf/LafManager.java index 2bf06a60..eb62793c 100644 --- a/src/main/java/com/github/weisj/darklaf/LafManager.java +++ b/src/main/java/com/github/weisj/darklaf/LafManager.java @@ -23,7 +23,6 @@ */ package com.github.weisj.darklaf; -import com.github.weisj.darklaf.theme.DarculaTheme; import com.github.weisj.darklaf.theme.IntelliJTheme; import com.github.weisj.darklaf.theme.Theme; import org.jetbrains.annotations.NotNull; diff --git a/src/main/java/com/github/weisj/darklaf/platform/windows/JNIDecorations.java b/src/main/java/com/github/weisj/darklaf/platform/windows/JNIDecorations.java index 996fef8c..e70c421c 100644 --- a/src/main/java/com/github/weisj/darklaf/platform/windows/JNIDecorations.java +++ b/src/main/java/com/github/weisj/darklaf/platform/windows/JNIDecorations.java @@ -88,9 +88,9 @@ public class JNIDecorations { if (loaded) return true; try { if (SystemInfo.isX86) { - NativeUtil.loadLibraryFromJar("/library/x86/jniplatform.dll"); + NativeUtil.loadLibraryFromJar("/com/github/weisj/darklaf/platform/windows/x86/jniplatform.dll"); } else if (SystemInfo.isX64) { - NativeUtil.loadLibraryFromJar("/library/x64/jniplatform.dll"); + NativeUtil.loadLibraryFromJar("/com/github/weisj/darklaf/platform/windows/x64/jniplatform.dll"); } else { LOGGER.warning("Could not determine jre model '" + SystemInfo.jreArchitecture diff --git a/src/main/java/com/github/weisj/darklaf/theme/DarculaTheme.java~HEAD b/src/main/java/com/github/weisj/darklaf/theme/DarculaTheme.java similarity index 100% rename from src/main/java/com/github/weisj/darklaf/theme/DarculaTheme.java~HEAD rename to src/main/java/com/github/weisj/darklaf/theme/DarculaTheme.java diff --git a/src/main/java/com/github/weisj/darklaf/theme/DarculaTheme.java~Renamed to conform new group id b/src/main/java/com/github/weisj/darklaf/theme/DarculaTheme.java~Renamed to conform new group id deleted file mode 100644 index 90b88d87..00000000 --- a/src/main/java/com/github/weisj/darklaf/theme/DarculaTheme.java~Renamed to conform new group id +++ /dev/null @@ -1,47 +0,0 @@ -/* - * MIT License - * - * Copyright (c) 2019 Jannis Weis - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - */ -package com.github.weisj.darklaf.theme; - -/** - * @author Jannis Weis - */ -public class DarculaTheme extends Theme { - - @Override - protected String getResourcePath() { - return "darcula/"; - } - - @Override - public String getName() { - return "darcula"; - } - - @Override - public boolean isDark() { - return true; - } - - -} diff --git a/src/main/java/com/github/weisj/darklaf/ui/rootpane/DarkTitlePane.java b/src/main/java/com/github/weisj/darklaf/ui/rootpane/DarkTitlePane.java index c2623ced..ad3e8866 100644 --- a/src/main/java/com/github/weisj/darklaf/ui/rootpane/DarkTitlePane.java +++ b/src/main/java/com/github/weisj/darklaf/ui/rootpane/DarkTitlePane.java @@ -585,8 +585,6 @@ public class DarkTitlePane extends JComponent { Icon systemIcon; if (icons.size() == 0) { systemIcon = UIManager.getIcon("TitlePane.icon"); - } else if (icons.size() == 1) { - systemIcon = new ImageIcon(icons.get(0)); } else { systemIcon = new ImageIcon(SunToolkit.getScaledIconImage(icons, IMAGE_WIDTH, IMAGE_HEIGHT)); } diff --git a/src/main/java/com/github/weisj/darklaf/ui/taskpane/DarkTaskPaneUI.java b/src/main/java/com/github/weisj/darklaf/ui/taskpane/DarkTaskPaneUI.java index 4777fbd7..90d3e88f 100644 --- a/src/main/java/com/github/weisj/darklaf/ui/taskpane/DarkTaskPaneUI.java +++ b/src/main/java/com/github/weisj/darklaf/ui/taskpane/DarkTaskPaneUI.java @@ -42,6 +42,8 @@ public class DarkTaskPaneUI extends MetalTaskPaneUI { protected boolean isCollapsed; protected Color borderColor; + protected Icon collapsedIcon; + protected Icon openIcon; protected int arc; @NotNull @@ -54,6 +56,8 @@ public class DarkTaskPaneUI extends MetalTaskPaneUI { protected void installDefaults() { borderColor = UIManager.getColor("TaskPane.borderColor"); arc = UIManager.getInt("TaskPane.arc"); + collapsedIcon = UIManager.getIcon("TaskPane.collapsed.icon"); + openIcon = UIManager.getIcon("TaskPane.open.icon"); super.installDefaults(); } @@ -172,7 +176,11 @@ public class DarkTaskPaneUI extends MetalTaskPaneUI { final int y, final int width, final int height) { ((Graphics2D) g).setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); g.setColor(getPaintColor(group)); - paintChevronControls(group, g, x, y, width, height); + if (group.isCollapsed()) { + collapsedIcon.paintIcon(group, g, x, y); + } else { + openIcon.paintIcon(group, g, x, y); + } ((Graphics2D) g).setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_OFF); } diff --git a/src/main/resources/library/x64/jniplatform.dll b/src/main/resources/com/github/weisj/darklaf/platform/windows/x64/jniplatform.dll similarity index 100% rename from src/main/resources/library/x64/jniplatform.dll rename to src/main/resources/com/github/weisj/darklaf/platform/windows/x64/jniplatform.dll diff --git a/src/main/resources/library/x86/jniplatform.dll b/src/main/resources/com/github/weisj/darklaf/platform/windows/x86/jniplatform.dll similarity index 100% rename from src/main/resources/library/x86/jniplatform.dll rename to src/main/resources/com/github/weisj/darklaf/platform/windows/x86/jniplatform.dll diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/borders.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/borders.properties index 81407de1..1b3f576d 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/borders.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/borders.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/button.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/button.properties index 465b3fa9..e0dc2b16 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/button.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/button.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties index bbf26c00..b2af32bf 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/colorChooser.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/colorChooser.properties index 8e793a0a..26cbc0d2 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/colorChooser.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/colorChooser.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/comboBox.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/comboBox.properties index 798832c4..0ceee30c 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/comboBox.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/comboBox.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/fileChooser.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/fileChooser.properties index 11a9aaf2..e9e272d4 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/fileChooser.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/fileChooser.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/internalFrame.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/internalFrame.properties index f14dc9bd..f5f8e2ba 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/internalFrame.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/internalFrame.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/label.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/label.properties index d67df955..23385cf4 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/label.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/label.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/list.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/list.properties index ad82a268..a97e2af0 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/list.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/list.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/menu.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/menu.properties index 5bc2cc74..d5ff50ca 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/menu.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/menu.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/menuBar.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/menuBar.properties index 4fe63160..117cc0ad 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/menuBar.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/menuBar.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/menuItem.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/menuItem.properties index 12c01451..6f5e398d 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/menuItem.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/menuItem.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/optionPane.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/optionPane.properties index e3f58461..ee50dcf9 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/optionPane.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/optionPane.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/panel.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/panel.properties index d1478519..55fb5293 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/panel.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/panel.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/popupMenu.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/popupMenu.properties index 08dd6422..37ad0bf8 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/popupMenu.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/popupMenu.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/progressBar.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/progressBar.properties index 578bd910..4a1ca95e 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/progressBar.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/progressBar.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties index e5d7f1fb..946402ca 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/rootPane.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/rootPane.properties index b4837797..539a1ce6 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/rootPane.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/rootPane.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/scrollBar.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/scrollBar.properties index cb8a7a7d..4f7540b0 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/scrollBar.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/scrollBar.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/scrollPane.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/scrollPane.properties index 9756c7f2..46d0c824 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/scrollPane.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/scrollPane.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/separator.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/separator.properties index 8baf87ff..ce7db662 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/separator.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/separator.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/slider.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/slider.properties index 65fe9d0f..d673f1d9 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/slider.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/slider.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/spinner.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/spinner.properties index 6a75b25c..98c2dac1 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/spinner.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/spinner.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/splitPane.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/splitPane.properties index 9204d33c..dffc573b 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/splitPane.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/splitPane.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/statusBar.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/statusBar.properties index 3ad65137..1089c787 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/statusBar.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/statusBar.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/tabFrame.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/tabFrame.properties index d1088c78..dfbd3342 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/tabFrame.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/tabFrame.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/tabbedPane.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/tabbedPane.properties index 0e97d215..ca8e947c 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/tabbedPane.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/tabbedPane.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/table.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/table.properties index d960b65b..c2ce3984 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/table.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/table.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/taskPane.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/taskPane.properties index 6a775664..f4c7203a 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/taskPane.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/taskPane.properties @@ -37,4 +37,8 @@ TaskPane.arc = %arc TaskPane.titleBackgroundGradientEnd = %widgetFillInactive TaskPane.titleBackgroundGradientStart = %widgetFillInactive -TaskPaneContainer.background = %backgroundContainer \ No newline at end of file +TaskPaneContainer.background = %backgroundContainer + +#Icons +TaskPane.collapsed.icon = navigation/arrowUp.svg[aware] +TaskPane.open.icon = navigation/arrowDown.svg[aware] \ No newline at end of file diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/text.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/text.properties index d844693b..c7d7bb8c 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/text.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/text.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/toggleButton.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/toggleButton.properties index ec1e9f03..c011809d 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/toggleButton.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/toggleButton.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/toolBar.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/toolBar.properties index eceba9dc..9081e347 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/toolBar.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/toolBar.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/toolTip.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/toolTip.properties index b49ca459..6152726f 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/toolTip.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/toolTip.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/tree.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/tree.properties index aabc2150..9117d6cd 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/tree.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/tree.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License # diff --git a/src/main/resources/com/github/weisj/darklaf/properties/ui/tristate.properties b/src/main/resources/com/github/weisj/darklaf/properties/ui/tristate.properties index 54b62171..3477305e 100644 --- a/src/main/resources/com/github/weisj/darklaf/properties/ui/tristate.properties +++ b/src/main/resources/com/github/weisj/darklaf/properties/ui/tristate.properties @@ -1,3 +1,4 @@ +# suppress inspection "UnusedProperty" for whole file # # MIT License #