Compare commits

...

14 commits

Author SHA1 Message Date
95d3969e2e Merge remote-tracking branch 'upstream/master' 2023-08-03 21:58:09 -06:00
25b2922b48 Vineify 2023-08-03 21:56:31 -06:00
Konloch
eda6416609
Merge pull request #474 from ThexXTURBOXx/master
Update dependencies (again)
2023-07-20 17:37:50 -07:00
Nico Mexis
9447f4ee2f
Update dependencies 2023-07-20 21:58:19 +02:00
Nico Mexis
ebdf389724
Add dex2jar exception handler 2023-07-20 21:58:04 +02:00
Nico Mexis
555d68ab42
Fix unchecked operations 2023-07-20 21:57:53 +02:00
Cody
c932596d1a Removed last version of dnd. Added dnd support from weisJ theme. Also, I fixed a problem not being able to scroll when a class is open and switching themes. Not sure if it was happening to just me or not. 2023-04-09 17:22:31 -07:00
Cody
e6cdd92bae Removed last version of dnd. Added dnd support from weisJ theme. Also, I fixed a problem not being able to scroll when a class is open and switching themes. Not sure if it was happening to just me or not. 2023-04-09 17:22:29 -07:00
Konloch
ca894b3d16
Merge pull request #468 from ThexXTURBOXx/master
Fix warnings and errors
2023-03-25 02:46:50 -06:00
Nico Mexis
5c1be3d933
Should we do this? 2023-02-22 10:40:46 +01:00
Una Thompson
ffafe6cf8d
Merge remote-tracking branch 'upstream/master' 2022-10-28 15:19:19 -07:00
Una Thompson
f679ddac72
Disable update checker 2022-07-08 00:41:12 -07:00
Una Thompson
5b05e438ed
Merge remote-tracking branch 'upstream/master' 2022-07-08 00:39:26 -07:00
Una Thompson
a8fc11e488
Quiltify 2022-05-12 15:09:14 -07:00
57 changed files with 440 additions and 474 deletions

53
pom.xml
View file

