Package io.github.zhengzhengyiyi.config
Class ConfigData
java.lang.Object
io.github.zhengzhengyiyi.config.ConfigData
Configuration data class that holds all configurable variables for the editor.
This class is used for JSON serialization and deserialization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf enable, it will enable the auto hint like if you pressed "(" it will make a ")"booleanIf it is true, you can not edit the files -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
readonly_mode
@SerializedName("readonly_mode") public boolean readonly_modeIf it is true, you can not edit the files -
hint
@SerializedName("hint") public boolean hintIf enable, it will enable the auto hint like if you pressed "(" it will make a ")"
-
-
Constructor Details
-
ConfigData
public ConfigData()
-