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
BytecodeViewer.showMessage("Downloading the jar in the background, when it's finished you will be alerted with another message box." + NL + NL + "Expect this to take several minutes.");
238
+
BytecodeViewer.showMessage("Downloading the jar in the background, when it's finished you will be alerted with another message box."
239
+
+ NL + NL + "Expect this to take several minutes.");
Copy file name to clipboardexpand all lines: src/main/java/the/bytecode/club/bytecodeviewer/gui/theme/RSTATheme.java
+6-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,12 @@ public enum RSTATheme
38
38
THEME_MATCH("Theme Match (Recommended)", null, TranslatedComponents.THEME_MATCH), //uses the default theme from RSyntaxTextArea
39
39
DEFAULT("Default (Recommended Light)", "/org/fife/ui/rsyntaxtextarea/themes/default.xml", TranslatedComponents.DEFAULT_RECOMMENDED_LIGHT), //uses the default dark theme from RSyntaxTextArea
0 commit comments