mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 18:46:12 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -402,6 +402,7 @@ public class TextPanel extends JPanel implements TagEditorPanel {
|
||||
mainPanel.showTextTagWithNewValue(textTag, copyTextTag);
|
||||
}
|
||||
} catch (TextParseException | InterruptedException | IOException ex) {
|
||||
//ignored
|
||||
}
|
||||
|
||||
if (!ok) {
|
||||
@@ -428,7 +429,7 @@ public class TextPanel extends JPanel implements TagEditorPanel {
|
||||
public boolean isEditing() {
|
||||
return textSaveButton.isVisible() && textSaveButton.isEnabled();
|
||||
}
|
||||
|
||||
|
||||
public void startEdit() {
|
||||
if (!textEditButton.isVisible()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user