Brackets in MXML attribute value
See original GitHub issueMXML language
Wrong hightlighting
<?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:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Strange behaviour …
Now
mxml
files won’t be handled by this plugin.