PortSwigger / burp-extensions-montoya-api

Burp Extensions Api
Other
139 stars 5 forks source link

RawEditor View Options #91

Open CoreyD97 opened 11 months ago

CoreyD97 commented 11 months ago

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:

Hannah-PortSwigger commented 11 months ago

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 commented 11 months ago

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

v1nw1n commented 6 months ago

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

Hannah-PortSwigger commented 6 months ago

@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 commented 5 months ago

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 commented 5 months ago

We've added your +1