Package net.mcreator.ui.ide.autocomplete
Class CustomJSCCache
java.lang.Object
org.fife.rsta.ac.ShorthandCompletionCache
org.fife.rsta.ac.java.JavaShorthandCompletionCache
net.mcreator.ui.ide.autocomplete.CustomJSCCache
public class CustomJSCCache
extends org.fife.rsta.ac.java.JavaShorthandCompletionCache
-
Constructor Summary
ConstructorDescriptionCustomJSCCache
(org.fife.ui.autocomplete.DefaultCompletionProvider templateProvider, org.fife.ui.autocomplete.DefaultCompletionProvider commentsProvider) -
Method Summary
Methods inherited from class org.fife.rsta.ac.ShorthandCompletionCache
addCommentCompletion, addShorthandCompletion, clearCache, getCommentCompletions, getCommentProvider, getShorthandCompletions, getTemplateProvider, removeCommentCompletion, removeShorthandCompletion
-
Constructor Details
-
CustomJSCCache
public CustomJSCCache(org.fife.ui.autocomplete.DefaultCompletionProvider templateProvider, org.fife.ui.autocomplete.DefaultCompletionProvider commentsProvider)
-