apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.44k stars 2.11k forks source link

XML Syntax highlighting should highlight template variabled with a different color #5307

Open asfimport opened 4 years ago

asfimport commented 4 years ago

Ricardo Bánffy (Bug 64401): When we have XML in a request body, it's displayed using syntax highlighting that doesn't differentiate between literal content and template variables (as the image shows). Ideally, the template variable should be highlighted in a different color to make it easier to see it.

Created attachment Screenshot 2020-04-30 at 18.21.41.png: Highlighted XML with a template variable shown as a literal

Highlighted XML with a template variable shown as a literal

OS: All

asfimport commented 4 years ago

Ricardo Bánffy (migrated from Bugzilla): Looks like a fix would need to happen in RSyntaxTextArea. I'll open a ticket on their issue tracker and this could become adding a version with the fix to the configuration for JMeter.

asfimport commented 4 years ago

Ricardo Bánffy (migrated from Bugzilla): The issue at the RSyntaxTextArea tracker is https://github.com/bobbylight/RSyntaxTextArea/issues/344