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

RawEditor View Options #91

Open
CoreyD97 opened this issue Dec 16, 2023 · 6 comments
Open

RawEditor View Options #91

CoreyD97 opened this issue Dec 16, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@CoreyD97
Copy link

Burp's message editor has a number of view options available (word-wrap, invisible character lozenges) which can be toggled for the message being displayed. However, when creating a RawEditor, these are not visible and also cannot be set by the plugin.

I'd like to be able to:

  • Create a RawEditor with these options available
  • Toggle these options via the API
@Hannah-PortSwigger Hannah-PortSwigger added the enhancement New feature or request label Dec 18, 2023
@Hannah-PortSwigger
Copy link
Contributor

Hi Corey

Thanks for the feature request.

This is something that we already have an existing feature request for - we'll add your +1 to this to help us prioritize this piece of work in the future.

If there's anything else we can help with, then please let us know.

@CoreyD97
Copy link
Author

Thanks Hannah! Glad to know this is already tracked. I'll leave this issue open for public tracking.

@v1nw1n
Copy link

v1nw1n commented May 5, 2024

I also have this requirement, when will this feature be supported.

@Hannah-PortSwigger
Copy link
Contributor

@v1nw1n Thanks for the feedback!

We do not currently have any timeframes available for this functionality. We're currently monitoring the level of interest in this feature to help us prioritize this in the future.

In the meantime, you could use a different UI component, like an RSyntaxTextArea to provide this functionality.

If there's anything else we can help with, then please let us know.

@jkmartindale
Copy link

Another +1 please

It's possible to toggle line wrapping by using reflection to invoke setLineWrap(boolean) on the necessary child component but that is just absurd

@Michelle-PortSwigger
Copy link

We've added your +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

5 participants