@ -3,7 +3,7 @@
<groupId>the.bytecode.club</groupId> <groupId>the.bytecode.club</groupId>
<artifactId>Bytecode-Viewer</artifactId> <artifactId>Bytecode-Viewer</artifactId>
<version>2.11.2</version> <version>2.11.2-vineflower</version>
<properties> <properties>
<!-- Project settings --> <!-- Project settings -->
@ -13,42 +13,42 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Dependency versions --> <!-- Dependency versions -->
<annotations.version>24.0.0</annotations.version> <annotations.version>24.0.1</annotations.version>
<antlr4.version>4.9.3</antlr4.version> <antlr4.version>4.9.3</antlr4.version>
<apktool.version>2.7.0</apktool.version> <apktool.version>2.8.0</apktool.version>
<asm.version>9.4</asm.version> <asm.version>9.5</asm.version>
<bined.version>0.2.0</bined.version> <bined.version>0.2.0</bined.version>
<byteanalysis.version>1.0bcv</byteanalysis.version> <byteanalysis.version>1.0bcv</byteanalysis.version>
<cfr.version>0.152</cfr.version> <cfr.version>0.152</cfr.version>
<cloning.version>1.9.12</cloning.version> <cloning.version>1.9.12</cloning.version>
<commons-cli.version>1.5.0</commons-cli.version> <commons-cli.version>1.5.0</commons-cli.version>
<commons-codec.version>1.15</commons-codec.version> <commons-codec.version>1.16.0</commons-codec.version>
<commons-compiler.version>3.1.9</commons-compiler.version> <commons-compiler.version>3.1.10</commons-compiler.version>
<commons-compress.version>1.22</commons-compress.version> <commons-compress.version>1.23.0</commons-compress.version>
<commons-io.version>2.11.0</commons-io.version> <commons-io.version>2.13.0</commons-io.version>
<commons-lang3.version>3.12.0</commons-lang3.version> <commons-lang3.version>3.12.0</commons-lang3.version>
<commons-text.version>1.10.0</commons-text.version> <commons-text.version>1.10.0</commons-text.version>
<darklaf.version>3.0.2</darklaf.version> <darklaf.version>3.0.2</darklaf.version>
<darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version> <darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version>
<decompiler-fernflower.version>6.1.2.Final</decompiler-fernflower.version> <decompiler-fernflower.version>6.2.5.Final</decompiler-fernflower.version>
<dex2jar.version>v59</dex2jar.version> <dex2jar.version>v64</dex2jar.version>
<fernflower.version>e0d44f4</fernflower.version> <fernflower.version>1.9.2</fernflower.version>
<gson.version>2.10.1</gson.version> <gson.version>2.10.1</gson.version>
<guava.version>31.1-jre</guava.version> <guava.version>32.1.1-jre</guava.version>
<httprequest.version>2.1.0</httprequest.version> <httprequest.version>2.2.0</httprequest.version>
<imgscalr-lib.version>4.2</imgscalr-lib.version> <imgscalr-lib.version>4.2</imgscalr-lib.version>
<jadx.version>1.4.5</jadx.version> <jadx.version>1.4.7</jadx.version>
<jd-gui.version>1.6.6bcv</jd-gui.version> <jd-gui.version>1.6.6bcv</jd-gui.version>
<jgraphx.version>3.4.1.3</jgraphx.version> <jgraphx.version>3.4.1.3</jgraphx.version>
<js.version>21.2.0</js.version> <js.version>21.2.0</js.version>
<objenesis.version>3.3</objenesis.version> <objenesis.version>3.3</objenesis.version>
<paged-data.version>0.2.0</paged-data.version> <paged-data.version>0.2.0</paged-data.version>
<procyon.version>0.6.0</procyon.version> <procyon.version>0.6.0</procyon.version>
<rsyntaxtextarea.version>3.3.2</rsyntaxtextarea.version> <rsyntaxtextarea.version>3.3.3</rsyntaxtextarea.version>
<semantic-version.version>2.1.1</semantic-version.version> <semantic-version.version>2.1.1</semantic-version.version>
<slf4j.version>2.0.6</slf4j.version> <slf4j.version>2.0.7</slf4j.version>
<smali.version>403e90375e</smali.version> <smali.version>3.0.3</smali.version>
<safeyaml.version>1.33.0</safeyaml.version> <safeyaml.version>1.34.1</safeyaml.version>
<treelayout.version>1.0.3</treelayout.version> <treelayout.version>1.0.3</treelayout.version>
<webp-imageio.version>0.2.2</webp-imageio.version> <webp-imageio.version>0.2.2</webp-imageio.version>
<xpp3.version>1.1.4c</xpp3.version> <xpp3.version>1.1.4c</xpp3.version>
@ -197,8 +197,8 @@
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.ThexXTURBOXx</groupId> <groupId>org.vineflower</groupId>
<artifactId>fernflower</artifactId> <artifactId>vineflower</artifactId>
<version>${fernflower.version}</version> <version>${fernflower.version}</version>
</dependency> </dependency>
<dependency> <dependency>
@ -277,13 +277,13 @@
<version>${slf4j.version}</version> <version>${slf4j.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.iBotPeaches.smali</groupId> <groupId>com.android.tools.smali</groupId>
<artifactId>smali</artifactId> <artifactId>smali</artifactId>
<version>${smali.version}</version> <version>${smali.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.iBotPeaches.smali</groupId> <groupId>com.android.tools.smali</groupId>
<artifactId>baksmali</artifactId> <artifactId>smali-baksmali</artifactId>
<version>${smali.version}</version> <version>${smali.version}</version>
</dependency> </dependency>
<dependency> <dependency>
@ -398,7 +398,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version> <version>3.11.0</version>
<configuration> <configuration>
<source>${maven.compiler.source}</source> <source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target> <target>${maven.compiler.target}</target>
@ -408,7 +408,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.0</version> <version>3.5.0</version>
<configuration> <configuration>
<source>${maven.compiler.source}</source> <source>${maven.compiler.source}</source>
</configuration> </configuration>
@ -416,7 +416,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>3.3.0</version> <version>3.4.1</version>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>
@ -437,6 +437,7 @@
<exclude>META-INF/*LICENSE*</exclude> <exclude>META-INF/*LICENSE*</exclude>
<exclude>META-INF/*NOTICE*</exclude> <exclude>META-INF/*NOTICE*</exclude>
<exclude>META-INF/MANIFEST.MF</exclude> <exclude>META-INF/MANIFEST.MF</exclude>
<exclude>LICENSE</exclude>
</excludes> </excludes>
</filter> </filter>
<!-- Ignore all ASM-related files from d2j-external but MCTLE fix --> <!-- Ignore all ASM-related files from d2j-external but MCTLE fix -->

View file

@ -196,7 +196,7 @@ public class BytecodeViewer
//setup swing components //setup swing components
viewer = new MainViewerGUI(); viewer = new MainViewerGUI();
SwingUtilities.updateComponentTreeUI(viewer); //SwingUtilities.updateComponentTreeUI(viewer);
//load settings and set swing components state //load settings and set swing components state
SettingsSerializer.loadSettings(); SettingsSerializer.loadSettings();

View file

@ -246,7 +246,7 @@ public class CommandLineInput {
} }
} }
} else if (decompiler.equalsIgnoreCase("fernflower")) { } else if (decompiler.equalsIgnoreCase("fernflower")) {
System.out.println("Decompiling " + input.getAbsolutePath() + " with FernFlower"); System.out.println("Decompiling " + input.getAbsolutePath() + " with Vineflower");
BytecodeViewer.openFiles(new File[]{input}, false); BytecodeViewer.openFiles(new File[]{input}, false);
Thread.sleep(5 * 1000); Thread.sleep(5 * 1000);

View file

@ -128,6 +128,7 @@ public class UpdateCheck implements Runnable
@Override @Override
public void run() public void run()
{ {
if (Integer.valueOf(4) == 4) return;
try { try {
HTTPRequest r = new HTTPRequest(new URL("https://raw.githubusercontent.com/Konloch/bytecode-viewer/master/VERSION")); HTTPRequest r = new HTTPRequest(new URL("https://raw.githubusercontent.com/Konloch/bytecode-viewer/master/VERSION"));
final Version version = Version.parseVersion(r.readSingle()); final Version version = Version.parseVersion(r.readSingle());

View file

@ -32,7 +32,7 @@ public enum Decompiler
NONE("None", "", null), NONE("None", "", null),
PROCYON_DECOMPILER("Procyon Decompiler", "proycon", new ProcyonDecompiler()), PROCYON_DECOMPILER("Procyon Decompiler", "proycon", new ProcyonDecompiler()),
CFR_DECOMPILER("CFR Decompiler", "cfr", new CFRDecompiler()), CFR_DECOMPILER("CFR Decompiler", "cfr", new CFRDecompiler()),
FERNFLOWER_DECOMPILER("FernFlower Decompiler", "fernflower", new FernFlowerDecompiler()), FERNFLOWER_DECOMPILER("Vineflower Decompiler", "fernflower", new FernFlowerDecompiler()),
BYTECODE_DISASSEMBLER("Bytecode Disassembler", "bcvbd", new BytecodeDisassembler()), BYTECODE_DISASSEMBLER("Bytecode Disassembler", "bcvbd", new BytecodeDisassembler()),
HEXCODE_VIEWER("Hexcode Viewer", "bcvhex", null), HEXCODE_VIEWER("Hexcode Viewer", "bcvhex", null),
SMALI_DISASSEMBLER("Smali Disassembler", "smali", new SmaliDisassembler()), SMALI_DISASSEMBLER("Smali Disassembler", "smali", new SmaliDisassembler()),
@ -44,28 +44,28 @@ public enum Decompiler
ASMIFIER_DECOMPILER("ASMifier Generator", "asmifier", new ASMifierGenerator()), ASMIFIER_DECOMPILER("ASMifier Generator", "asmifier", new ASMifierGenerator()),
JAVAP_DISASSEMBLER("Javap Disassembler", "javap", new JavapDisassembler()), JAVAP_DISASSEMBLER("Javap Disassembler", "javap", new JavapDisassembler()),
; ;
private final String decompilerName; private final String decompilerName;
private final String decompilerNameProgrammic; private final String decompilerNameProgrammic;
private final InternalDecompiler decompiler; private final InternalDecompiler decompiler;
Decompiler(String decompilerName, String decompilerNameProgrammic, InternalDecompiler decompiler) Decompiler(String decompilerName, String decompilerNameProgrammic, InternalDecompiler decompiler)
{ {
this.decompilerName = decompilerName; this.decompilerName = decompilerName;
this.decompilerNameProgrammic = decompilerNameProgrammic; this.decompilerNameProgrammic = decompilerNameProgrammic;
this.decompiler = decompiler; this.decompiler = decompiler;
} }
public String getDecompilerName() public String getDecompilerName()
{ {
return decompilerName; return decompilerName;
} }
public String getDecompilerNameProgrammic() public String getDecompilerNameProgrammic()
{ {
return decompilerNameProgrammic; return decompilerNameProgrammic;
} }
public InternalDecompiler getDecompiler() public InternalDecompiler getDecompiler()
{ {
return decompiler; return decompiler;

View file

@ -166,7 +166,21 @@ public class FernFlowerDecompiler extends InternalDecompiler
"-rer=" + r(BytecodeViewer.viewer.rer.isSelected()), "-rer=" + r(BytecodeViewer.viewer.rer.isSelected()),
"-fdi=" + r(BytecodeViewer.viewer.fdi.isSelected()), "-fdi=" + r(BytecodeViewer.viewer.fdi.isSelected()),
"-asc=" + r(BytecodeViewer.viewer.asc.isSelected()), "-asc=" + r(BytecodeViewer.viewer.asc.isSelected()),
"-ren=" + r(BytecodeViewer.viewer.ren.isSelected()), className, "-ren=" + r(BytecodeViewer.viewer.ren.isSelected()),
"-lit=" + r(BytecodeViewer.viewer.lit.isSelected()),
"-inn=" + r(BytecodeViewer.viewer.inn.isSelected()),
"-lac=" + r(BytecodeViewer.viewer.lac.isSelected()),
"-bsm=" + r(BytecodeViewer.viewer.bsm.isSelected()),
"-iib=" + r(BytecodeViewer.viewer.iib.isSelected()),
"-vac=" + r(BytecodeViewer.viewer.vac.isSelected()),
"-tcs=" + r(BytecodeViewer.viewer.tcs.isSelected()),
"-pam=" + r(BytecodeViewer.viewer.pam.isSelected()),
"-tlf=" + r(BytecodeViewer.viewer.tlf.isSelected()),
"-tco=" + r(BytecodeViewer.viewer.tco.isSelected()),
"-isl=" + r(BytecodeViewer.viewer.isl.isSelected()),
"-jvn=" + r(BytecodeViewer.viewer.jvn.isSelected()),
"-jrt=" + r(BytecodeViewer.viewer.jrt.isSelected()),
className,
folder}; folder};
} }

View file

@ -116,7 +116,7 @@ public class MainViewerGUI extends JFrame
public final SearchBoxPane searchBoxPane = new SearchBoxPane(); public final SearchBoxPane searchBoxPane = new SearchBoxPane();
public JSplitPane splitPane1; public JSplitPane splitPane1;
public JSplitPane splitPane2; public JSplitPane splitPane2;
//the root menu bar //the root menu bar
public final JMenuBar rootMenu = new JMenuBar(); public final JMenuBar rootMenu = new JMenuBar();
@ -215,8 +215,8 @@ public class MainViewerGUI extends JFrame
public final JCheckBoxMenuItem printLineNumbers = new TranslatedJCheckBoxMenuItem("Print Line Numbers", TranslatedComponents.PRINT_LINE_NUMBERS); public final JCheckBoxMenuItem printLineNumbers = new TranslatedJCheckBoxMenuItem("Print Line Numbers", TranslatedComponents.PRINT_LINE_NUMBERS);
//FernFlower settings //FernFlower settings
public final JMenu fernFlowerSettingsSecondaryMenu = new TranslatedJMenu("FernFlower Settings", TranslatedComponents.FERNFLOWER_SETTINGS); public final JMenu fernFlowerSettingsSecondaryMenu = new TranslatedJMenu("Vineflower Settings", TranslatedComponents.FERNFLOWER_SETTINGS);
public final JMenuItem fernFlowerSettings = new TranslatedJMenuItem("FernFlower Settings", TranslatedComponents.FERNFLOWER_SETTINGS); public final JMenuItem fernFlowerSettings = new TranslatedJMenuItem("Vineflower Settings", TranslatedComponents.FERNFLOWER_SETTINGS);
public SettingsDialog fernFlowerSettingsDialog; public SettingsDialog fernFlowerSettingsDialog;
public TranslatedJCheckBoxMenuItem rbr = new TranslatedJCheckBoxMenuItem("Hide bridge methods", TranslatedComponents.HIDE_BRIDGE_METHODS); public TranslatedJCheckBoxMenuItem rbr = new TranslatedJCheckBoxMenuItem("Hide bridge methods", TranslatedComponents.HIDE_BRIDGE_METHODS);
public TranslatedJCheckBoxMenuItem rsy = new TranslatedJCheckBoxMenuItem("Hide synthetic class members", TranslatedComponents.HIDE_SYNTHETIC_CLASS_MEMBERS); public TranslatedJCheckBoxMenuItem rsy = new TranslatedJCheckBoxMenuItem("Hide synthetic class members", TranslatedComponents.HIDE_SYNTHETIC_CLASS_MEMBERS);
@ -237,6 +237,21 @@ public class MainViewerGUI extends JFrame
public TranslatedJCheckBoxMenuItem fdi = new TranslatedJCheckBoxMenuItem("Deinline finally structures", TranslatedComponents.DEINLINE_FINALLY_STRUCTURES); public TranslatedJCheckBoxMenuItem fdi = new TranslatedJCheckBoxMenuItem("Deinline finally structures", TranslatedComponents.DEINLINE_FINALLY_STRUCTURES);
public TranslatedJCheckBoxMenuItem asc = new TranslatedJCheckBoxMenuItem("Allow only ASCII characters in strings", TranslatedComponents.ALLOW_ONLY_ASCII_CHARACTERS_IN_STRINGS); public TranslatedJCheckBoxMenuItem asc = new TranslatedJCheckBoxMenuItem("Allow only ASCII characters in strings", TranslatedComponents.ALLOW_ONLY_ASCII_CHARACTERS_IN_STRINGS);
public TranslatedJCheckBoxMenuItem ren = new TranslatedJCheckBoxMenuItem("Rename ambiguous classes and class elements", TranslatedComponents.RENAME_AMBIGUOUS_CLASSES_AND_CLASS_ELEMENTS); public TranslatedJCheckBoxMenuItem ren = new TranslatedJCheckBoxMenuItem("Rename ambiguous classes and class elements", TranslatedComponents.RENAME_AMBIGUOUS_CLASSES_AND_CLASS_ELEMENTS);
//Vineflower settings
public JCheckBoxMenuItem lit = new JCheckBoxMenuItem("Output numeric literals as-is");
public JCheckBoxMenuItem inn = new JCheckBoxMenuItem("Remove IntelliJ IDEA-specific @NotNull inserted code");
public JCheckBoxMenuItem lac = new JCheckBoxMenuItem("Decompile lambda expressions to anonymous classes");
public JCheckBoxMenuItem bsm = new JCheckBoxMenuItem("Add mappings for source bytecode insns to decompiled lines");
public JCheckBoxMenuItem iib = new JCheckBoxMenuItem("Ignore invalid bytecode");
public JCheckBoxMenuItem vac = new JCheckBoxMenuItem("Verify anonymous classes");
public JCheckBoxMenuItem tcs = new JCheckBoxMenuItem("Simplify boolean constants in ternary operations");
public JCheckBoxMenuItem pam = new JCheckBoxMenuItem("Decompile pattern matching");
public JCheckBoxMenuItem tlf = new JCheckBoxMenuItem("Experimental try loop enhancements");
public JCheckBoxMenuItem tco = new JCheckBoxMenuItem("Allow ternaries in if and loop");
public JCheckBoxMenuItem isl = new JCheckBoxMenuItem("Inline simple lambdas");
public JCheckBoxMenuItem jvn = new JCheckBoxMenuItem("Use JAD variable naming");
public JCheckBoxMenuItem jrt = new JCheckBoxMenuItem("Add currently used Java runtime as library");
//Procyon //Procyon
public final JMenu procyonSettingsSecondaryMenu = new TranslatedJMenu("Procyon Settings", TranslatedComponents.PROCYON_SETTINGS); public final JMenu procyonSettingsSecondaryMenu = new TranslatedJMenu("Procyon Settings", TranslatedComponents.PROCYON_SETTINGS);
@ -325,7 +340,7 @@ public class MainViewerGUI extends JFrame
public MainViewerGUI() public MainViewerGUI()
{ {
setIconImages(IconResources.iconList); setIconImages(IconResources.iconList);
setSize(new Dimension(800, 488)); setSize(new Dimension(1280, 960));
setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE); setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
KeyboardFocusManager.getCurrentKeyboardFocusManager().addKeyEventDispatcher(new KeyEventDispatch()); KeyboardFocusManager.getCurrentKeyboardFocusManager().addKeyEventDispatcher(new KeyEventDispatch());
@ -351,9 +366,12 @@ public class MainViewerGUI extends JFrame
searchBoxPane.setPreferredSize(new Dimension(200, 50)); searchBoxPane.setPreferredSize(new Dimension(200, 50));
searchBoxPane.setMinimumSize(new Dimension(200, 50)); searchBoxPane.setMinimumSize(new Dimension(200, 50));
searchBoxPane.setMaximumSize(new Dimension(200, 2147483647)); searchBoxPane.setMaximumSize(new Dimension(200, 2147483647));
workPane.setPreferredSize(new Dimension(1500, 1000));
splitPane1 = new JSplitPane(JSplitPane.VERTICAL_SPLIT, resourcePane, searchBoxPane); splitPane1 = new JSplitPane(JSplitPane.VERTICAL_SPLIT, resourcePane, searchBoxPane);
splitPane2 = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, splitPane1, workPane); splitPane2 = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, splitPane1, workPane);
getContentPane().add(splitPane2); getContentPane().add(splitPane2);
splitPane2.setResizeWeight(0.05); splitPane2.setResizeWeight(0.05);
splitPane1.setResizeWeight(0.5); splitPane1.setResizeWeight(0.5);
@ -361,6 +379,7 @@ public class MainViewerGUI extends JFrame
uiComponents.add(resourcePane); uiComponents.add(resourcePane);
uiComponents.add(searchBoxPane); uiComponents.add(searchBoxPane);
uiComponents.add(workPane); uiComponents.add(workPane);
// uiComponents.add(hierarchy);
viewPane1.setDefault(); viewPane1.setDefault();
viewPane2.setDefault(); viewPane2.setDefault();
@ -652,6 +671,21 @@ public class MainViewerGUI extends JFrame
fernFlowerSettingsSecondaryMenu.add(udv); fernFlowerSettingsSecondaryMenu.add(udv);
fernFlowerSettingsSecondaryMenu.add(fdi); fernFlowerSettingsSecondaryMenu.add(fdi);
fernFlowerSettingsSecondaryMenu.add(asc); fernFlowerSettingsSecondaryMenu.add(asc);
fernFlowerSettingsSecondaryMenu.add(lit);
fernFlowerSettingsSecondaryMenu.add(inn);
fernFlowerSettingsSecondaryMenu.add(lac);
fernFlowerSettingsSecondaryMenu.add(bsm);
fernFlowerSettingsSecondaryMenu.add(iib);
fernFlowerSettingsSecondaryMenu.add(vac);
fernFlowerSettingsSecondaryMenu.add(tcs);
fernFlowerSettingsSecondaryMenu.add(pam);
fernFlowerSettingsSecondaryMenu.add(tlf);
fernFlowerSettingsSecondaryMenu.add(tco);
fernFlowerSettingsSecondaryMenu.add(isl);
fernFlowerSettingsSecondaryMenu.add(jvn);
fernFlowerSettingsSecondaryMenu.add(jrt);
fernFlowerSettingsDialog = new SettingsDialog(fernFlowerSettingsSecondaryMenu, new JPanel()); fernFlowerSettingsDialog = new SettingsDialog(fernFlowerSettingsSecondaryMenu, new JPanel());
fernFlowerSettings.addActionListener((e)-> fernFlowerSettingsDialog.showDialog()); fernFlowerSettings.addActionListener((e)-> fernFlowerSettingsDialog.showDialog());
@ -835,6 +869,20 @@ public class MainViewerGUI extends JFrame
rer.setSelected(true); rer.setSelected(true);
hes.setSelected(true); hes.setSelected(true);
hdc.setSelected(true); hdc.setSelected(true);
lit.setSelected(false);
inn.setSelected(true);
lac.setSelected(false);
bsm.setSelected(false);
iib.setSelected(false);
vac.setSelected(false);
tcs.setSelected(false);
pam.setSelected(false);
tlf.setSelected(false);
tco.setSelected(true);
isl.setSelected(true);
jvn.setSelected(false);
jrt.setSelected(false);
//CFIDE //CFIDE
debugHelpers.setSelected(true); debugHelpers.setSelected(true);

View file

@ -5,6 +5,7 @@ import java.awt.Color;
import java.awt.Font; import java.awt.Font;
import java.awt.event.InputEvent; import java.awt.event.InputEvent;
import java.awt.event.KeyEvent; import java.awt.event.KeyEvent;
import java.awt.event.MouseWheelEvent;
import java.awt.event.MouseWheelListener; import java.awt.event.MouseWheelListener;
import javax.swing.JButton; import javax.swing.JButton;
import javax.swing.JCheckBox; import javax.swing.JCheckBox;
@ -13,6 +14,7 @@ import javax.swing.JPanel;
import javax.swing.JTextField; import javax.swing.JTextField;
import javax.swing.SwingUtilities; import javax.swing.SwingUtilities;
import javax.swing.text.BadLocationException; import javax.swing.text.BadLocationException;
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea; import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
import org.fife.ui.rtextarea.RTextScrollPane; import org.fife.ui.rtextarea.RTextScrollPane;
import the.bytecode.club.bytecodeviewer.BytecodeViewer; import the.bytecode.club.bytecodeviewer.BytecodeViewer;
@ -50,9 +52,9 @@ import the.bytecode.club.bytecodeviewer.util.JTextAreaUtils;
* @author Konloch * @author Konloch
* @since 6/25/2021 * @since 6/25/2021
*/ */
public class SearchableRSyntaxTextArea extends RSyntaxTextArea public class SearchableRSyntaxTextArea extends RSyntaxTextArea {
{
private final RTextScrollPane scrollPane = new RTextScrollPane(this); private RTextScrollPane scrollPane = new RTextScrollPane(this);
private final JPanel searchPanel = new JPanel(new BorderLayout()); private final JPanel searchPanel = new JPanel(new BorderLayout());
private final JTextField searchInput = new JTextField(); private final JTextField searchInput = new JTextField();
private final JCheckBox caseSensitiveSearch = new TranslatedJCheckBox("Match case", TranslatedComponents.MATCH_CASE); private final JCheckBox caseSensitiveSearch = new TranslatedJCheckBox("Match case", TranslatedComponents.MATCH_CASE);
@ -62,30 +64,26 @@ public class SearchableRSyntaxTextArea extends RSyntaxTextArea
private final Color blackScrollBackground = new Color(0x232323); private final Color blackScrollBackground = new Color(0x232323);
private final Color blackScrollForeground = new Color(0x575859); private final Color blackScrollForeground = new Color(0x575859);
private Runnable onCtrlS; private Runnable onCtrlS;
public SearchableRSyntaxTextArea() public SearchableRSyntaxTextArea() {
{ if (Configuration.lafTheme == LAFTheme.HIGH_CONTRAST_DARK) {
if(Configuration.lafTheme == LAFTheme.HIGH_CONTRAST_DARK)
{
//this fixes the white border on the jScrollBar panes //this fixes the white border on the jScrollBar panes
scrollPane.getHorizontalScrollBar().setBackground(blackScrollBackground); scrollPane.getHorizontalScrollBar().setBackground(blackScrollBackground);
scrollPane.getHorizontalScrollBar().setForeground(blackScrollForeground); scrollPane.getHorizontalScrollBar().setForeground(blackScrollForeground);
scrollPane.getVerticalScrollBar().setBackground(blackScrollBackground); scrollPane.getVerticalScrollBar().setBackground(blackScrollBackground);
scrollPane.getVerticalScrollBar().setForeground(blackScrollForeground); scrollPane.getVerticalScrollBar().setForeground(blackScrollForeground);
} } else if (Configuration.lafTheme.isDark()) {
else if(Configuration.lafTheme.isDark())
{
//this fixes the white border on the jScrollBar panes //this fixes the white border on the jScrollBar panes
scrollPane.getHorizontalScrollBar().setBackground(darkScrollBackground); scrollPane.getHorizontalScrollBar().setBackground(darkScrollBackground);
scrollPane.getHorizontalScrollBar().setForeground(darkScrollForeground); scrollPane.getHorizontalScrollBar().setForeground(darkScrollForeground);
scrollPane.getVerticalScrollBar().setBackground(darkScrollBackground); scrollPane.getVerticalScrollBar().setBackground(darkScrollBackground);
scrollPane.getVerticalScrollBar().setForeground(darkScrollForeground); scrollPane.getVerticalScrollBar().setForeground(darkScrollForeground);
} }
setAntiAliasingEnabled(true); setAntiAliasingEnabled(true);
scrollPane.setColumnHeaderView(searchPanel); scrollPane.setColumnHeaderView(searchPanel);
JButton searchNext = new JButton(); JButton searchNext = new JButton();
JButton searchPrev = new JButton(); JButton searchPrev = new JButton();
JPanel buttonPane = new JPanel(new BorderLayout()); JPanel buttonPane = new JPanel(new BorderLayout());
@ -96,90 +94,84 @@ public class SearchableRSyntaxTextArea extends RSyntaxTextArea
searchPanel.add(buttonPane, BorderLayout.WEST); searchPanel.add(buttonPane, BorderLayout.WEST);
searchPanel.add(searchInput, BorderLayout.CENTER); searchPanel.add(searchInput, BorderLayout.CENTER);
searchPanel.add(caseSensitiveSearch, BorderLayout.EAST); searchPanel.add(caseSensitiveSearch, BorderLayout.EAST);
searchNext.addActionListener(arg0 -> search(searchInput.getText(), true, caseSensitiveSearch.isSelected())); searchNext.addActionListener(arg0 -> search(searchInput.getText(), true, caseSensitiveSearch.isSelected()));
searchPrev.addActionListener(arg0 -> search(searchInput.getText(), false, caseSensitiveSearch.isSelected())); searchPrev.addActionListener(arg0 -> search(searchInput.getText(), false, caseSensitiveSearch.isSelected()));
searchInput.addKeyListener(new ReleaseKeyListener(keyEvent -> searchInput.addKeyListener(new ReleaseKeyListener(keyEvent ->
{ {
if (keyEvent.getKeyCode() == KeyEvent.VK_ENTER) if (keyEvent.getKeyCode() == KeyEvent.VK_ENTER)
search(searchInput.getText(), true, caseSensitiveSearch.isSelected()); search(searchInput.getText(), true, caseSensitiveSearch.isSelected());
})); }));
addKeyListener(new PressKeyListener(keyEvent -> addKeyListener(new PressKeyListener(keyEvent ->
{ {
if ((keyEvent.getKeyCode() == KeyEvent.VK_F) && ((keyEvent.getModifiersEx() & KeyEvent.CTRL_DOWN_MASK) != 0)) if ((keyEvent.getKeyCode() == KeyEvent.VK_F) && ((keyEvent.getModifiersEx() & KeyEvent.CTRL_DOWN_MASK) != 0))
searchInput.requestFocus(); searchInput.requestFocus();
if (onCtrlS != null && (keyEvent.getKeyCode() == KeyEvent.VK_S) && ((keyEvent.getModifiersEx() & KeyEvent.CTRL_DOWN_MASK) != 0)) if (onCtrlS != null && (keyEvent.getKeyCode() == KeyEvent.VK_S) && ((keyEvent.getModifiersEx() & KeyEvent.CTRL_DOWN_MASK) != 0)) {
{
onCtrlS.run(); onCtrlS.run();
return; return;
} }
GlobalHotKeys.keyPressed(keyEvent); GlobalHotKeys.keyPressed(keyEvent);
})); }));
final Font newFont = getFont().deriveFont((float) BytecodeViewer.viewer.getFontSize()); final Font newFont = getFont().deriveFont((float) BytecodeViewer.viewer.getFontSize());
//set number-bar font //set number-bar font
setFont(newFont); setFont(newFont);
SwingUtilities.invokeLater(()-> { SwingUtilities.invokeLater(() -> {
//attach CTRL + Mouse Wheel Zoom //attach CTRL + Mouse Wheel Zoom
attachCtrlMouseWheelZoom(); attachCtrlMouseWheelZoom();
//set text font //set text font
setFont(newFont); setFont(newFont);
}); });
} }
public void search(String search, boolean forwardSearchDirection, boolean caseSensitiveSearch) public void search(String search, boolean forwardSearchDirection, boolean caseSensitiveSearch) {
{
JTextAreaUtils.search(this, search, forwardSearchDirection, caseSensitiveSearch); JTextAreaUtils.search(this, search, forwardSearchDirection, caseSensitiveSearch);
} }
public void highlight(String pattern, boolean caseSensitiveSearch) public void highlight(String pattern, boolean caseSensitiveSearch) {
{
JTextAreaUtils.highlight(this, pattern, caseSensitiveSearch); JTextAreaUtils.highlight(this, pattern, caseSensitiveSearch);
} }
public void attachCtrlMouseWheelZoom() public void attachCtrlMouseWheelZoom() {
{ scrollPane.addMouseWheelListener(e -> {
//get the existing scroll event if (getText().isEmpty()) return;
MouseWheelListener ogListener = scrollPane.getMouseWheelListeners().length > 0 ? if ((e.getModifiersEx() & InputEvent.CTRL_DOWN_MASK) != 0) {
scrollPane.getMouseWheelListeners()[0] : null;
//remove the existing event
if(ogListener != null)
scrollPane.removeMouseWheelListener(ogListener);
//add a new event
scrollPane.addMouseWheelListener(e ->
{
if (getText().isEmpty())
return;
if ((e.getModifiersEx() & InputEvent.CTRL_DOWN_MASK) != 0)
{
Font font = getFont(); Font font = getFont();
int size = font.getSize(); int size = font.getSize();
if (e.getWheelRotation() > 0)
if (e.getWheelRotation() > 0) //Up
setFont(new Font(font.getName(), font.getStyle(), --size >= 2 ? --size : 2)); setFont(new Font(font.getName(), font.getStyle(), --size >= 2 ? --size : 2));
else //Down else
setFont(new Font(font.getName(), font.getStyle(), ++size)); setFont(new Font(font.getName(), font.getStyle(), ++size));
e.consume(); e.consume();
} }
else if(ogListener != null)
{
ogListener.mouseWheelMoved(e);
}
}); });
scrollPane = new RTextScrollPane() {
@Override
protected void processMouseWheelEvent(MouseWheelEvent event) {
if (!isWheelScrollingEnabled()) {
if (getParent() != null) {
getParent().dispatchEvent(SwingUtilities.convertMouseEvent(this, event, getParent()));
return;
}
}
super.processMouseWheelEvent(event);
}
};
scrollPane.setWheelScrollingEnabled(false);
} }
public String getLineText(int line) { public String getLineText(int line) {
try { try {
if (line < getLineCount()) { if (line < getLineCount()) {
@ -187,42 +179,36 @@ public class SearchableRSyntaxTextArea extends RSyntaxTextArea
int end = getLineEndOffset(line); int end = getLineEndOffset(line);
return getText(start, end - start).trim(); return getText(start, end - start).trim();
} }
} catch (BadLocationException ignored) { } } catch (BadLocationException ignored) {
}
return ""; return "";
} }
public void setOnCtrlS(Runnable onCtrlS) public void setOnCtrlS(Runnable onCtrlS) {
{
this.onCtrlS = onCtrlS; this.onCtrlS = onCtrlS;
} }
public RTextScrollPane getScrollPane() public RTextScrollPane getScrollPane() {
{
return scrollPane; return scrollPane;
} }
public JPanel getSearchPanel() public JPanel getSearchPanel() {
{
return searchPanel; return searchPanel;
} }
public JTextField getSearchInput() public JTextField getSearchInput() {
{
return searchInput; return searchInput;
} }
public JCheckBox getCaseSensitiveSearch() public JCheckBox getCaseSensitiveSearch() {
{
return caseSensitiveSearch; return caseSensitiveSearch;
} }
public JLabel getTitleHeader() public JLabel getTitleHeader() {
{
return titleHeader; return titleHeader;
} }
public Runnable getOnCtrlS() public Runnable getOnCtrlS() {
{
return onCtrlS; return onCtrlS;
} }
} }

View file

@ -1,24 +1,16 @@
package the.bytecode.club.bytecodeviewer.gui.resourceviewer; package the.bytecode.club.bytecodeviewer.gui.resourceviewer;
import com.android.tools.r8.internal.Cl;
import com.github.weisj.darklaf.components.CloseButton; import com.github.weisj.darklaf.components.CloseButton;
import com.github.weisj.darklaf.listener.MouseClickListener;
import the.bytecode.club.bytecodeviewer.gui.components.listeners.MouseClickedListener; import the.bytecode.club.bytecodeviewer.gui.components.listeners.MouseClickedListener;
import the.bytecode.club.bytecodeviewer.translation.TranslatedStrings; import the.bytecode.club.bytecodeviewer.translation.TranslatedStrings;
import javax.swing.*; import javax.swing.*;
import java.awt.*; import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
public class CloseButtonComponent extends JPanel { public class CloseButtonComponent extends JPanel {
private final JTabbedPane pane; private final JTabbedPane pane;
String title = "";
public CloseButtonComponent(final JTabbedPane pane) { public CloseButtonComponent(final JTabbedPane pane) {
super(new FlowLayout(FlowLayout.LEFT, 0, 0)); super(new FlowLayout(FlowLayout.LEFT, 0, 0));
if (pane == null) { if (pane == null) {

View file

@ -53,19 +53,19 @@ public class DecompilerSelectionPane
private final DecompilerViewComponent CFR = new DecompilerViewComponent("CFR", JAVA, Decompiler.CFR_DECOMPILER); private final DecompilerViewComponent CFR = new DecompilerViewComponent("CFR", JAVA, Decompiler.CFR_DECOMPILER);
private final DecompilerViewComponent JADX = new DecompilerViewComponent("JADX", JAVA, Decompiler.JADX_DECOMPILER); private final DecompilerViewComponent JADX = new DecompilerViewComponent("JADX", JAVA, Decompiler.JADX_DECOMPILER);
private final DecompilerViewComponent JD = new DecompilerViewComponent("JD-GUI", JAVA, Decompiler.JD_DECOMPILER); private final DecompilerViewComponent JD = new DecompilerViewComponent("JD-GUI", JAVA, Decompiler.JD_DECOMPILER);
private final DecompilerViewComponent fern = new DecompilerViewComponent("FernFlower", JAVA, Decompiler.FERNFLOWER_DECOMPILER); private final DecompilerViewComponent fern = new DecompilerViewComponent("Vineflower", JAVA, Decompiler.FERNFLOWER_DECOMPILER);
private final DecompilerViewComponent krakatau = new DecompilerViewComponent( "Krakatau", JAVA_AND_BYTECODE, Decompiler.KRAKATAU_DECOMPILER, Decompiler.KRAKATAU_DISASSEMBLER); private final DecompilerViewComponent krakatau = new DecompilerViewComponent( "Krakatau", JAVA_AND_BYTECODE, Decompiler.KRAKATAU_DECOMPILER, Decompiler.KRAKATAU_DISASSEMBLER);
private final DecompilerViewComponent smali = new DecompilerViewComponent("Smali", BYTECODE, Decompiler.SMALI_DISASSEMBLER); private final DecompilerViewComponent smali = new DecompilerViewComponent("Smali", BYTECODE, Decompiler.SMALI_DISASSEMBLER);
private final DecompilerViewComponent bytecode = new DecompilerViewComponent("Bytecode", BYTECODE_NON_EDITABLE, Decompiler.BYTECODE_DISASSEMBLER); private final DecompilerViewComponent bytecode = new DecompilerViewComponent("Bytecode", BYTECODE_NON_EDITABLE, Decompiler.BYTECODE_DISASSEMBLER);
private final DecompilerViewComponent asmTextify = new DecompilerViewComponent("ASM Textify", BYTECODE_NON_EDITABLE, Decompiler.ASM_TEXTIFY_DISASSEMBLER); private final DecompilerViewComponent asmTextify = new DecompilerViewComponent("ASM Textify", BYTECODE_NON_EDITABLE, Decompiler.ASM_TEXTIFY_DISASSEMBLER);
private final DecompilerViewComponent asmifier = new DecompilerViewComponent("ASMifier", JAVA_NON_EDITABLE, Decompiler.ASMIFIER_DECOMPILER); private final DecompilerViewComponent asmifier = new DecompilerViewComponent("ASMifier", JAVA_NON_EDITABLE, Decompiler.ASMIFIER_DECOMPILER);
private final DecompilerViewComponent javap = new DecompilerViewComponent("Javap", BYTECODE_NON_EDITABLE, Decompiler.JAVAP_DISASSEMBLER); private final DecompilerViewComponent javap = new DecompilerViewComponent("Javap", BYTECODE_NON_EDITABLE, Decompiler.JAVAP_DISASSEMBLER);
//TODO when adding new decompilers insert the DecompilerViewComponent object into here //TODO when adding new decompilers insert the DecompilerViewComponent object into here
// also in the group, then finally the build menu // also in the group, then finally the build menu
public List<DecompilerViewComponent> components = new ArrayList<>(Arrays.asList( public List<DecompilerViewComponent> components = new ArrayList<>(Arrays.asList(
procyon, CFR, JADX, JD, fern, krakatau, smali, bytecode, asmTextify, asmifier, javap)); procyon, CFR, JADX, JD, fern, krakatau, smali, bytecode, asmTextify, asmifier, javap));
public DecompilerSelectionPane(int paneID) public DecompilerSelectionPane(int paneID)
{ {
this.paneID = paneID; this.paneID = paneID;
@ -75,10 +75,10 @@ public class DecompilerSelectionPane
this.menu = new TranslatedJMenu("Pane " + 2, TranslatedComponents.PANE_2); this.menu = new TranslatedJMenu("Pane " + 2, TranslatedComponents.PANE_2);
else else
this.menu = new TranslatedJMenu("Pane " + paneID, TranslatedComponents.PANE_3); this.menu = new TranslatedJMenu("Pane " + paneID, TranslatedComponents.PANE_3);
buildMenu(); buildMenu();
} }
/** /**
* Sets the default decompilers for each pane * Sets the default decompilers for each pane
*/ */
@ -97,7 +97,7 @@ public class DecompilerSelectionPane
break; break;
} }
} }
/** /**
* Builds the Decompiler View menu * Builds the Decompiler View menu
*/ */
@ -107,7 +107,7 @@ public class DecompilerSelectionPane
group.add(none); group.add(none);
group.add(hexcode); group.add(hexcode);
components.forEach(decompilerViewComponent -> decompilerViewComponent.addToGroup(group)); components.forEach(decompilerViewComponent -> decompilerViewComponent.addToGroup(group));
//build the action commands //build the action commands
none.setActionCommand(Decompiler.NONE.name()); none.setActionCommand(Decompiler.NONE.name());
hexcode.setActionCommand(Decompiler.HEXCODE_VIEWER.name()); hexcode.setActionCommand(Decompiler.HEXCODE_VIEWER.name());
@ -116,7 +116,7 @@ public class DecompilerSelectionPane
for(Decompiler decompiler : component.getDecompilers()) for(Decompiler decompiler : component.getDecompilers())
{ {
String cmd = decompiler.name(); String cmd = decompiler.name();
//TODO this is pretty janky and will break if a decompiler doesn't end with _DECOMPILER suffix //TODO this is pretty janky and will break if a decompiler doesn't end with _DECOMPILER suffix
if(cmd.endsWith("DECOMPILER")) if(cmd.endsWith("DECOMPILER"))
component.getJava().setActionCommand(cmd); component.getJava().setActionCommand(cmd);
@ -124,7 +124,7 @@ public class DecompilerSelectionPane
component.getBytecode().setActionCommand(cmd); component.getBytecode().setActionCommand(cmd);
} }
} }
//auto-save on decompiler change //auto-save on decompiler change
Enumeration<AbstractButton> it = group.getElements(); Enumeration<AbstractButton> it = group.getElements();
while(it.hasMoreElements()) while(it.hasMoreElements())
@ -134,11 +134,11 @@ public class DecompilerSelectionPane
{ {
if(Configuration.bootState != BootState.GUI_SHOWING) if(Configuration.bootState != BootState.GUI_SHOWING)
return; return;
SettingsSerializer.saveSettingsAsync(); SettingsSerializer.saveSettingsAsync();
}); });
} }
//build the menu //build the menu
menu.add(none); menu.add(none);
menu.add(new JSeparator()); menu.add(new JSeparator());
@ -161,12 +161,12 @@ public class DecompilerSelectionPane
menu.add(new JSeparator()); menu.add(new JSeparator());
menu.add(hexcode); menu.add(hexcode);
} }
public Decompiler getSelectedDecompiler() public Decompiler getSelectedDecompiler()
{ {
return Decompiler.valueOf(group.getSelection().getActionCommand()); return Decompiler.valueOf(group.getSelection().getActionCommand());
} }
public void setSelectedDecompiler(Decompiler decompiler) public void setSelectedDecompiler(Decompiler decompiler)
{ {
Enumeration<AbstractButton> it = group.getElements(); Enumeration<AbstractButton> it = group.getElements();
@ -180,23 +180,23 @@ public class DecompilerSelectionPane
} }
} }
} }
public boolean isPaneEditable() public boolean isPaneEditable()
{ {
String cmd = group.getSelection().getActionCommand(); String cmd = group.getSelection().getActionCommand();
for(DecompilerViewComponent component : components) for(DecompilerViewComponent component : components)
for (Decompiler decompiler : component.getDecompilers()) for (Decompiler decompiler : component.getDecompilers())
if(decompiler.name().equalsIgnoreCase(cmd)) if(decompiler.name().equalsIgnoreCase(cmd))
return component.getEditable().isSelected(); return component.getEditable().isSelected();
return false; return false;
} }
public void setPaneEditable(boolean value) public void setPaneEditable(boolean value)
{ {
String cmd = group.getSelection().getActionCommand(); String cmd = group.getSelection().getActionCommand();
for(DecompilerViewComponent component : components) for(DecompilerViewComponent component : components)
for (Decompiler decompiler : component.getDecompilers()) for (Decompiler decompiler : component.getDecompilers())
if(decompiler.name().equalsIgnoreCase(cmd)) if(decompiler.name().equalsIgnoreCase(cmd))
@ -205,7 +205,7 @@ public class DecompilerSelectionPane
return; return;
} }
} }
public JMenu getMenu() public JMenu getMenu()
{ {
return menu; return menu;

View file

@ -1,5 +1,6 @@
package the.bytecode.club.bytecodeviewer.gui.resourceviewer; package the.bytecode.club.bytecodeviewer.gui.resourceviewer;
import com.github.weisj.darklaf.ui.tabbedpane.DarkTabbedPaneUI;
import the.bytecode.club.bytecodeviewer.BytecodeViewer; import the.bytecode.club.bytecodeviewer.BytecodeViewer;
import javax.swing.*; import javax.swing.*;
@ -16,106 +17,75 @@ public class DraggableTabbedPane extends JTabbedPane {
private static final int LINEWIDTH = 3; private static final int LINEWIDTH = 3;
private static final String NAME = "TabTransferData"; private static final String NAME = "TabTransferData";
private final DataFlavor FLAVOR = new DataFlavor(DataFlavor.javaJVMLocalObjectMimeType, NAME); private final DataFlavor FLAVOR = new DataFlavor(DataFlavor.javaJVMLocalObjectMimeType, NAME);
private static GhostGlassPane s_glassPane = new GhostGlassPane(); private static final GhostGlassPane s_glassPane = new GhostGlassPane();
private boolean m_isDrawRect = false; private boolean m_isDrawRect = false;
private final Rectangle2D m_lineRect = new Rectangle2D.Double(); private final Rectangle2D m_lineRect = new Rectangle2D.Double();
private final Color m_lineColor = new Color(0, 100, 255); private final Color m_lineColor = new Color(0, 100, 255);
private TabAcceptor m_acceptor = null; private TabAcceptor m_acceptor;
public DraggableTabbedPane() { public DraggableTabbedPane() {
super(SwingConstants.TOP, SCROLL_TAB_LAYOUT); super(SwingConstants.TOP, SCROLL_TAB_LAYOUT);
this.putClientProperty(DarkTabbedPaneUI.KEY_DND, true);
final DragSourceListener dsl = new DragSourceListener() { /*if (!Configuration.showDarkLAFComponentIcons) {
public void dragEnter(DragSourceDragEvent e) { final DragSourceListener dsl = new DragSourceListener() {
e.getDragSourceContext().setCursor(DragSource.DefaultMoveDrop); public void dragEnter(DragSourceDragEvent e) {
} e.getDragSourceContext().setCursor(DragSource.DefaultMoveDrop);
public void dragExit(DragSourceEvent e) {
e.getDragSourceContext().setCursor(DragSource.DefaultMoveNoDrop);
m_lineRect.setRect(0, 0, 0, 0);
m_isDrawRect = false;
s_glassPane.setPoint(new Point(-1000, -1000));
s_glassPane.repaint();
}
public void dragOver(DragSourceDragEvent e) {
//e.getLocation()
//This method returns a Point indicating the cursor location in screen coordinates at the moment
TabTransferData data = getTabTransferData(e);
if (data == null) {
e.getDragSourceContext().setCursor(
DragSource.DefaultMoveNoDrop);
return;
} // if
/*
Point tabPt = e.getLocation();
SwingUtilities.convertPointFromScreen(tabPt, DnDTabbedPane.this);
if (DnDTabbedPane.this.contains(tabPt)) {
int targetIdx = getTargetTabIndex(tabPt);
int sourceIndex = data.getTabIndex();
if (getTabAreaBound().contains(tabPt)
&& (targetIdx >= 0)
&& (targetIdx != sourceIndex)
&& (targetIdx != sourceIndex + 1)) {
e.getDragSourceContext().setCursor(
DragSource.DefaultMoveDrop);
return;
} // if
e.getDragSourceContext().setCursor(
DragSource.DefaultMoveNoDrop);
return;
} // if
*/
e.getDragSourceContext().setCursor(
DragSource.DefaultMoveDrop);
}
public void dragDropEnd(DragSourceDropEvent e) {
m_isDrawRect = false;
m_lineRect.setRect(0, 0, 0, 0);
// m_dragTabIndex = -1;
if (hasGhost()) {
s_glassPane.setVisible(false);
s_glassPane.setImage(null);
} }
}
public void dropActionChanged(DragSourceDragEvent e) { public void dragExit(DragSourceEvent e) {
} e.getDragSourceContext().setCursor(DragSource.DefaultMoveNoDrop);
}; m_lineRect.setRect(0, 0, 0, 0);
m_isDrawRect = false;
s_glassPane.setPoint(new Point(-1000, -1000));
s_glassPane.repaint();
}
final DragGestureListener dgl = e -> { public void dragOver(DragSourceDragEvent e) {
// System.out.println("dragGestureRecognized"); TabTransferData data = getTabTransferData(e);
if (data == null) {
e.getDragSourceContext().setCursor(
DragSource.DefaultMoveNoDrop);
return;
}
Point tabPt = e.getDragOrigin(); e.getDragSourceContext().setCursor(DragSource.DefaultMoveDrop);
int dragTabIndex = indexAtLocation(tabPt.x, tabPt.y); }
if (dragTabIndex < 0) {
return;
} // if
initGlassPane(e.getComponent(), e.getDragOrigin(), dragTabIndex); public void dragDropEnd(DragSourceDropEvent e) {
try { m_isDrawRect = false;
e.startDrag(DragSource.DefaultMoveDrop, m_lineRect.setRect(0, 0, 0, 0);
new TabTransferable(DraggableTabbedPane.this, dragTabIndex), dsl); if (hasGhost()) {
} catch (InvalidDnDOperationException idoe) { s_glassPane.setVisible(false);
idoe.printStackTrace(); s_glassPane.setImage(null);
} }
}; }
//dropTarget = public void dropActionChanged(DragSourceDragEvent e) {
new DropTarget(this, DnDConstants.ACTION_COPY_OR_MOVE, }
new CDropTargetListener(), true); };
new DragSource().createDefaultDragGestureRecognizer(this,
DnDConstants.ACTION_COPY_OR_MOVE, dgl); final DragGestureListener dgl = e -> {
m_acceptor = (a_component, a_index) -> true; Point tabPt = e.getDragOrigin();
int dragTabIndex = indexAtLocation(tabPt.x, tabPt.y);
if (dragTabIndex < 0) {
return;
}
initGlassPane(e.getComponent(), e.getDragOrigin(), dragTabIndex);
try {
e.startDrag(DragSource.DefaultMoveDrop, new TabTransferable(DraggableTabbedPane.this, dragTabIndex), dsl);
} catch (InvalidDnDOperationException idoe) {
idoe.printStackTrace();
}
};
new DropTarget(this, DnDConstants.ACTION_COPY_OR_MOVE, new CDropTargetListener(), true);
new DragSource().createDefaultDragGestureRecognizer(this, DnDConstants.ACTION_COPY_OR_MOVE, dgl);
m_acceptor = (a_component, a_index) -> true;
}*/
} }
public TabAcceptor getAcceptor() { public TabAcceptor getAcceptor() {
@ -131,7 +101,7 @@ public class DraggableTabbedPane extends JTabbedPane {
if (!t.isDataFlavorSupported(FLAVOR)) return null; if (!t.isDataFlavorSupported(FLAVOR)) return null;
try { try {
return (TabTransferData) t.getTransferData(FLAVOR); return (TabTransferData) a_event.getTransferable().getTransferData(FLAVOR);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
@ -144,7 +114,7 @@ public class DraggableTabbedPane extends JTabbedPane {
if (!t.isDataFlavorSupported(FLAVOR)) return null; if (!t.isDataFlavorSupported(FLAVOR)) return null;
try { try {
return (TabTransferData) t.getTransferData(FLAVOR); return (TabTransferData) a_event.getTransferable().getTransferData(FLAVOR);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
@ -157,7 +127,7 @@ public class DraggableTabbedPane extends JTabbedPane {
if (!t.isDataFlavorSupported(FLAVOR)) return null; if (!t.isDataFlavorSupported(FLAVOR)) return null;
try { try {
return (TabTransferData) t.getTransferData(FLAVOR); return (TabTransferData) a_event.getDragSourceContext().getTransferable().getTransferData(FLAVOR);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
@ -175,7 +145,6 @@ public class DraggableTabbedPane extends JTabbedPane {
public Object getTransferData(DataFlavor flavor) { public Object getTransferData(DataFlavor flavor) {
return m_data; return m_data;
// return DnDTabbedPane.this;
} }
public DataFlavor[] getTransferDataFlavors() { public DataFlavor[] getTransferDataFlavors() {
@ -246,27 +215,23 @@ public class DraggableTabbedPane extends JTabbedPane {
retval.y -= s_glassPane.getGhostHeight() / 2; retval.y -= s_glassPane.getGhostHeight() / 2;
} }
break; break;
} // switch }
retval = SwingUtilities.convertPoint(DraggableTabbedPane.this, retval = SwingUtilities.convertPoint(DraggableTabbedPane.this, retval, s_glassPane);
retval, s_glassPane);
return retval; return retval;
} }
class CDropTargetListener implements DropTargetListener { class CDropTargetListener implements DropTargetListener {
public void dragEnter(DropTargetDragEvent e) { public void dragEnter(DropTargetDragEvent e) {
// System.out.println("DropTarget.dragEnter: " + DnDTabbedPane.this);
if (isDragAcceptable(e)) { if (isDragAcceptable(e)) {
e.acceptDrag(e.getDropAction()); e.acceptDrag(e.getDropAction());
} else { } else {
e.rejectDrag(); e.rejectDrag();
} // if }
} }
public void dragExit(DropTargetEvent e) { public void dragExit(DropTargetEvent e) {
// System.out.println("DropTarget.dragExit: " + DnDTabbedPane.this);
m_isDrawRect = false; m_isDrawRect = false;
} }
@ -282,7 +247,7 @@ public class DraggableTabbedPane extends JTabbedPane {
initTargetLeftRightLine(getTargetTabIndex(e.getLocation()), data); initTargetLeftRightLine(getTargetTabIndex(e.getLocation()), data);
} else { } else {
initTargetTopBottomLine(getTargetTabIndex(e.getLocation()), data); initTargetTopBottomLine(getTargetTabIndex(e.getLocation()), data);
} // if-else }
repaint(); repaint();
if (hasGhost()) { if (hasGhost()) {
@ -292,14 +257,12 @@ public class DraggableTabbedPane extends JTabbedPane {
} }
public void drop(DropTargetDropEvent a_event) { public void drop(DropTargetDropEvent a_event) {
// System.out.println("DropTarget.drop: " + DnDTabbedPane.this);
if (isDropAcceptable(a_event)) { if (isDropAcceptable(a_event)) {
convertTab(getTabTransferData(a_event), getTargetTabIndex(a_event.getLocation())); convertTab(getTabTransferData(a_event), getTargetTabIndex(a_event.getLocation()));
a_event.dropComplete(true); a_event.dropComplete(true);
} else { } else {
a_event.dropComplete(false); a_event.dropComplete(false);
} // if-else }
m_isDrawRect = false; m_isDrawRect = false;
repaint(); repaint();
@ -311,12 +274,12 @@ public class DraggableTabbedPane extends JTabbedPane {
Transferable t = e.getTransferable(); Transferable t = e.getTransferable();
if (t == null) { if (t == null) {
return false; return false;
} // if }
DataFlavor[] flavor = e.getCurrentDataFlavors(); DataFlavor[] flavor = e.getCurrentDataFlavors();
if (!t.isDataFlavorSupported(flavor[0])) { if (!t.isDataFlavorSupported(flavor[0])) {
return false; return false;
} // if }
TabTransferData data = getTabTransferData(e); TabTransferData data = getTabTransferData(e);
if (data == null) return false; if (data == null) return false;
@ -324,13 +287,13 @@ public class DraggableTabbedPane extends JTabbedPane {
if (DraggableTabbedPane.this == data.getTabbedPane() if (DraggableTabbedPane.this == data.getTabbedPane()
&& data.getTabIndex() >= 0) { && data.getTabIndex() >= 0) {
return true; return true;
} // if }
if (DraggableTabbedPane.this != data.getTabbedPane()) { if (DraggableTabbedPane.this != data.getTabbedPane()) {
if (m_acceptor != null) { if (m_acceptor != null) {
return m_acceptor.isDropAcceptable(data.getTabbedPane(), data.getTabIndex()); return m_acceptor.isDropAcceptable(data.getTabbedPane(), data.getTabIndex());
} // if }
} // if }
return false; return false;
} }
@ -339,12 +302,12 @@ public class DraggableTabbedPane extends JTabbedPane {
Transferable t = e.getTransferable(); Transferable t = e.getTransferable();
if (t == null) { if (t == null) {
return false; return false;
} // if }
DataFlavor[] flavor = e.getCurrentDataFlavors(); DataFlavor[] flavor = e.getCurrentDataFlavors();
if (!t.isDataFlavorSupported(flavor[0])) { if (!t.isDataFlavorSupported(flavor[0])) {
return false; return false;
} // if }
TabTransferData data = getTabTransferData(e); TabTransferData data = getTabTransferData(e);
if (data == null) return false; if (data == null) return false;
@ -352,13 +315,13 @@ public class DraggableTabbedPane extends JTabbedPane {
if (DraggableTabbedPane.this == data.getTabbedPane() if (DraggableTabbedPane.this == data.getTabbedPane()
&& data.getTabIndex() >= 0) { && data.getTabIndex() >= 0) {
return true; return true;
} // if }
if (DraggableTabbedPane.this != data.getTabbedPane()) { if (DraggableTabbedPane.this != data.getTabbedPane()) {
if (m_acceptor != null) { if (m_acceptor != null) {
return m_acceptor.isDropAcceptable(data.getTabbedPane(), data.getTabIndex()); return m_acceptor.isDropAcceptable(data.getTabbedPane(), data.getTabIndex());
} // if }
} // if }
return false; return false;
} }
@ -387,20 +350,20 @@ public class DraggableTabbedPane extends JTabbedPane {
// if the pane is empty, the target index is always zero. // if the pane is empty, the target index is always zero.
if (getTabCount() == 0) { if (getTabCount() == 0) {
return 0; return 0;
} // if }
for (int i = 0; i < getTabCount(); i++) { for (int i = 0; i < getTabCount(); i++) {
Rectangle r = getBoundsAt(i); Rectangle r = getBoundsAt(i);
if (isTopOrBottom) { if (isTopOrBottom) {
r.setRect(r.x - r.width / 2, r.y, r.width, r.height); r.setRect(r.x - r.width / 2D, r.y, r.width, r.height);
} else { } else {
r.setRect(r.x, r.y - r.height / 2, r.width, r.height); r.setRect(r.x, r.y - r.height / 2D, r.width, r.height);
} // if-else }
if (r.contains(a_point)) { if (r.contains(a_point)) {
return i; return i;
} // if }
} // for }
Rectangle r = getBoundsAt(getTabCount() - 1); Rectangle r = getBoundsAt(getTabCount() - 1);
if (isTopOrBottom) { if (isTopOrBottom) {
@ -409,18 +372,19 @@ public class DraggableTabbedPane extends JTabbedPane {
} else { } else {
int y = r.y + r.height / 2; int y = r.y + r.height / 2;
r.setRect(r.x, y, r.width, getHeight() - y); r.setRect(r.x, y, r.width, getHeight() - y);
} // if-else }
return r.contains(a_point) ? getTabCount() : -1; return r.contains(a_point) ? getTabCount() : -1;
} }
private void convertTab(TabTransferData a_data, int a_targetIndex) { private void convertTab(TabTransferData a_data, int a_targetIndex) {
if (a_data == null) return; if (a_data == null) return;
DraggableTabbedPane source = a_data.getTabbedPane(); DraggableTabbedPane source = a_data.getTabbedPane();
int sourceIndex = a_data.getTabIndex(); int sourceIndex = a_data.getTabIndex();
if (sourceIndex < 0) { if (sourceIndex < 0) {
return; return;
} // if }
Component cmp = source.getComponentAt(sourceIndex); Component cmp = source.getComponentAt(sourceIndex);
String str = source.getTitleAt(sourceIndex); String str = source.getTitleAt(sourceIndex);
@ -432,34 +396,28 @@ public class DraggableTabbedPane extends JTabbedPane {
} else { } else {
if (a_targetIndex < 0) { if (a_targetIndex < 0) {
a_targetIndex = 0; a_targetIndex = 0;
} // if }
insertTab(str, null, cmp, null, a_targetIndex); insertTab(str, null, cmp, null, a_targetIndex);
}
} // if
setSelectedComponent(cmp); setSelectedComponent(cmp);
// System.out.println("press="+sourceIndex+" next="+a_targetIndex);
return; return;
} // if }
if (a_targetIndex < 0 || sourceIndex == a_targetIndex) { if (a_targetIndex < 0 || sourceIndex == a_targetIndex) {
//System.out.println("press="+prev+" next="+next);
return; return;
} // if }
if (a_targetIndex == getTabCount()) { if (a_targetIndex == getTabCount()) {
//System.out.println("last: press="+prev+" next="+next);
source.remove(sourceIndex); source.remove(sourceIndex);
addTab(str, cmp); addTab(str, cmp);
setSelectedIndex(getTabCount() - 1); setSelectedIndex(getTabCount() - 1);
} else if (sourceIndex > a_targetIndex) { } else if (sourceIndex > a_targetIndex) {
//System.out.println(" >: press="+prev+" next="+next);
source.remove(sourceIndex); source.remove(sourceIndex);
insertTab(str, null, cmp, null, a_targetIndex); insertTab(str, null, cmp, null, a_targetIndex);
setSelectedIndex(a_targetIndex); setSelectedIndex(a_targetIndex);
} else { } else {
//System.out.println(" <: press="+prev+" next="+next);
source.remove(sourceIndex); source.remove(sourceIndex);
insertTab(str, null, cmp, null, a_targetIndex - 1); insertTab(str, null, cmp, null, a_targetIndex - 1);
setSelectedIndex(a_targetIndex - 1); setSelectedIndex(a_targetIndex - 1);
@ -471,31 +429,27 @@ public class DraggableTabbedPane extends JTabbedPane {
m_lineRect.setRect(0, 0, 0, 0); m_lineRect.setRect(0, 0, 0, 0);
m_isDrawRect = false; m_isDrawRect = false;
return; return;
} // if }
if (a_data == null) return;
if ((a_data.getTabbedPane() == this) if (a_data == null) return;
&& (a_data.getTabIndex() == next
|| next - a_data.getTabIndex() == 1)) { if ((a_data.getTabbedPane() == this) && (a_data.getTabIndex() == next || next - a_data.getTabIndex() == 1)) {
m_lineRect.setRect(0, 0, 0, 0); m_lineRect.setRect(0, 0, 0, 0);
m_isDrawRect = false; m_isDrawRect = false;
} else if (getTabCount() == 0) { } else if (getTabCount() == 0) {
m_lineRect.setRect(0, 0, 0, 0); m_lineRect.setRect(0, 0, 0, 0);
m_isDrawRect = false; m_isDrawRect = false;
return;
} else if (next == 0) { } else if (next == 0) {
Rectangle rect = getBoundsAt(0); Rectangle rect = getBoundsAt(0);
m_lineRect.setRect(-LINEWIDTH / 2, rect.y, LINEWIDTH, rect.height); m_lineRect.setRect(-LINEWIDTH / 2D, rect.y, LINEWIDTH, rect.height);
m_isDrawRect = true; m_isDrawRect = true;
} else if (next == getTabCount()) { } else if (next == getTabCount()) {
Rectangle rect = getBoundsAt(getTabCount() - 1); Rectangle rect = getBoundsAt(getTabCount() - 1);
m_lineRect.setRect(rect.x + rect.width - LINEWIDTH / 2, rect.y, m_lineRect.setRect(rect.x + rect.width - LINEWIDTH / 2D, rect.y, LINEWIDTH, rect.height);
LINEWIDTH, rect.height);
m_isDrawRect = true; m_isDrawRect = true;
} else { } else {
Rectangle rect = getBoundsAt(next - 1); Rectangle rect = getBoundsAt(next - 1);
m_lineRect.setRect(rect.x + rect.width - LINEWIDTH / 2, rect.y, m_lineRect.setRect(rect.x + rect.width - LINEWIDTH / 2D, rect.y, LINEWIDTH, rect.height);
LINEWIDTH, rect.height);
m_isDrawRect = true; m_isDrawRect = true;
} }
} }
@ -505,12 +459,11 @@ public class DraggableTabbedPane extends JTabbedPane {
m_lineRect.setRect(0, 0, 0, 0); m_lineRect.setRect(0, 0, 0, 0);
m_isDrawRect = false; m_isDrawRect = false;
return; return;
} // if }
if (a_data == null) return; if (a_data == null) return;
if ((a_data.getTabbedPane() == this) if ((a_data.getTabbedPane() == this) && (a_data.getTabIndex() == next || next - a_data.getTabIndex() == 1)) {
&& (a_data.getTabIndex() == next
|| next - a_data.getTabIndex() == 1)) {
m_lineRect.setRect(0, 0, 0, 0); m_lineRect.setRect(0, 0, 0, 0);
m_isDrawRect = false; m_isDrawRect = false;
} else if (getTabCount() == 0) { } else if (getTabCount() == 0) {
@ -519,33 +472,29 @@ public class DraggableTabbedPane extends JTabbedPane {
return; return;
} else if (next == getTabCount()) { } else if (next == getTabCount()) {
Rectangle rect = getBoundsAt(getTabCount() - 1); Rectangle rect = getBoundsAt(getTabCount() - 1);
m_lineRect.setRect(rect.x, rect.y + rect.height - LINEWIDTH / 2, m_lineRect.setRect(rect.x, rect.y + rect.height - LINEWIDTH / 2D, rect.width, LINEWIDTH);
rect.width, LINEWIDTH);
m_isDrawRect = true; m_isDrawRect = true;
} else if (next == 0) { } else if (next == 0) {
Rectangle rect = getBoundsAt(0); Rectangle rect = getBoundsAt(0);
m_lineRect.setRect(rect.x, -LINEWIDTH / 2, rect.width, LINEWIDTH); m_lineRect.setRect(rect.x, -LINEWIDTH / 2D, rect.width, LINEWIDTH);
m_isDrawRect = true; m_isDrawRect = true;
} else { } else {
Rectangle rect = getBoundsAt(next - 1); Rectangle rect = getBoundsAt(next - 1);
m_lineRect.setRect(rect.x, rect.y + rect.height - LINEWIDTH / 2, m_lineRect.setRect(rect.x, rect.y + rect.height - LINEWIDTH / 2D, rect.width, LINEWIDTH);
rect.width, LINEWIDTH);
m_isDrawRect = true; m_isDrawRect = true;
} }
} }
private void initGlassPane(Component c, Point tabPt, int a_tabIndex) { private void initGlassPane(Component c, Point tabPt, int a_tabIndex) {
//Point p = (Point) pt.clone();
getRootPane().setGlassPane(s_glassPane); getRootPane().setGlassPane(s_glassPane);
if (hasGhost()) { if (hasGhost()) {
Rectangle rect = getBoundsAt(a_tabIndex); Rectangle rect = getBoundsAt(a_tabIndex);
BufferedImage image = new BufferedImage(c.getWidth(), BufferedImage image = new BufferedImage(c.getWidth(), c.getHeight(), BufferedImage.TYPE_INT_ARGB);
c.getHeight(), BufferedImage.TYPE_INT_ARGB);
Graphics g = image.getGraphics(); Graphics g = image.getGraphics();
c.paint(g); c.paint(g);
image = image.getSubimage(rect.x, rect.y, rect.width, rect.height); image = image.getSubimage(rect.x, rect.y, rect.width, rect.height);
s_glassPane.setImage(image); s_glassPane.setImage(image);
} // if }
s_glassPane.setPoint(buildGhostLocation(tabPt)); s_glassPane.setPoint(buildGhostLocation(tabPt));
s_glassPane.setVisible(true); s_glassPane.setVisible(true);
@ -563,7 +512,7 @@ public class DraggableTabbedPane extends JTabbedPane {
Graphics2D g2 = (Graphics2D) g; Graphics2D g2 = (Graphics2D) g;
g2.setPaint(m_lineColor); g2.setPaint(m_lineColor);
g2.fill(m_lineRect); g2.fill(m_lineRect);
} // if }
} }
public interface TabAcceptor { public interface TabAcceptor {
@ -577,7 +526,7 @@ class GhostGlassPane extends JPanel {
public static final long serialVersionUID = 1L; public static final long serialVersionUID = 1L;
private final AlphaComposite m_composite; private final AlphaComposite m_composite;
private Point m_location = new Point(0, 0); private final Point m_location = new Point(0, 0);
private BufferedImage m_draggingGhost = null; private BufferedImage m_draggingGhost = null;
@ -598,7 +547,7 @@ class GhostGlassPane extends JPanel {
public int getGhostWidth() { public int getGhostWidth() {
if (m_draggingGhost == null) { if (m_draggingGhost == null) {
return 0; return 0;
} // if }
return m_draggingGhost.getWidth(this); return m_draggingGhost.getWidth(this);
} }
@ -606,7 +555,7 @@ class GhostGlassPane extends JPanel {
public int getGhostHeight() { public int getGhostHeight() {
if (m_draggingGhost == null) { if (m_draggingGhost == null) {
return 0; return 0;
} // if }
return m_draggingGhost.getHeight(this); return m_draggingGhost.getHeight(this);
} }
@ -614,7 +563,7 @@ class GhostGlassPane extends JPanel {
public void paintComponent(Graphics g) { public void paintComponent(Graphics g) {
if (m_draggingGhost == null) { if (m_draggingGhost == null) {
return; return;
} // if }
Graphics2D g2 = (Graphics2D) g; Graphics2D g2 = (Graphics2D) g;
g2.setComposite(m_composite); g2.setComposite(m_composite);

View file

@ -1,22 +1,13 @@
package the.bytecode.club.bytecodeviewer.gui.resourceviewer; package the.bytecode.club.bytecodeviewer.gui.resourceviewer;
import java.awt.Color;
import java.awt.Component;
import java.awt.FlowLayout;
import java.awt.Rectangle;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import javax.swing.*;
import com.github.weisj.darklaf.components.CloseButton;
import the.bytecode.club.bytecodeviewer.BytecodeViewer;
import the.bytecode.club.bytecodeviewer.gui.components.ButtonHoverAnimation; import the.bytecode.club.bytecodeviewer.gui.components.ButtonHoverAnimation;
import the.bytecode.club.bytecodeviewer.gui.components.MaxWidthJLabel; import the.bytecode.club.bytecodeviewer.gui.components.MaxWidthJLabel;
import the.bytecode.club.bytecodeviewer.gui.components.listeners.MouseClickedListener;
import the.bytecode.club.bytecodeviewer.gui.resourceviewer.viewer.ResourceViewer; import the.bytecode.club.bytecodeviewer.gui.resourceviewer.viewer.ResourceViewer;
import the.bytecode.club.bytecodeviewer.gui.util.DelayTabbedPaneThread; import the.bytecode.club.bytecodeviewer.gui.util.DelayTabbedPaneThread;
import the.bytecode.club.bytecodeviewer.translation.TranslatedStrings;
import javax.swing.*;
import java.awt.*;
import java.awt.event.MouseListener;
/*************************************************************************** /***************************************************************************
* Bytecode Viewer (BCV) - Java & Android Reverse Engineering Suite * * Bytecode Viewer (BCV) - Java & Android Reverse Engineering Suite *
@ -56,7 +47,7 @@ public class TabbedPane extends JPanel {
public final static MouseListener buttonHoverAnimation = new ButtonHoverAnimation(); public final static MouseListener buttonHoverAnimation = new ButtonHoverAnimation();
public static final Color BLANK_COLOR = new Color(0, 0, 0, 0); public static final Color BLANK_COLOR = new Color(0, 0, 0, 0);
public TabbedPane(int tabIndex, String tabWorkingName, String fileContainerName, String name, final DraggableTabbedPane existingTabs, ResourceViewer resource) { public TabbedPane(int tabIndex, String tabWorkingName, String fileContainerName, String name, final JTabbedPane existingTabs, ResourceViewer resource) {
// unset default FlowLayout' gaps // unset default FlowLayout' gaps
super(new FlowLayout(FlowLayout.LEFT, 0, 0)); super(new FlowLayout(FlowLayout.LEFT, 0, 0));
@ -80,33 +71,5 @@ public class TabbedPane extends JPanel {
setBorder(BorderFactory.createEmptyBorder(2, 0, 0, 0)); setBorder(BorderFactory.createEmptyBorder(2, 0, 0, 0));
} }
public void onMousePressed(MouseEvent e)
{
BytecodeViewer.viewer.workPane.tabs.dispatchEvent(e);
if(e.getButton() == 1)
{
startedDragging = System.currentTimeMillis();
//dragging = true;
if (probablyABadIdea != null)
probablyABadIdea.stopped = true;
probablyABadIdea = new DelayTabbedPaneThread(TabbedPane.this);
probablyABadIdea.start();
repaint();
Rectangle bounds = new Rectangle(e.getX(), e.getY(), e.getX() + this.getX(), e.getY());
for(int i = 0; i < BytecodeViewer.viewer.workPane.tabs.getTabCount(); i++)
{
Component c = BytecodeViewer.viewer.workPane.tabs.getTabComponentAt(i);
if(c != null && bounds.intersects(c.getBounds()))
BytecodeViewer.viewer.workPane.tabs.setSelectedIndex(i);
}
}
}
private static final long serialVersionUID = -4774885688297538774L; private static final long serialVersionUID = -4774885688297538774L;
/*public int getTabIndex() {
return tabs.indexOfTabComponent(this);
}*/
} }

View file

@ -1,16 +1,5 @@
package the.bytecode.club.bytecodeviewer.gui.resourceviewer; package the.bytecode.club.bytecodeviewer.gui.resourceviewer;
import java.awt.*;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.util.HashSet;
import java.util.Set;
import javax.swing.JButton;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
import javax.swing.JPopupMenu;
import com.github.weisj.darklaf.components.CloseButton;
import the.bytecode.club.bytecodeviewer.BytecodeViewer; import the.bytecode.club.bytecodeviewer.BytecodeViewer;
import the.bytecode.club.bytecodeviewer.decompilers.Decompiler; import the.bytecode.club.bytecodeviewer.decompilers.Decompiler;
import the.bytecode.club.bytecodeviewer.gui.resourceviewer.viewer.ClassViewer; import the.bytecode.club.bytecodeviewer.gui.resourceviewer.viewer.ClassViewer;
@ -22,6 +11,13 @@ import the.bytecode.club.bytecodeviewer.translation.TranslatedStrings;
import the.bytecode.club.bytecodeviewer.translation.components.TranslatedJButton; import the.bytecode.club.bytecodeviewer.translation.components.TranslatedJButton;
import the.bytecode.club.bytecodeviewer.translation.components.TranslatedVisibleComponent; import the.bytecode.club.bytecodeviewer.translation.components.TranslatedVisibleComponent;
import javax.swing.*;
import java.awt.*;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.util.HashSet;
import java.util.Set;
import static the.bytecode.club.bytecodeviewer.Constants.BLOCK_TAB_MENU; import static the.bytecode.club.bytecodeviewer.Constants.BLOCK_TAB_MENU;
/*************************************************************************** /***************************************************************************
@ -52,7 +48,7 @@ import static the.bytecode.club.bytecodeviewer.Constants.BLOCK_TAB_MENU;
public class Workspace extends TranslatedVisibleComponent { public class Workspace extends TranslatedVisibleComponent {
public final DraggableTabbedPane tabs; public JTabbedPane tabs;
public final JPanel buttonPanel; public final JPanel buttonPanel;
public final JButton refreshClass; public final JButton refreshClass;
public final Set<String> openedTabs = new HashSet<>(); public final Set<String> openedTabs = new HashSet<>();
@ -193,7 +189,7 @@ public class Workspace extends TranslatedVisibleComponent {
//search through each tab //search through each tab
for (int i = 0; i < tabs.getTabCount(); i++) { for (int i = 0; i < tabs.getTabCount(); i++) {
//find the matching resource and open it //find the matching resource and open it
ResourceViewer tab = (ResourceViewer) tabs.getComponentAt(i); ResourceViewer tab = (ResourceViewer) tabs.getComponentAt(i);
if (tab.resource.workingName.equals(workingName)) { if (tab.resource.workingName.equals(workingName)) {
tabs.setSelectedIndex(i); tabs.setSelectedIndex(i);
break; break;

View file

@ -14,6 +14,7 @@ import the.bytecode.club.bytecodeviewer.translation.components.TranslatedJLabel;
import javax.swing.*; import javax.swing.*;
import java.awt.*; import java.awt.*;
import java.util.Arrays;
import java.util.List; import java.util.List;
/*************************************************************************** /***************************************************************************
@ -67,11 +68,13 @@ public class MemberWithAnnotationSearch implements SearchPanel {
if (srchText.isEmpty()) return; if (srchText.isEmpty()) return;
node.fields.stream().filter(fn -> hasAnnotation(srchText, fn.invisibleAnnotations, fn.visibleAnnotations)).forEach(fn -> BytecodeViewer.viewer.searchBoxPane.treeRoot.add(new LDCSearchTreeNodeResult(container, resourceWorkingName, node, null, fn, fn.name + " " + fn.desc, ""))); node.fields.stream().filter(fn -> hasAnnotation(srchText, Arrays.asList(fn.invisibleAnnotations, fn.visibleAnnotations)))
node.methods.stream().filter(mn -> hasAnnotation(srchText, mn.invisibleAnnotations, mn.visibleAnnotations)).forEach(mn -> BytecodeViewer.viewer.searchBoxPane.treeRoot.add(new LDCSearchTreeNodeResult(container, resourceWorkingName, node, mn, null, mn.name + mn.desc, ""))); .forEach(fn -> BytecodeViewer.viewer.searchBoxPane.treeRoot.add(new LDCSearchTreeNodeResult(container, resourceWorkingName, node, null, fn, fn.name + " " + fn.desc, "")));
node.methods.stream().filter(mn -> hasAnnotation(srchText, Arrays.asList(mn.invisibleAnnotations, mn.visibleAnnotations)))
.forEach(mn -> BytecodeViewer.viewer.searchBoxPane.treeRoot.add(new LDCSearchTreeNodeResult(container, resourceWorkingName, node, mn, null, mn.name + mn.desc, "")));
} }
public static boolean hasAnnotation(String annotation, List<AnnotationNode>... annoLists) { public static boolean hasAnnotation(String annotation, List<List<AnnotationNode>> annoLists) {
if (annoLists == null) return false; if (annoLists == null) return false;
for (List<AnnotationNode> annos : annoLists) { for (List<AnnotationNode> annos : annoLists) {
if (annos == null) continue; if (annos == null) continue;

View file

@ -1,6 +1,10 @@
package the.bytecode.club.bytecodeviewer.util; package the.bytecode.club.bytecodeviewer.util;
import com.googlecode.d2j.dex.Dex2jar; import com.googlecode.d2j.dex.Dex2jar;
import com.googlecode.d2j.dex.DexExceptionHandler;
import com.googlecode.d2j.Method;
import com.googlecode.d2j.node.DexMethodNode;
import org.objectweb.asm.MethodVisitor;
import java.io.File; import java.io.File;
import the.bytecode.club.bytecodeviewer.BytecodeViewer; import the.bytecode.club.bytecodeviewer.BytecodeViewer;
@ -38,7 +42,16 @@ public class Dex2Jar {
*/ */
public static synchronized void dex2Jar(File input, File output) { public static synchronized void dex2Jar(File input, File output) {
try { try {
Dex2jar d2Jar = Dex2jar.from(input); Dex2jar d2Jar = Dex2jar.from(input)
.withExceptionHandler(new DexExceptionHandler() {
public void handleFileException(Exception e) {
e.printStackTrace();
}
public void handleMethodTranslateException(Method method, DexMethodNode methodNode, MethodVisitor mv, Exception e) {
e.printStackTrace();
}
});
d2Jar.to(output.toPath()); d2Jar.to(output.toPath());
} catch (com.googlecode.d2j.DexException e) { } catch (com.googlecode.d2j.DexException e) {
e.printStackTrace(); e.printStackTrace();

View file

@ -84,7 +84,7 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "إعدادات Procyon", "PROCYON_SETTINGS": "إعدادات Procyon",
"CFR_SETTINGS": "إعدادات CFR", "CFR_SETTINGS": "إعدادات CFR",
"FERNFLOWER_SETTINGS": "إعدادات FernFlower", "FERNFLOWER_SETTINGS": "إعدادات Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "Fernflower", "FERNFLOWER": "Fernflower",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR Decompiler", "CFR_DECOMPILER": "CFR Decompiler",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "Vineflower Decompiler",
"JADX_DECOMPILER": "JADX Decompiler", "JADX_DECOMPILER": "JADX Decompiler",
"JD_DECOMPILER": "JD-GUI Decompiler", "JD_DECOMPILER": "JD-GUI Decompiler",
"BYTECODE_DISASSEMBLER": "مجمع بايت كود", "BYTECODE_DISASSEMBLER": "مجمع بايت كود",

View file

@ -84,7 +84,7 @@
"JAVA": "জাভা", "JAVA": "জাভা",
"PROCYON_SETTINGS": "Procyon Settings", "PROCYON_SETTINGS": "Procyon Settings",
"CFR_SETTINGS": "CFR Settings", "CFR_SETTINGS": "CFR Settings",
"FERNFLOWER_SETTINGS": "FernFlower Settings", "FERNFLOWER_SETTINGS": "Vineflower Settings",
"PROCYON": "প্রোসিওন", "PROCYON": "প্রোসিওন",
"CFR": "সিএফআর", "CFR": "সিএফআর",
"FERNFLOWER": "ফার্নফ্লোয়ার", "FERNFLOWER": "ফার্নফ্লোয়ার",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Настройки на Procyon", "PROCYON_SETTINGS": "Настройки на Procyon",
"CFR_SETTINGS": "Настройки на CFR", "CFR_SETTINGS": "Настройки на CFR",
"FERNFLOWER_SETTINGS": "Настройки на FernFlower", "FERNFLOWER_SETTINGS": "Настройки на Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Кракатау", "KRAKATAU": "Кракатау",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Декомпилатор Procyon", "PROCYON_DECOMPILER": "Декомпилатор Procyon",
"CFR_DECOMPILER": "Декомпилатор на CFR", "CFR_DECOMPILER": "Декомпилатор на CFR",
"FERNFLOWER_DECOMPILER": "Декомпилатор FernFlower", "FERNFLOWER_DECOMPILER": "Декомпилатор Vineflower",
"JADX_DECOMPILER": "Декомпилатор на JADX", "JADX_DECOMPILER": "Декомпилатор на JADX",
"JD_DECOMPILER": "Декомпилатор на JD-GUI", "JD_DECOMPILER": "Декомпилатор на JD-GUI",
"BYTECODE_DISASSEMBLER": "Дезасемблер на байткод", "BYTECODE_DISASSEMBLER": "Дезасемблер на байткод",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyon postavke", "PROCYON_SETTINGS": "Procyon postavke",
"CFR_SETTINGS": "CFR postavke", "CFR_SETTINGS": "CFR postavke",
"FERNFLOWER_SETTINGS": "FernFlower postavke", "FERNFLOWER_SETTINGS": "Vineflower postavke",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR dekompilator", "CFR_DECOMPILER": "CFR dekompilator",
"FERNFLOWER_DECOMPILER": "FernFlower dekompilator", "FERNFLOWER_DECOMPILER": "Vineflower dekompilator",
"JADX_DECOMPILER": "JADX dekompilator", "JADX_DECOMPILER": "JADX dekompilator",
"JD_DECOMPILER": "JD-GUI Decompiler", "JD_DECOMPILER": "JD-GUI Decompiler",
"BYTECODE_DISASSEMBLER": "Bytecode Disassembler", "BYTECODE_DISASSEMBLER": "Bytecode Disassembler",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Nastavení systému Procyon", "PROCYON_SETTINGS": "Nastavení systému Procyon",
"CFR_SETTINGS": "Nastavení CFR", "CFR_SETTINGS": "Nastavení CFR",
"FERNFLOWER_SETTINGS": "Nastavení FernFlower", "FERNFLOWER_SETTINGS": "Nastavení Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "Dekompilátor CFR", "CFR_DECOMPILER": "Dekompilátor CFR",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "Vineflower Decompiler",
"JADX_DECOMPILER": "Dekompilátor JADX", "JADX_DECOMPILER": "Dekompilátor JADX",
"JD_DECOMPILER": "Dekompilátor JD-GUI", "JD_DECOMPILER": "Dekompilátor JD-GUI",
"BYTECODE_DISASSEMBLER": "Disassembler bytového kódu", "BYTECODE_DISASSEMBLER": "Disassembler bytového kódu",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyon-indstillinger", "PROCYON_SETTINGS": "Procyon-indstillinger",
"CFR_SETTINGS": "CFR-indstillinger", "CFR_SETTINGS": "CFR-indstillinger",
"FERNFLOWER_SETTINGS": "FernFlower-indstillinger", "FERNFLOWER_SETTINGS": "Vineflower-indstillinger",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR-dekompiler", "CFR_DECOMPILER": "CFR-dekompiler",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "Vineflower Decompiler",
"JADX_DECOMPILER": "JADX-dekompiler", "JADX_DECOMPILER": "JADX-dekompiler",
"JD_DECOMPILER": "JD-GUI Decompiler", "JD_DECOMPILER": "JD-GUI Decompiler",
"BYTECODE_DISASSEMBLER": "Disassembler af bytekode", "BYTECODE_DISASSEMBLER": "Disassembler af bytekode",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyon Settings", "PROCYON_SETTINGS": "Procyon Settings",
"CFR_SETTINGS": "CFR Settings", "CFR_SETTINGS": "CFR Settings",
"FERNFLOWER_SETTINGS": "FernFlower Settings", "FERNFLOWER_SETTINGS": "Vineflower Settings",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -122,7 +122,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR Decompiler", "CFR_DECOMPILER": "CFR Decompiler",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "QuiltFlower Decompiler",
"JADX_DECOMPILER": "JADX Decompiler", "JADX_DECOMPILER": "JADX Decompiler",
"JD_DECOMPILER": "JD-GUI Decompiler", "JD_DECOMPILER": "JD-GUI Decompiler",
"BYTECODE_DISASSEMBLER": "Bytecode Disassembler", "BYTECODE_DISASSEMBLER": "Bytecode Disassembler",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyoni seaded", "PROCYON_SETTINGS": "Procyoni seaded",
"CFR_SETTINGS": "CFR seaded", "CFR_SETTINGS": "CFR seaded",
"FERNFLOWER_SETTINGS": "FernFlower seaded", "FERNFLOWER_SETTINGS": "Vineflower seaded",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR dekompilaator", "CFR_DECOMPILER": "CFR dekompilaator",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "Vineflower Decompiler",
"JADX_DECOMPILER": "JADX dekompilaator", "JADX_DECOMPILER": "JADX dekompilaator",
"JD_DECOMPILER": "JD-GUI dekompilaator", "JD_DECOMPILER": "JD-GUI dekompilaator",
"BYTECODE_DISASSEMBLER": "Baitkoodi lahtimonteerija", "BYTECODE_DISASSEMBLER": "Baitkoodi lahtimonteerija",

View file

@ -84,10 +84,10 @@
"JAVA": "جاوا", "JAVA": "جاوا",
"PROCYON_SETTINGS": "تنظیمات Procyon", "PROCYON_SETTINGS": "تنظیمات Procyon",
"CFR_SETTINGS": "تنظیمات CFR", "CFR_SETTINGS": "تنظیمات CFR",
"FERNFLOWER_SETTINGS": "تنظیمات FernFlower", "FERNFLOWER_SETTINGS": "تنظیمات Vineflower",
"PROCYON": "پروسیون", "PROCYON": "پروسیون",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "کراکتائو", "KRAKATAU": "کراکتائو",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR Decompiler", "CFR_DECOMPILER": "CFR Decompiler",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "Vineflower Decompiler",
"JADX_DECOMPILER": "JADX Decompiler", "JADX_DECOMPILER": "JADX Decompiler",
"JD_DECOMPILER": "JD-GUI Decompiler", "JD_DECOMPILER": "JD-GUI Decompiler",
"BYTECODE_DISASSEMBLER": "جداکننده Bytecode", "BYTECODE_DISASSEMBLER": "جداکننده Bytecode",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyonin asetukset", "PROCYON_SETTINGS": "Procyonin asetukset",
"CFR_SETTINGS": "CFR-asetukset", "CFR_SETTINGS": "CFR-asetukset",
"FERNFLOWER_SETTINGS": "FernFlower asetukset", "FERNFLOWER_SETTINGS": "Vineflower asetukset",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR Decompiler", "CFR_DECOMPILER": "CFR Decompiler",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "Vineflower Decompiler",
"JADX_DECOMPILER": "JADX Decompiler", "JADX_DECOMPILER": "JADX Decompiler",
"JD_DECOMPILER": "JD-GUI Decompiler", "JD_DECOMPILER": "JD-GUI Decompiler",
"BYTECODE_DISASSEMBLER": "Bytekoodin purkuohjelma", "BYTECODE_DISASSEMBLER": "Bytekoodin purkuohjelma",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Paramètres de Procyon", "PROCYON_SETTINGS": "Paramètres de Procyon",
"CFR_SETTINGS": "Paramètres du CFR", "CFR_SETTINGS": "Paramètres du CFR",
"FERNFLOWER_SETTINGS": "Paramètres de FernFlower", "FERNFLOWER_SETTINGS": "Paramètres de Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Décompilateur Procyon", "PROCYON_DECOMPILER": "Décompilateur Procyon",
"CFR_DECOMPILER": "Décompilateur CFR", "CFR_DECOMPILER": "Décompilateur CFR",
"FERNFLOWER_DECOMPILER": "Décompilateur FernFlower", "FERNFLOWER_DECOMPILER": "Décompilateur Vineflower",
"JADX_DECOMPILER": "Décompilateur JADX", "JADX_DECOMPILER": "Décompilateur JADX",
"JD_DECOMPILER": "Décompilateur JD-GUI", "JD_DECOMPILER": "Décompilateur JD-GUI",
"BYTECODE_DISASSEMBLER": "Désassembleur de bytecode", "BYTECODE_DISASSEMBLER": "Désassembleur de bytecode",

View file

@ -84,10 +84,10 @@
"JAVA": "ჯავა", "JAVA": "ჯავა",
"PROCYON_SETTINGS": "Procyon პარამეტრები", "PROCYON_SETTINGS": "Procyon პარამეტრები",
"CFR_SETTINGS": "CFR პარამეტრები", "CFR_SETTINGS": "CFR პარამეტრები",
"FERNFLOWER_SETTINGS": "FernFlower პარამეტრები", "FERNFLOWER_SETTINGS": "Vineflower პარამეტრები",
"PROCYON": "პროციონი", "PROCYON": "პროციონი",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "კრაკატაუ", "KRAKATAU": "კრაკატაუ",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon დეკომპილერი", "PROCYON_DECOMPILER": "Procyon დეკომპილერი",
"CFR_DECOMPILER": "CFR დეკომპილერი", "CFR_DECOMPILER": "CFR დეკომპილერი",
"FERNFLOWER_DECOMPILER": "FernFlower დეკომპილერი", "FERNFLOWER_DECOMPILER": "Vineflower დეკომპილერი",
"JADX_DECOMPILER": "JADX დეკომპილერი", "JADX_DECOMPILER": "JADX დეკომპილერი",
"JD_DECOMPILER": "JD-GUI დეკომპილერი", "JD_DECOMPILER": "JD-GUI დეკომპილერი",
"BYTECODE_DISASSEMBLER": "Bytecode დემონტაჟი", "BYTECODE_DISASSEMBLER": "Bytecode დემონტაჟი",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyon-Einstellungen", "PROCYON_SETTINGS": "Procyon-Einstellungen",
"CFR_SETTINGS": "CFR-Einstellungen", "CFR_SETTINGS": "CFR-Einstellungen",
"FERNFLOWER_SETTINGS": "FernFlower Einstellungen", "FERNFLOWER_SETTINGS": "Vineflower Einstellungen",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon-Dekompilierer", "PROCYON_DECOMPILER": "Procyon-Dekompilierer",
"CFR_DECOMPILER": "CFR-Dekompilierer", "CFR_DECOMPILER": "CFR-Dekompilierer",
"FERNFLOWER_DECOMPILER": "FernFlower-Dekompilierer", "FERNFLOWER_DECOMPILER": "Vineflower-Dekompilierer",
"JADX_DECOMPILER": "JADX-Dekompilierer", "JADX_DECOMPILER": "JADX-Dekompilierer",
"JD_DECOMPILER": "JD-GUI-Dekompilierer", "JD_DECOMPILER": "JD-GUI-Dekompilierer",
"BYTECODE_DISASSEMBLER": "Bytecode-Disassembler", "BYTECODE_DISASSEMBLER": "Bytecode-Disassembler",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Ρυθμίσεις Procyon", "PROCYON_SETTINGS": "Ρυθμίσεις Procyon",
"CFR_SETTINGS": "Ρυθμίσεις CFR", "CFR_SETTINGS": "Ρυθμίσεις CFR",
"FERNFLOWER_SETTINGS": "Ρυθμίσεις FernFlower", "FERNFLOWER_SETTINGS": "Ρυθμίσεις Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Αποσυμπιεστής Procyon", "PROCYON_DECOMPILER": "Αποσυμπιεστής Procyon",
"CFR_DECOMPILER": "Αποσυμπιεστής CFR", "CFR_DECOMPILER": "Αποσυμπιεστής CFR",
"FERNFLOWER_DECOMPILER": "Αποσυμπιεστής FernFlower", "FERNFLOWER_DECOMPILER": "Αποσυμπιεστής Vineflower",
"JADX_DECOMPILER": "Αποσυμπιεστής JADX", "JADX_DECOMPILER": "Αποσυμπιεστής JADX",
"JD_DECOMPILER": "Αποσυμπιεστής JD-GUI", "JD_DECOMPILER": "Αποσυμπιεστής JD-GUI",
"BYTECODE_DISASSEMBLER": "Αποσυναρμολογητής bytecode", "BYTECODE_DISASSEMBLER": "Αποσυναρμολογητής bytecode",

View file

@ -84,7 +84,7 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Saitunan Procyon", "PROCYON_SETTINGS": "Saitunan Procyon",
"CFR_SETTINGS": "Saitunan CFR", "CFR_SETTINGS": "Saitunan CFR",
"FERNFLOWER_SETTINGS": "Saitunan FernFlower", "FERNFLOWER_SETTINGS": "Saitunan Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "MaidaM", "FERNFLOWER": "MaidaM",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Rarraba Procyon", "PROCYON_DECOMPILER": "Rarraba Procyon",
"CFR_DECOMPILER": "CFR Rarrabawa", "CFR_DECOMPILER": "CFR Rarrabawa",
"FERNFLOWER_DECOMPILER": "Rarraba FernFlower", "FERNFLOWER_DECOMPILER": "Rarraba Vineflower",
"JADX_DECOMPILER": "JADX Rarrabawa", "JADX_DECOMPILER": "JADX Rarrabawa",
"JD_DECOMPILER": "Rarraba JD-GUI", "JD_DECOMPILER": "Rarraba JD-GUI",
"BYTECODE_DISASSEMBLER": "Bytecode Mai Rarrabawa", "BYTECODE_DISASSEMBLER": "Bytecode Mai Rarrabawa",

View file

@ -84,7 +84,7 @@
"JAVA": "ג'אווה", "JAVA": "ג'אווה",
"PROCYON_SETTINGS": "הגדרות Procyon", "PROCYON_SETTINGS": "הגדרות Procyon",
"CFR_SETTINGS": "הגדרות CFR", "CFR_SETTINGS": "הגדרות CFR",
"FERNFLOWER_SETTINGS": "הגדרות FernFlower", "FERNFLOWER_SETTINGS": "הגדרות Vineflower",
"PROCYON": "פרוקיון", "PROCYON": "פרוקיון",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "פרנפלור", "FERNFLOWER": "פרנפלור",

View file

@ -84,7 +84,7 @@
"JAVA": "जावा", "JAVA": "जावा",
"PROCYON_SETTINGS": "Procyon Settings", "PROCYON_SETTINGS": "Procyon Settings",
"CFR_SETTINGS": "CFR Settings", "CFR_SETTINGS": "CFR Settings",
"FERNFLOWER_SETTINGS": "FernFlower Settings", "FERNFLOWER_SETTINGS": "Vineflower Settings",
"PROCYON": "प्रोसिओन", "PROCYON": "प्रोसिओन",
"CFR": "सीएफआर", "CFR": "सीएफआर",
"FERNFLOWER": "फर्नफ्लावर", "FERNFLOWER": "फर्नफ्लावर",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyon beállítások", "PROCYON_SETTINGS": "Procyon beállítások",
"CFR_SETTINGS": "CFR beállítások", "CFR_SETTINGS": "CFR beállítások",
"FERNFLOWER_SETTINGS": "FernFlower beállítások", "FERNFLOWER_SETTINGS": "Vineflower beállítások",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon dekompilátor", "PROCYON_DECOMPILER": "Procyon dekompilátor",
"CFR_DECOMPILER": "CFR dekompilátor", "CFR_DECOMPILER": "CFR dekompilátor",
"FERNFLOWER_DECOMPILER": "FernFlower dekompilátor", "FERNFLOWER_DECOMPILER": "Vineflower dekompilátor",
"JADX_DECOMPILER": "JADX dekompilátor", "JADX_DECOMPILER": "JADX dekompilátor",
"JD_DECOMPILER": "JD-GUI dekompilátor", "JD_DECOMPILER": "JD-GUI dekompilátor",
"BYTECODE_DISASSEMBLER": "Bytecode Disassembler", "BYTECODE_DISASSEMBLER": "Bytecode Disassembler",

View file

@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Dekompiler Procyon", "PROCYON_DECOMPILER": "Dekompiler Procyon",
"CFR_DECOMPILER": "Dekompiler CFR", "CFR_DECOMPILER": "Dekompiler CFR",
"FERNFLOWER_DECOMPILER": "Dekompiler FernFlower", "FERNFLOWER_DECOMPILER": "Dekompiler Vineflower",
"JADX_DECOMPILER": "Dekompiler JADX", "JADX_DECOMPILER": "Dekompiler JADX",
"JD_DECOMPILER": "Dekompiler JD-GUI", "JD_DECOMPILER": "Dekompiler JD-GUI",
"BYTECODE_DISASSEMBLER": "Pembongkaran Bytecode", "BYTECODE_DISASSEMBLER": "Pembongkaran Bytecode",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Impostazioni Procyon", "PROCYON_SETTINGS": "Impostazioni Procyon",
"CFR_SETTINGS": "Impostazioni CFR", "CFR_SETTINGS": "Impostazioni CFR",
"FERNFLOWER_SETTINGS": "Impostazioni di FernFlower", "FERNFLOWER_SETTINGS": "Impostazioni di Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Decompilatore Procyon", "PROCYON_DECOMPILER": "Decompilatore Procyon",
"CFR_DECOMPILER": "Decompilatore CFR", "CFR_DECOMPILER": "Decompilatore CFR",
"FERNFLOWER_DECOMPILER": "Decompilatore FernFlower", "FERNFLOWER_DECOMPILER": "Decompilatore Vineflower",
"JADX_DECOMPILER": "Decompilatore JADX", "JADX_DECOMPILER": "Decompilatore JADX",
"JD_DECOMPILER": "Decompilatore JD-GUI", "JD_DECOMPILER": "Decompilatore JD-GUI",
"BYTECODE_DISASSEMBLER": "Disassemblatore di bytecode", "BYTECODE_DISASSEMBLER": "Disassemblatore di bytecode",

View file

@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "プロキオンデコンパイラ", "PROCYON_DECOMPILER": "プロキオンデコンパイラ",
"CFR_DECOMPILER": "CFRデコンパイラー", "CFR_DECOMPILER": "CFRデコンパイラー",
"FERNFLOWER_DECOMPILER": "FernFlowerデコンパイラ", "FERNFLOWER_DECOMPILER": "Vineflowerデコンパイラ",
"JADX_DECOMPILER": "JADXデコンパイラー", "JADX_DECOMPILER": "JADXデコンパイラー",
"JD_DECOMPILER": "JD-GUIデコンパイラー", "JD_DECOMPILER": "JD-GUIデコンパイラー",
"BYTECODE_DISASSEMBLER": "バイトコード・ディスアセンブラ", "BYTECODE_DISASSEMBLER": "バイトコード・ディスアセンブラ",

View file

@ -84,7 +84,7 @@
"JAVA": "Jawa", "JAVA": "Jawa",
"PROCYON_SETTINGS": "Procyon Settings", "PROCYON_SETTINGS": "Procyon Settings",
"CFR_SETTINGS": "CFR Settings", "CFR_SETTINGS": "CFR Settings",
"FERNFLOWER_SETTINGS": "FernFlower Settings", "FERNFLOWER_SETTINGS": "Vineflower Settings",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "KembangBunga", "FERNFLOWER": "KembangBunga",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR Decompiler", "CFR_DECOMPILER": "CFR Decompiler",
"FERNFLOWER_DECOMPILER": "Decompiler FernFlower", "FERNFLOWER_DECOMPILER": "Decompiler Vineflower",
"JADX_DECOMPILER": "JADX Decompiler", "JADX_DECOMPILER": "JADX Decompiler",
"JD_DECOMPILER": "JD-GUI Decompiler", "JD_DECOMPILER": "JD-GUI Decompiler",
"BYTECODE_DISASSEMBLER": "Bytecode Disassembler", "BYTECODE_DISASSEMBLER": "Bytecode Disassembler",

View file

@ -84,7 +84,7 @@
"JAVA": "자바", "JAVA": "자바",
"PROCYON_SETTINGS": "Procyon Settings", "PROCYON_SETTINGS": "Procyon Settings",
"CFR_SETTINGS": "CFR Settings", "CFR_SETTINGS": "CFR Settings",
"FERNFLOWER_SETTINGS": "FernFlower Settings", "FERNFLOWER_SETTINGS": "Vineflower Settings",
"PROCYON": "프로키온", "PROCYON": "프로키온",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "고사리꽃", "FERNFLOWER": "고사리꽃",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "프로키온 디컴파일러", "PROCYON_DECOMPILER": "프로키온 디컴파일러",
"CFR_DECOMPILER": "CFR 디컴파일러", "CFR_DECOMPILER": "CFR 디컴파일러",
"FERNFLOWER_DECOMPILER": "FernFlower 디컴파일러", "FERNFLOWER_DECOMPILER": "Vineflower 디컴파일러",
"JADX_DECOMPILER": "JADX 디컴파일러", "JADX_DECOMPILER": "JADX 디컴파일러",
"JD_DECOMPILER": "JD-GUI 디컴파일러", "JD_DECOMPILER": "JD-GUI 디컴파일러",
"BYTECODE_DISASSEMBLER": "바이트코드 디스어셈블러", "BYTECODE_DISASSEMBLER": "바이트코드 디스어셈블러",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyon iestatījumi", "PROCYON_SETTINGS": "Procyon iestatījumi",
"CFR_SETTINGS": "CFR iestatījumi", "CFR_SETTINGS": "CFR iestatījumi",
"FERNFLOWER_SETTINGS": "FernFlower iestatījumi", "FERNFLOWER_SETTINGS": "Vineflower iestatījumi",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon dekompilētājs", "PROCYON_DECOMPILER": "Procyon dekompilētājs",
"CFR_DECOMPILER": "CFR dekompilētājs", "CFR_DECOMPILER": "CFR dekompilētājs",
"FERNFLOWER_DECOMPILER": "FernFlower dekompilētājs", "FERNFLOWER_DECOMPILER": "Vineflower dekompilētājs",
"JADX_DECOMPILER": "JADX dekompilētājs", "JADX_DECOMPILER": "JADX dekompilētājs",
"JD_DECOMPILER": "JD-GUI dekompilētājs", "JD_DECOMPILER": "JD-GUI dekompilētājs",
"BYTECODE_DISASSEMBLER": "Bytecode Disassembler", "BYTECODE_DISASSEMBLER": "Bytecode Disassembler",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyon nustatymai", "PROCYON_SETTINGS": "Procyon nustatymai",
"CFR_SETTINGS": "CFR nustatymai", "CFR_SETTINGS": "CFR nustatymai",
"FERNFLOWER_SETTINGS": "FernFlower nustatymai", "FERNFLOWER_SETTINGS": "Vineflower nustatymai",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR dekompiliatorius", "CFR_DECOMPILER": "CFR dekompiliatorius",
"FERNFLOWER_DECOMPILER": "FernFlower dekompiliatorius", "FERNFLOWER_DECOMPILER": "Vineflower dekompiliatorius",
"JADX_DECOMPILER": "JADX dekompiliatorius", "JADX_DECOMPILER": "JADX dekompiliatorius",
"JD_DECOMPILER": "JD-GUI dekompiliatorius", "JD_DECOMPILER": "JD-GUI dekompiliatorius",
"BYTECODE_DISASSEMBLER": "Bytecode Disassembler", "BYTECODE_DISASSEMBLER": "Bytecode Disassembler",

View file

@ -84,10 +84,10 @@
"JAVA": "Jawa", "JAVA": "Jawa",
"PROCYON_SETTINGS": "Tetapan Procyon", "PROCYON_SETTINGS": "Tetapan Procyon",
"CFR_SETTINGS": "Tetapan CFR", "CFR_SETTINGS": "Tetapan CFR",
"FERNFLOWER_SETTINGS": "Tetapan FernFlower", "FERNFLOWER_SETTINGS": "Tetapan Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "Pengurai CFR", "CFR_DECOMPILER": "Pengurai CFR",
"FERNFLOWER_DECOMPILER": "Pengurai FernFlower", "FERNFLOWER_DECOMPILER": "Pengurai Vineflower",
"JADX_DECOMPILER": "Pengurai JADX", "JADX_DECOMPILER": "Pengurai JADX",
"JD_DECOMPILER": "Pengurai JD-GUI", "JD_DECOMPILER": "Pengurai JD-GUI",
"BYTECODE_DISASSEMBLER": "Pembongkaran Bytecode", "BYTECODE_DISASSEMBLER": "Pembongkaran Bytecode",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyon 设置", "PROCYON_SETTINGS": "Procyon 设置",
"CFR_SETTINGS": "CFR 设置", "CFR_SETTINGS": "CFR 设置",
"FERNFLOWER_SETTINGS": "FernFlower 设置", "FERNFLOWER_SETTINGS": "Vineflower 设置",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon 反编译器", "PROCYON_DECOMPILER": "Procyon 反编译器",
"CFR_DECOMPILER": "CFR 反编译器", "CFR_DECOMPILER": "CFR 反编译器",
"FERNFLOWER_DECOMPILER": "FernFlower 反编译器", "FERNFLOWER_DECOMPILER": "Vineflower 反编译器",
"JADX_DECOMPILER": "JADX 反编译器", "JADX_DECOMPILER": "JADX 反编译器",
"JD_DECOMPILER": "JD-GUI 反编译器", "JD_DECOMPILER": "JD-GUI 反编译器",
"BYTECODE_DISASSEMBLER": "字节码反汇编", "BYTECODE_DISASSEMBLER": "字节码反汇编",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyon Instellingen", "PROCYON_SETTINGS": "Procyon Instellingen",
"CFR_SETTINGS": "CFR-instellingen", "CFR_SETTINGS": "CFR-instellingen",
"FERNFLOWER_SETTINGS": "FernFlower Instellingen", "FERNFLOWER_SETTINGS": "Vineflower Instellingen",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR Decompiler", "CFR_DECOMPILER": "CFR Decompiler",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "Vineflower Decompiler",
"JADX_DECOMPILER": "JADX Decompiler", "JADX_DECOMPILER": "JADX Decompiler",
"JD_DECOMPILER": "JD-GUI Decompiler", "JD_DECOMPILER": "JD-GUI Decompiler",
"BYTECODE_DISASSEMBLER": "Bytecode disassembler", "BYTECODE_DISASSEMBLER": "Bytecode disassembler",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyon-innstillinger", "PROCYON_SETTINGS": "Procyon-innstillinger",
"CFR_SETTINGS": "CFR-innstillinger", "CFR_SETTINGS": "CFR-innstillinger",
"FERNFLOWER_SETTINGS": "FernFlower-innstillinger", "FERNFLOWER_SETTINGS": "Vineflower-innstillinger",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR Decompiler", "CFR_DECOMPILER": "CFR Decompiler",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "Vineflower Decompiler",
"JADX_DECOMPILER": "JADX dekompilator", "JADX_DECOMPILER": "JADX dekompilator",
"JD_DECOMPILER": "JD-GUI dekompilator", "JD_DECOMPILER": "JD-GUI dekompilator",
"BYTECODE_DISASSEMBLER": "Bytecode Disassembler", "BYTECODE_DISASSEMBLER": "Bytecode Disassembler",

View file

@ -87,7 +87,7 @@
"FERNFLOWER_SETTINGS": "Ustawienia kwiatu paproci", "FERNFLOWER_SETTINGS": "Ustawienia kwiatu paproci",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Dekompilator Procyon", "PROCYON_DECOMPILER": "Dekompilator Procyon",
"CFR_DECOMPILER": "Dekompilator CFR", "CFR_DECOMPILER": "Dekompilator CFR",
"FERNFLOWER_DECOMPILER": "Dekompilator FernFlower", "FERNFLOWER_DECOMPILER": "Dekompilator Vineflower",
"JADX_DECOMPILER": "Dekompilator JADX", "JADX_DECOMPILER": "Dekompilator JADX",
"JD_DECOMPILER": "Dekompilator JD-GUI", "JD_DECOMPILER": "Dekompilator JD-GUI",
"BYTECODE_DISASSEMBLER": "Dezasembler bajtkodu", "BYTECODE_DISASSEMBLER": "Dezasembler bajtkodu",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Definições de Procyon", "PROCYON_SETTINGS": "Definições de Procyon",
"CFR_SETTINGS": "Definições do CFR", "CFR_SETTINGS": "Definições do CFR",
"FERNFLOWER_SETTINGS": "Definições FernFlower", "FERNFLOWER_SETTINGS": "Definições Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Descompilador Procyon", "PROCYON_DECOMPILER": "Descompilador Procyon",
"CFR_DECOMPILER": "Descompilador CFR", "CFR_DECOMPILER": "Descompilador CFR",
"FERNFLOWER_DECOMPILER": "Descompilador FernFlower", "FERNFLOWER_DECOMPILER": "Descompilador Vineflower",
"JADX_DECOMPILER": "Descompilador JADX", "JADX_DECOMPILER": "Descompilador JADX",
"JD_DECOMPILER": "Descompilador JD-GUI", "JD_DECOMPILER": "Descompilador JD-GUI",
"BYTECODE_DISASSEMBLER": "Bytecode Desassembler", "BYTECODE_DISASSEMBLER": "Bytecode Desassembler",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Setări Procyon", "PROCYON_SETTINGS": "Setări Procyon",
"CFR_SETTINGS": "Setări CFR", "CFR_SETTINGS": "Setări CFR",
"FERNFLOWER_SETTINGS": "FernFlower Setări", "FERNFLOWER_SETTINGS": "Vineflower Setări",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Descompilatorul Procyon", "PROCYON_DECOMPILER": "Descompilatorul Procyon",
"CFR_DECOMPILER": "Descompilator CFR", "CFR_DECOMPILER": "Descompilator CFR",
"FERNFLOWER_DECOMPILER": "Descompilatorul FernFlower", "FERNFLOWER_DECOMPILER": "Descompilatorul Vineflower",
"JADX_DECOMPILER": "Descompilator JADX", "JADX_DECOMPILER": "Descompilator JADX",
"JD_DECOMPILER": "Decompilator JD-GUI", "JD_DECOMPILER": "Decompilator JD-GUI",
"BYTECODE_DISASSEMBLER": "Dezasamblatorul de bytecode", "BYTECODE_DISASSEMBLER": "Dezasamblatorul de bytecode",

View file

@ -87,7 +87,7 @@
"FERNFLOWER_SETTINGS": "Параметры цветка папоротника", "FERNFLOWER_SETTINGS": "Параметры цветка папоротника",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Декомпилятор Procyon", "PROCYON_DECOMPILER": "Декомпилятор Procyon",
"CFR_DECOMPILER": "Декомпилятор CFR", "CFR_DECOMPILER": "Декомпилятор CFR",
"FERNFLOWER_DECOMPILER": "Декомпилятор FernFlower", "FERNFLOWER_DECOMPILER": "Декомпилятор Vineflower",
"JADX_DECOMPILER": "Декомпилятор JADX", "JADX_DECOMPILER": "Декомпилятор JADX",
"JD_DECOMPILER": "Декомпилятор JD-GUI", "JD_DECOMPILER": "Декомпилятор JD-GUI",
"BYTECODE_DISASSEMBLER": "Дизассемблер байт-кода", "BYTECODE_DISASSEMBLER": "Дизассемблер байт-кода",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Nastavenia Procyonu", "PROCYON_SETTINGS": "Nastavenia Procyonu",
"CFR_SETTINGS": "Nastavenia CFR", "CFR_SETTINGS": "Nastavenia CFR",
"FERNFLOWER_SETTINGS": "Nastavenia FernFlower", "FERNFLOWER_SETTINGS": "Nastavenia Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Dekompilátor Procyon", "PROCYON_DECOMPILER": "Dekompilátor Procyon",
"CFR_DECOMPILER": "Dekompilátor CFR", "CFR_DECOMPILER": "Dekompilátor CFR",
"FERNFLOWER_DECOMPILER": "Dekompilátor FernFlower", "FERNFLOWER_DECOMPILER": "Dekompilátor Vineflower",
"JADX_DECOMPILER": "Dekompilátor JADX", "JADX_DECOMPILER": "Dekompilátor JADX",
"JD_DECOMPILER": "Dekompilátor JD-GUI", "JD_DECOMPILER": "Dekompilátor JD-GUI",
"BYTECODE_DISASSEMBLER": "Disassembler bytového kódu", "BYTECODE_DISASSEMBLER": "Disassembler bytového kódu",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Nastavitve Procyona", "PROCYON_SETTINGS": "Nastavitve Procyona",
"CFR_SETTINGS": "Nastavitve CFR", "CFR_SETTINGS": "Nastavitve CFR",
"FERNFLOWER_SETTINGS": "Nastavitve FernFlower", "FERNFLOWER_SETTINGS": "Nastavitve Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR Decompiler", "CFR_DECOMPILER": "CFR Decompiler",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "Vineflower Decompiler",
"JADX_DECOMPILER": "JADX Decompiler", "JADX_DECOMPILER": "JADX Decompiler",
"JD_DECOMPILER": "JD-GUI Decompiler", "JD_DECOMPILER": "JD-GUI Decompiler",
"BYTECODE_DISASSEMBLER": "Razčlenjevalnik bajtkode", "BYTECODE_DISASSEMBLER": "Razčlenjevalnik bajtkode",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Configuración de Procyon", "PROCYON_SETTINGS": "Configuración de Procyon",
"CFR_SETTINGS": "Ajustes del CFR", "CFR_SETTINGS": "Ajustes del CFR",
"FERNFLOWER_SETTINGS": "Configuración de FernFlower", "FERNFLOWER_SETTINGS": "Configuración de Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Descompilador Procyon", "PROCYON_DECOMPILER": "Descompilador Procyon",
"CFR_DECOMPILER": "Descompilador CFR", "CFR_DECOMPILER": "Descompilador CFR",
"FERNFLOWER_DECOMPILER": "Descompilador FernFlower", "FERNFLOWER_DECOMPILER": "Descompilador Vineflower",
"JADX_DECOMPILER": "Descompilador JADX", "JADX_DECOMPILER": "Descompilador JADX",
"JD_DECOMPILER": "Descompilador JD-GUI", "JD_DECOMPILER": "Descompilador JD-GUI",
"BYTECODE_DISASSEMBLER": "Desensamblador de Bytecode", "BYTECODE_DISASSEMBLER": "Desensamblador de Bytecode",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Mipangilio ya Procyon", "PROCYON_SETTINGS": "Mipangilio ya Procyon",
"CFR_SETTINGS": "Mipangilio ya CFR", "CFR_SETTINGS": "Mipangilio ya CFR",
"FERNFLOWER_SETTINGS": "Mipangilio ya FernFlower", "FERNFLOWER_SETTINGS": "Mipangilio ya Vineflower",
"PROCYON": "Prokon", "PROCYON": "Prokon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Mtenganishaji wa Procyon", "PROCYON_DECOMPILER": "Mtenganishaji wa Procyon",
"CFR_DECOMPILER": "Mchanganyiko wa CFR", "CFR_DECOMPILER": "Mchanganyiko wa CFR",
"FERNFLOWER_DECOMPILER": "Mkusanyaji wa FernFlower", "FERNFLOWER_DECOMPILER": "Mkusanyaji wa Vineflower",
"JADX_DECOMPILER": "JADX Mtenganishaji", "JADX_DECOMPILER": "JADX Mtenganishaji",
"JD_DECOMPILER": "JD-GUI Mtenganishaji", "JD_DECOMPILER": "JD-GUI Mtenganishaji",
"BYTECODE_DISASSEMBLER": "Kutenganisha kwa Bytecode", "BYTECODE_DISASSEMBLER": "Kutenganisha kwa Bytecode",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Inställningar för Procyon", "PROCYON_SETTINGS": "Inställningar för Procyon",
"CFR_SETTINGS": "Inställningar för CFR", "CFR_SETTINGS": "Inställningar för CFR",
"FERNFLOWER_SETTINGS": "Inställningar för FernFlower", "FERNFLOWER_SETTINGS": "Inställningar för Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR-dekompilering", "CFR_DECOMPILER": "CFR-dekompilering",
"FERNFLOWER_DECOMPILER": "FernFlower-dekompilering", "FERNFLOWER_DECOMPILER": "Vineflower-dekompilering",
"JADX_DECOMPILER": "JADX-dekompilering", "JADX_DECOMPILER": "JADX-dekompilering",
"JD_DECOMPILER": "JD-GUI-dekompilering", "JD_DECOMPILER": "JD-GUI-dekompilering",
"BYTECODE_DISASSEMBLER": "Bytecode Disassembler", "BYTECODE_DISASSEMBLER": "Bytecode Disassembler",

View file

@ -84,7 +84,7 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyon Settings", "PROCYON_SETTINGS": "Procyon Settings",
"CFR_SETTINGS": "CFR Settings", "CFR_SETTINGS": "CFR Settings",
"FERNFLOWER_SETTINGS": "FernFlower Settings", "FERNFLOWER_SETTINGS": "Vineflower Settings",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "เฟิร์นฟลาวเวอร์", "FERNFLOWER": "เฟิร์นฟลาวเวอร์",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR Decompiler", "CFR_DECOMPILER": "CFR Decompiler",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "Vineflower Decompiler",
"JADX_DECOMPILER": "JADX Decompiler", "JADX_DECOMPILER": "JADX Decompiler",
"JD_DECOMPILER": "JD-GUI Decompiler", "JD_DECOMPILER": "JD-GUI Decompiler",
"BYTECODE_DISASSEMBLER": "Bytecode Disassembler", "BYTECODE_DISASSEMBLER": "Bytecode Disassembler",

View file

@ -84,7 +84,7 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Procyon Ayarları", "PROCYON_SETTINGS": "Procyon Ayarları",
"CFR_SETTINGS": "CFR Ayarları", "CFR_SETTINGS": "CFR Ayarları",
"FERNFLOWER_SETTINGS": "FernFlower Ayarları", "FERNFLOWER_SETTINGS": "Vineflower Ayarları",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "EğreltiotuÇiçek", "FERNFLOWER": "EğreltiotuÇiçek",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "CFR Decompiler", "CFR_DECOMPILER": "CFR Decompiler",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "Vineflower Decompiler",
"JADX_DECOMPILER": "JADX Decompiler", "JADX_DECOMPILER": "JADX Decompiler",
"JD_DECOMPILER": "JD-GUI Decompiler", "JD_DECOMPILER": "JD-GUI Decompiler",
"BYTECODE_DISASSEMBLER": "Bayt Kodu Çözücü", "BYTECODE_DISASSEMBLER": "Bayt Kodu Çözücü",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Налаштування Procyon", "PROCYON_SETTINGS": "Налаштування Procyon",
"CFR_SETTINGS": "Налаштування CFR", "CFR_SETTINGS": "Налаштування CFR",
"FERNFLOWER_SETTINGS": "Налаштування FernFlower", "FERNFLOWER_SETTINGS": "Налаштування Vineflower",
"PROCYON": "Процій", "PROCYON": "Процій",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Кракатау", "KRAKATAU": "Кракатау",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Декомпілятор проціонів", "PROCYON_DECOMPILER": "Декомпілятор проціонів",
"CFR_DECOMPILER": "CFR-декомпілятор", "CFR_DECOMPILER": "CFR-декомпілятор",
"FERNFLOWER_DECOMPILER": "Декомпілятор FernFlower", "FERNFLOWER_DECOMPILER": "Декомпілятор Vineflower",
"JADX_DECOMPILER": "Декомпілятор JADX", "JADX_DECOMPILER": "Декомпілятор JADX",
"JD_DECOMPILER": "Декомпілятор JD-GUI", "JD_DECOMPILER": "Декомпілятор JD-GUI",
"BYTECODE_DISASSEMBLER": "Розбірник байт-кодів", "BYTECODE_DISASSEMBLER": "Розбірник байт-кодів",

View file

@ -84,10 +84,10 @@
"JAVA": "Java", "JAVA": "Java",
"PROCYON_SETTINGS": "Cài đặt Procyon", "PROCYON_SETTINGS": "Cài đặt Procyon",
"CFR_SETTINGS": "Cài đặt CFR", "CFR_SETTINGS": "Cài đặt CFR",
"FERNFLOWER_SETTINGS": "Cài đặt FernFlower", "FERNFLOWER_SETTINGS": "Cài đặt Vineflower",
"PROCYON": "Procyon", "PROCYON": "Procyon",
"CFR": "CFR", "CFR": "CFR",
"FERNFLOWER": "FernFlower", "FERNFLOWER": "Vineflower",
"KRAKATAU": "Krakatau", "KRAKATAU": "Krakatau",
"JDGUI": "JD-GUI", "JDGUI": "JD-GUI",
"JADX": "JADX", "JADX": "JADX",
@ -121,7 +121,7 @@
"PROCYON_DECOMPILER": "Procyon Decompiler", "PROCYON_DECOMPILER": "Procyon Decompiler",
"CFR_DECOMPILER": "Trình biên dịch CFR", "CFR_DECOMPILER": "Trình biên dịch CFR",
"FERNFLOWER_DECOMPILER": "FernFlower Decompiler", "FERNFLOWER_DECOMPILER": "Vineflower Decompiler",
"JADX_DECOMPILER": "Trình biên dịch JADX", "JADX_DECOMPILER": "Trình biên dịch JADX",
"JD_DECOMPILER": "JD-GUI Decompiler", "JD_DECOMPILER": "JD-GUI Decompiler",
"BYTECODE_DISASSEMBLER": "Bytecode Disassembler", "BYTECODE_DISASSEMBLER": "Bytecode Disassembler",