Burp Suite User Forum

Create new post

Burp MessageEditor element, but just the text area

xx | Last updated: Apr 08, 2022 01:32PM UTC

Hello! I would like to get the Burp Message Editor GUI element but without the surrounding elements (message format buttons, newline buttons at the top, search bar at the bottom, etc). Just the line numbers and text area. I like the monospace text area, text highlighting, and the line numbers - I have no need for any of the other extra functionality. I need the text area to display status messages to the user, and would like the text area to be visually coherent with the rest of Burp Suite. I attempted to traverse down the nested components using .getComponents(), but this is the furthest I got: https://koodirepo.ee/xx/ElasticBurp/src/branch/master/ElasticBurp/BurpExtender.py#L329 Unfortunately, this still includes the extra buttons.

Hannah, PortSwigger Agent | Last updated: Apr 08, 2022 03:12PM UTC

Hi Have you had a look at RSyntaxTextArea component?

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.