Interface TextTagParser.TagWarningCallback

    • Method Detail

      • warning

        int warning​(String text,
                    String data,
                    String code)
        Displays a warning about a problematic tag and ask user what to do about it.
        Parameters:
        text - Message to display
        data - Tag key and/or value
        code - to use with ExtendedDialog#toggleEnable(String)
        Returns:
        1 to validate and display next warnings if any, 2 to cancel operation, 3 to clear buffer, 4 to paste tags