Uses of Class
mars.venus.editor.jeditsyntax.PopupHelpItem
Packages that use PopupHelpItem
-
Uses of PopupHelpItem in mars.venus.editor.jeditsyntax
Method parameters in mars.venus.editor.jeditsyntax with type arguments of type PopupHelpItemModifier and TypeMethodDescriptionstatic int
PopupHelpItem.maxExampleLength
(ArrayList<PopupHelpItem> matches) Utility method. -
Uses of PopupHelpItem in mars.venus.editor.jeditsyntax.tokenmarker
Methods in mars.venus.editor.jeditsyntax.tokenmarker that return types with arguments of type PopupHelpItemModifier and TypeMethodDescriptionMIPSTokenMarker.getTokenExactMatchHelp
(Token token, String tokenText) Construct and return any appropriate help information for the given token.TokenMarker.getTokenExactMatchHelp
(Token token, String tokenText) Construct and return any appropriate help information for the given token.MIPSTokenMarker.getTokenPrefixMatchHelp
(String line, Token tokenList, Token token, String tokenText) Construct and return any appropriate help information for prefix match based on current line's token list.TokenMarker.getTokenPrefixMatchHelp
(String line, Token tokenList, Token tokenAtOffset, String tokenText) Construct and return any appropriate help information for the given token or "token prefix".