You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like commentators, but instead of filling the comment, the output could be used to highlight HTTP messages by color:
/** * This method is used to update the user-annotated highlight for this item. * * @param color The highlight color to be assigned to this item. Accepted * values are: red, orange, yellow, green, cyan, blue, pink, magenta, gray, * or a null String to clear any existing highlight. */voidsetHighlight(Stringcolor);
Ideas for handling output:
output string used as color name directly
single color for matching filter
multiple colors for multiple filters (generalizing the one above)
The text was updated successfully, but these errors were encountered:
Like commentators, but instead of filling the comment, the output could be used to highlight HTTP messages by color:
Ideas for handling output:
The text was updated successfully, but these errors were encountered: