question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Brackets in MXML attribute value

See original GitHub issue

MXML language

Wrong hightlighting screenshot_274

<?xml version="1.0"?>
<mx:Box
    xmlns:mx="http://www.adobe.com/2006/mxml"
    width="{800}"
    height="{600}"
/>

Plugin version: 5.2

IntelliJ IDEA 2017.3.4 (Ultimate Edition)
Build #IU-173.4548.28, built on January 30, 2018
Windows 7 6.1

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
izhangzhihaocommented, May 7, 2018

Strange behaviour …

0reactions
izhangzhihaocommented, Jan 27, 2020

Now mxml files won’t be handled by this plugin.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to refer to a variable in curly braces for XML attributes?
Just remove the double-quote for your attribute and it should work : var p:XML = <p><font color={color}>{message}</font></p>;.
Read more >
How to assign a right curly bracket } as attribute value inside ...
In the markup of a lightning component I want to set this string a the value for a label-attribute: "label {1}".
Read more >
XML attribute value with ">" breaks syntax highlighting #563
According to the XML specification, the left angle bracket (<) MUST be escaped. (no problem) The right angle bracket (>), however, ...
Read more >
TextInput - ApacheFlex API Reference
Sets the sharpness property of internal TextFields that represent text in Flex controls. This property specifies the sharpness of the glyph edges. The...
Read more >
Adobe Flash Platform * ActionScript 3.0 language fundamentals
Converting attribute values, names, and text values from strings ... ActionScript 3.0 code supports two types of comments: single-line comments and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found