You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
`diffx` does its best to show the difference in the most readable way, but obviously the default configuration won't
9
9
cover all the use-cases. Because of that, there are few ways how you can modify its output.
10
10
11
+
## intellij idea
12
+
13
+
If you are running tests using **IntelliJ IDEA**'s test runner, you will want
14
+
to turn off the red text coloring it uses for test failure outputs because
15
+
it interferes with difflicious' color outputs.
16
+
17
+
In <b>File | Settings | Editor | Color Scheme | Console Colors | Console | Error Output</b>, uncheck the red foreground color.
18
+
(Solution provided by Jacob Wang @jatcwang)
19
+
11
20
## colors & signs
12
21
13
22
I found it confusing to use the terms `expected`/`actual` as there seems to be no golden rule whether to keep expected on the right side or on the left side.
Copy file name to clipboardExpand all lines: generated-docs/out/usage/output.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@
4
4
`diffx` does its best to show the difference in the most readable way, but obviously the default configuration won't
5
5
cover all the use-cases. Because of that, there are few ways how you can modify its output.
6
6
7
+
## intellij idea
8
+
9
+
If you are running tests using **IntelliJ IDEA**'s test runner, you will want
10
+
to turn off the red text coloring it uses for test failure outputs because
11
+
it interferes with difflicious' color outputs.
12
+
13
+
In <b>File | Settings | Editor | Color Scheme | Console Colors | Console | Error Output</b>, uncheck the red foreground color.
14
+
(Solution provided by Jacob Wang @jatcwang)
15
+
7
16
## colors & signs
8
17
9
18
I found it confusing to use the terms `expected`/`actual` as there seems to be no golden rule whether to keep expected on the right side or on the left side.
0 commit comments