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
Copy file name to clipboardExpand all lines: Common/src/main/resources/assets/hexdebug/lang/en_us.flatten.json5
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,10 @@
81
81
showDebugClientLineNumber: {
82
82
"": "Show Debug Client Line Number",
83
83
"@Tooltip": "If true, show the line number (usually 1-indexed) from the debug client (eg. VSCode) in Debugger status messages; otherwise, show the list index (0-indexed)."
84
+
},
85
+
invertSplicingTableScrollDirection: {
86
+
"": "Invert Splicing Table Scroll Direction",
87
+
"@Tooltip": "Whether scrolling up (as opposed to down) will increase the view index of the splicing table, and vice versa.",
0 commit comments