mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 14:40:51 +00:00
Added #1496 repeat escape sequence \{xx}C to avoid long same char strings/names
This commit is contained in:
@@ -725,6 +725,10 @@ public final class Configuration {
|
||||
@ConfigurationInternal
|
||||
public static ConfigurationItem<Boolean> showDialogOnError = null;
|
||||
|
||||
@ConfigurationDefaultInt(20)
|
||||
@ConfigurationCategory("limit")
|
||||
public static ConfigurationItem<Integer> limitSameChars = null;
|
||||
|
||||
private enum OSId {
|
||||
WINDOWS, OSX, UNIX
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user