Class ConfigData

java.lang.Object
io.github.zhengzhengyiyi.config.ConfigData

public class ConfigData extends Object
Configuration data class that holds all configurable variables for the editor. This class is used for JSON serialization and deserialization.
  • Field Details

    • readonly_mode

      @SerializedName("readonly_mode") public boolean readonly_mode
      If it is true, you can not edit the files
    • hint

      @SerializedName("hint") public boolean hint
      If enable, it will enable the auto hint like if you pressed "(" it will make a ")"
    • theme

      public ConfigData.ThemeMode theme
      The theme of the editor ConfigData.ThemeMode
    • doRenderBackground

      public boolean doRenderBackground
      If true, it will use theme to render background
  • Constructor Details

    • ConfigData

      public ConfigData()