You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/04/30 17:26:45 UTC

[Bug 64401] New: XML Syntax highlighting should highlight template variabled with a different color

https://bz.apache.org/bugzilla/show_bug.cgi?id=64401

            Bug ID: 64401
           Summary: XML Syntax highlighting should highlight template
                    variabled with a different color
           Product: JMeter
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: rbanffy@gmail.com
  Target Milestone: JMETER_5.3.0

Created attachment 37209
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37209&action=edit
Highlighted XML with a template variable shown as a literal

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64401] XML Syntax highlighting should highlight template variabled with a different color

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64401

Ricardo Bánffy <rb...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Ricardo Bánffy <rb...@gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64401] XML Syntax highlighting should highlight template variabled with a different color

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64401

--- Comment #2 from Ricardo Bánffy <rb...@gmail.com> ---
The issue at the RSyntaxTextArea tracker is
https://github.com/bobbylight/RSyntaxTextArea/issues/344

-- 
You are receiving this mail because:
You are the assignee for the bug.