mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-11 15:38:16 +00:00
move file offset to the left, setting+button to hide it
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -63,7 +63,7 @@ public class ShapeExporter {
|
||||
return ret;
|
||||
}
|
||||
|
||||
File foutdir = new File(outdir);
|
||||
File foutdir = new File(outdir);
|
||||
Path.createDirectorySafe(foutdir);
|
||||
|
||||
int count = 0;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
BIN
src/com/jpexs/decompiler/flash/gui/graphics/fileoffset16.png
Normal file
BIN
src/com/jpexs/decompiler/flash/gui/graphics/fileoffset16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 554 B |
@@ -720,3 +720,4 @@ export.script.singleFilePallelModeWarning = Single file script export is not sup
|
||||
|
||||
button.showOriginalBytesInPcodeHex = Show original bytes
|
||||
button.remove = Remove
|
||||
button.showFileOffsetInPcodeHex = Show file offset
|
||||
|
||||
Reference in New Issue
Block a user