Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tool category Highlighter #10

Open
dnet opened this issue Apr 5, 2020 · 0 comments
Open

Add tool category Highlighter #10

dnet opened this issue Apr 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@dnet
Copy link
Contributor

dnet commented Apr 5, 2020

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.
 */
void setHighlight(String color);

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)
@dnet dnet added the enhancement New feature or request label Apr 5, 2020
dnet added a commit that referenced this issue Apr 9, 2020
@dnet dnet changed the title Add tool category Colorizer Add tool category Highlighter Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant