Package imgui.extension.texteditor
Class TextEditorLanguage
java.lang.Object
imgui.binding.ImGuiStruct
imgui.extension.texteditor.TextEditorLanguage
-
Field Summary
Fields inherited from class imgui.binding.ImGuiStruct
ptr -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TextEditorLanguagestatic TextEditorLanguageC()static TextEditorLanguageCpp()static TextEditorLanguageCs()booleanbooleanbooleangetName()intintstatic TextEditorLanguageGlsl()static TextEditorLanguageHlsl()static TextEditorLanguageJson()static TextEditorLanguageLua()static TextEditorLanguageMarkdown()static TextEditorLanguagePython()static TextEditorLanguageSql()Methods inherited from class imgui.binding.ImGuiStruct
isNotValidPtr, isValidPtr
-
Constructor Details
-
TextEditorLanguage
public TextEditorLanguage(long ptr)
-
-
Method Details
-
getName
-
getCaseSensitive
public boolean getCaseSensitive() -
getPreprocess
public int getPreprocess() -
getSingleLineComment
-
getSingleLineCommentAlt
-
getCommentStart
-
getCommentEnd
-
getHasSingleQuotedStrings
public boolean getHasSingleQuotedStrings() -
getHasDoubleQuotedStrings
public boolean getHasDoubleQuotedStrings() -
getOtherStringStart
-
getOtherStringEnd
-
getOtherStringAltStart
-
getOtherStringAltEnd
-
getStringEscape
public int getStringEscape() -
C
-
Cpp
-
Cs
-
AngelScript
-
Lua
-
Python
-
Glsl
-
Hlsl
-
Json
-
Markdown
-
Sql
-