Class TomlAutocompleteProvider
java.lang.Object
de.luckymcdev.foundryengine.client.imgui.text.preset.toml.TomlAutocompleteProvider
- All Implemented Interfaces:
IAutocompleteProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCandidates(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) booleanshouldSuppress(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IAutocompleteProvider
minPrefixLength
-
Constructor Details
-
TomlAutocompleteProvider
-
-
Method Details
-
getCandidates
public List<AutocompleteItem> getCandidates(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) - Specified by:
getCandidatesin interfaceIAutocompleteProvider
-
shouldSuppress
public boolean shouldSuppress(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) - Specified by:
shouldSuppressin interfaceIAutocompleteProvider
-
appendParens
public boolean appendParens()- Specified by:
appendParensin interfaceIAutocompleteProvider
-