<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>321859</bug_id>
          
          <creation_ts>2013-07-02 14:08:03 +0000</creation_ts>
          <short_desc>Wrong QML highlight when a property has division and one of elements has a .</short_desc>
          <delta_ts>2013-08-29 10:51:01 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>kate</product>
          <component>syntax</component>
          <version>3.10.90</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Albert Astals Cid">aacid</reporter>
          <assigned_to name="KWrite Developers">kwrite-bugs-null</assigned_to>
          <cc>cfeck</cc>
    
    <cc>chalkerx</cc>
    
    <cc>flying-sheep</cc>
    
    <cc>mail</cc>
    
    <cc>samu.juvonen</cc>
          
          <cf_commitlink>http://commits.kde.org/kate/ef3f53233393870546b373016c0c8df9aaa6fa78</cf_commitlink>
          <cf_versionfixedin>4.11.1</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1380792</commentid>
    <comment_count>0</comment_count>
    <who name="Albert Astals Cid">aacid</who>
    <bug_when>2013-07-02 14:08:03 +0000</bug_when>
    <thetext>If you look at the highlight of

Item {
    id: root
    width: 40
    height: root.width / 30
    objectName: &quot;hola&quot;
}

versus the highlight of 

Item {
    id: root
    width: 40
    height: width / 30
    objectName: &quot;hola&quot;
}

or


Item {
    id: root
    width: 40
    height: width / 30
    objectName: &quot;hola&quot;
}

Item {
    id: root
    width: 40
    height: root.width
    objectName: &quot;hola&quot;
}

you&apos;ll see that in the first case the &apos;objectName: &quot;hola&quot;&apos; line is colored green and in the other two  is colored correctly (property in blue and text in red)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1380868</commentid>
    <comment_count>1</comment_count>
    <who name="Dominik Haumann">dhaumann</who>
    <bug_when>2013-07-02 20:11:40 +0000</bug_when>
    <thetext>Milian, as author of qml.xml can you take care of this?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1384352</commentid>
    <comment_count>2</comment_count>
    <who name="Milian Wolff">mail</who>
    <bug_when>2013-07-18 19:02:10 +0000</bug_when>
    <thetext>Git commit 5959ddab8ec4a70fe434b40d8d9d786f40ed4b83 by Milian Wolff.
Committed on 18/07/2013 at 19:01.
Pushed by mwolff into branch &apos;master&apos;.

Fix highlighting of devisions after object member access.

M  +2    -5    part/syntax/data/javascript.xml

http://commits.kde.org/kate/5959ddab8ec4a70fe434b40d8d9d786f40ed4b83</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1384718</commentid>
    <comment_count>3</comment_count>
    <who name="Milian Wolff">mail</who>
    <bug_when>2013-07-20 11:05:18 +0000</bug_when>
    <thetext>*** Bug 322577 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1384720</commentid>
    <comment_count>4</comment_count>
    <who name="Milian Wolff">mail</who>
    <bug_when>2013-07-20 11:05:45 +0000</bug_when>
    <thetext>*** Bug 321728 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1385490</commentid>
    <comment_count>5</comment_count>
    <who name="Milian Wolff">mail</who>
    <bug_when>2013-07-23 14:28:07 +0000</bug_when>
    <thetext>*** Bug 322730 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1388691</commentid>
    <comment_count>6</comment_count>
    <who name="Albert Astals Cid">aacid</who>
    <bug_when>2013-08-09 09:58:33 +0000</bug_when>
    <thetext>Guys, this never made it to the 4.11 branch :&apos;-(

Can someone backport it?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1388708</commentid>
    <comment_count>7</comment_count>
    <who name="Dominik Haumann">dhaumann</who>
    <bug_when>2013-08-09 12:06:17 +0000</bug_when>
    <thetext>Git commit ef3f53233393870546b373016c0c8df9aaa6fa78 by Dominik Haumann, on behalf of Milian Wolff.
Committed on 18/07/2013 at 19:01.
Pushed by dhaumann into branch &apos;KDE/4.11&apos;.

Fix highlighting of devisions after object member access.

M  +2    -5    part/syntax/data/javascript.xml

http://commits.kde.org/kate/ef3f53233393870546b373016c0c8df9aaa6fa78</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1393432</commentid>
    <comment_count>8</comment_count>
    <who name="Christoph Feck">cfeck</who>
    <bug_when>2013-08-29 10:51:01 +0000</bug_when>
    <thetext>*** Bug 324206 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>