[#344] Fire change when opacity has changed #178
Annotations
2 errors and 1 warning
Spotless:
task ':darklaf-core:spotlessJavaCheck'#L1
Execution failed for task ':darklaf-core:spotlessJavaCheck':
The following files had format violations:
src/main/java/com/github/weisj/darklaf/task/IdeaDefaultsInitTask.java
@@ -33,54 +33,55 @@
····@SuppressWarnings({"HardCodedStringLiteral"})
····private·void·initIdeaDefaults(final·UIDefaults·defaults)·{
········defaults.put("Table.ancestorInputMap",·new·UIDefaults.LazyInputMap(new·Object[]·{
-············"ctrl·C",·"copy",·"meta·C",·"copy",
-············"ctrl·V",·"paste",·"meta·V",·"paste",
-············"ctrl·X",·"cut",·"meta·X",·"cut",
-············"COPY",·"copy",
-············"PASTE",·"paste",
-············"CUT",·"cut",
-············"control·INSERT",·"copy",
-············"shift·INSERT",·"paste",
-············"shift·DELETE",·"cut",
-············"RIGHT",·"selectNextColumn",
-············"KP_RIGHT",·"selectNextColumn",
-············"LEFT",·"selectPreviousColumn",
-············"KP_LEFT",·"selectPreviousColumn",
-············"DOWN",·"selectNextRow",
-············"KP_DOWN",·"selectNextRow",
-············"UP",·"selectPreviousRow",
-············"KP_UP",·"selectPreviousRow",
-············"shift·RIGHT",·"selectNextColumnExtendSelection",
-············"shift·KP_RIGHT",·"selectNextColumnExtendSelection",
-············"shift·LEFT",·"selectPreviousColumnExtendSelection",
-············"shift·KP_LEFT",·"selectPreviousColumnExtendSelection",
-············"shift·DOWN",·"selectNextRowExtendSelection",
-············"shift·KP_DOWN",·"selectNextRowExtendSelection",
-············"shift·UP",·"selectPreviousRowExtendSelection",
-············"shift·KP_UP",·"selectPreviousRowExtendSelection",
-············"PAGE_UP",·"scrollUpChangeSelection",
-············"PAGE_DOWN",·"scrollDownChangeSelection",
-············"HOME",·"selectFirstColumn",
-············"END",·"selectLastColumn",
-············"shift·PAGE_UP",·"scrollUpExtendSelection",
-············"shift·PAGE_DOWN",·"scrollDownExtendSelection",
-············"shift·HOME",·"selectFirstColumnExtendSelection",
-············"shift·END",·"selectLastColumnExtendSelection",
-············"ctrl·PAGE_UP",·"scrollLeftChangeSelection",·"meta·PAGE_UP",·"scrollLeftChangeSelection",
-············"ctrl·PAGE_DOWN",·"scrollRightChangeSelection",·"meta·PAGE_DOWN",·"scrollRightChangeSelection",
-············"ctrl·HOME",·"selectFirstRow",·"meta·HOME",·"selectFirstRow",
-············"ctrl·END",·"selectLastRow",·"meta·END",·"selectLastRow",
-············"ctrl·shift·PAGE_UP",·"scrollRightExtendSelection",·"meta·shift·PAGE_UP",·"scrollRightExtendSelection",
-············"ctrl·shift·PAGE_DOWN",·"scrollLeftExtendSelection",·"meta·shift·PAGE_DOWN",·"scrollLeftExtendSelection",
-············"ctrl·shift·HOME",·"selectFirstRowExtendSelection",·"meta·shift·HOME",·"selectFirstRowExtendSelection",
-············"ctrl·shift·END",·"selectLastRowExtendSelection",·"meta·shift·END",·"selectLastRowExtendSelection",
-············"ctrl·A",·"selectAll",·"meta·A",·"selectAll",
-············"TAB",·"selectNextColumnCell",
-············"shift·TAB",·"selectPreviousColumnCell",
-············"ENTER",·"selectNextRowCell",
... (55 more lines that didn't fit)
Violations also present in:
src/main/java/com/github/weisj/darklaf/ui/util/DarkUIUtil.java
Run './gradlew :darklaf-core:spotlessApply' to fix these violations.
at com.diffplug.gradle.spotless.SpotlessCheck.performAction(SpotlessCheck.java:111)
at com.diffplug.gradle.spotless.SpotlessCheck.performAction(SpotlessCheck.java:53)
at org.gradle.internal.reflect.J
|
Spotless
Process completed with exit code 1.
|
Spotless
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|