Class FileEndings
java.lang.Object
de.luckymcdev.foundryengine.common.util.FileEndings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetFileIcon(String fileName) Gets the FontAwesome icon string based on file extension.static imgui.extension.texteditor.TextEditorLanguageDefinitiongetLanguageDefinitionByFileName(String fileName) Gets the language definition for the editor based on file extension.
-
Constructor Details
-
FileEndings
public FileEndings()
-
-
Method Details
-
getLanguageDefinitionByFileName
public static imgui.extension.texteditor.TextEditorLanguageDefinition getLanguageDefinitionByFileName(String fileName) Gets the language definition for the editor based on file extension. -
getFileIcon
-