mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 14:40:51 +00:00
P-code display and edit traits outside classes
AS3 P-code limit of instruction matching added to configuration
This commit is contained in:
@@ -697,6 +697,10 @@ public final class Configuration {
|
||||
@ConfigurationCategory("ui")
|
||||
public static ConfigurationItem<Boolean> useAsTypeIcons = null;
|
||||
|
||||
@ConfigurationDefaultInt(20000)
|
||||
@ConfigurationCategory("limit")
|
||||
public static ConfigurationItem<Integer> limitAs3PCodeOffsetMatching = null;
|
||||
|
||||
private enum OSId {
|
||||
WINDOWS, OSX, UNIX
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user