Class TextEditorLanguage

java.lang.Object
imgui.binding.ImGuiStruct
imgui.extension.texteditor.TextEditorLanguage

public final class TextEditorLanguage extends ImGuiStruct
  • Constructor Details

    • TextEditorLanguage

      public TextEditorLanguage(long ptr)
  • Method Details

    • getName

      public String getName()
    • getCaseSensitive

      public boolean getCaseSensitive()
    • getPreprocess

      public int getPreprocess()
    • getSingleLineComment

      public String getSingleLineComment()
    • getSingleLineCommentAlt

      public String getSingleLineCommentAlt()
    • getCommentStart

      public String getCommentStart()
    • getCommentEnd

      public String getCommentEnd()
    • getHasSingleQuotedStrings

      public boolean getHasSingleQuotedStrings()
    • getHasDoubleQuotedStrings

      public boolean getHasDoubleQuotedStrings()
    • getOtherStringStart

      public String getOtherStringStart()
    • getOtherStringEnd

      public String getOtherStringEnd()
    • getOtherStringAltStart

      public String getOtherStringAltStart()
    • getOtherStringAltEnd

      public String getOtherStringAltEnd()
    • getStringEscape

      public int getStringEscape()
    • C

      public static TextEditorLanguage C()
    • Cpp

      public static TextEditorLanguage Cpp()
    • Cs

      public static TextEditorLanguage Cs()
    • AngelScript

      public static TextEditorLanguage AngelScript()
    • Lua

      public static TextEditorLanguage Lua()
    • Python

      public static TextEditorLanguage Python()
    • Glsl

      public static TextEditorLanguage Glsl()
    • Hlsl

      public static TextEditorLanguage Hlsl()
    • Json

      public static TextEditorLanguage Json()
    • Markdown

      public static TextEditorLanguage Markdown()
    • Sql

      public static TextEditorLanguage Sql()