[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kwrite-devel
Subject:    Re: Review Request 111540: process beginRegion and endRegion when using lookAhead=true
From:       "Milian Wolff" <mail () milianw ! de>
Date:       2013-07-16 22:43:33
Message-ID: 20130716224333.18242.57456 () vidsolbach ! de
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/111540/#review36066
-----------------------------------------------------------

Ship it!


hm I not really into that codebase, so +1 from my side with one question.

cheers


part/syntax/katehighlight.cpp
<http://git.reviewboard.kde.org/r/111540/#comment26725>

    why can offset not be > len? i.e. why only check this here?



part/syntax/katehighlight.cpp
<http://git.reviewboard.kde.org/r/111540/#comment26726>

    Here and below, I find it personally very offending reading your shouting \
comments. Please follow the code of conduct, see also the recent discussion happening \
in the Linux Kernel.  
    
    
    
    
    
    hehe j/k :] Still, why! do! you! feel! so! shouty! :D


- Milian Wolff


On July 16, 2013, 9:25 p.m., Dominik Haumann wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/111540/
> -----------------------------------------------------------
> 
> (Updated July 16, 2013, 9:25 p.m.)
> 
> 
> Review request for Kate, Christoph Cullmann and Milian Wolff.
> 
> 
> Description
> -------
> 
> Currently, when using lookAhead="true", the beginRegion and endRegion attributes \
> are not processed. Therefore, a rule like the following does not work:
> <StringDetect String="x" lookAhead="true" endRegion="a" beginRegion="a" />
> 
> This patch fixes this. Therefore, using endRegion and beginRegion along with \
>                 lookAhead will
> - not process any characters as before, but
> - folding regions are still processed.
> 
> This effectively means, that TextLineData::addAttribute (const Attribute \
> &attribute) is called as follows: one time for endRegion:
> Attribute(offset, length=0, someAttribute (does not matter, since length=0), \
> someFoldingId) one time for startRegion:
> Attribute(offset, length=0, someAttribute (does not matter, since length=0), \
> someFoldingId) 
> The endRegion is pushed first, i.e. before the startRegion.
> 
> The changes are as follows:
> 1. The folding stuff is moved out of the if (!lookAhead) {...} scope, and therefore \
> always executed 2. Therewith, the if (!lookAhead) {...} scope is split into two \
> scopes. The first one is moved a bit up. 
> 
> This addresses bug 322076.
> http://bugs.kde.org/show_bug.cgi?id=322076
> 
> 
> Diffs
> -----
> 
> part/syntax/katehighlight.cpp 1a34395 
> 
> Diff: http://git.reviewboard.kde.org/r/111540/diff/
> 
> 
> Testing
> -------
> 
> Minimal test, which works for me. No thorough testing, since we are missing a test \
> suite for this anyways. 
> 
> Thanks,
> 
> Dominik Haumann
> 
> 


[Attachment #5 (text/html)]

<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 \
solid;">  <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="http://git.reviewboard.kde.org/r/111540/">http://git.reviewboard.kde.org/r/111540/</a>
  </td>
    </tr>
   </table>
   <br />



 <p>Ship it!</p>



 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">hm I not really into \
that codebase, so +1 from my side with one question.

cheers</pre>
 <br />







<div>




<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; \
border-collapse: collapse; margin: 2px padding: 2px;">  <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; \
font-size: 9pt; padding: 4px 8px; text-align: left;">  <a \
href="http://git.reviewboard.kde.org/r/111540/diff/1/?file=170972#file170972line403" \
style="color: black; font-weight: bold; text-decoration: \
underline;">part/syntax/katehighlight.cpp</a>  <span style="font-weight: normal;">

     (Diff revision 1)

    </span>
   </th>
  </tr>
 </thead>

 <tbody style="background-color: #e4d9cb; padding: 4px 8px; text-align: center;">
  <tr>

   <td colspan="4"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">void \
KateHighlighting::doHighlight ( const Kate::TextLineData *_prevLine,</pre></td>

  </tr>
 </tbody>



 
 

 <tbody>

  <tr>
    <th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" \
align="right"><font size="2"></font></th>  <td bgcolor="#c5ffc4" width="50%"><pre \
style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>  <th \
bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid \
#C0C0C0;" align="right"><font size="2">403</font></th>  <td bgcolor="#c5ffc4" \
width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">          \
<span class="k">if</span> <span class="p">(</span><span class="n">offset2</span> \
<span class="o">&gt;</span> <span class="n">len</span><span \
class="p">)</span></pre></td>  </tr>

 </tbody>

</table>

<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; \
white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">why can \
offset not be &gt; len? i.e. why only check this here?</pre> </div>
<br />

<div>




<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; \
border-collapse: collapse; margin: 2px padding: 2px;">  <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; \
font-size: 9pt; padding: 4px 8px; text-align: left;">  <a \
href="http://git.reviewboard.kde.org/r/111540/diff/1/?file=170972#file170972line408" \
style="color: black; font-weight: bold; text-decoration: \
underline;">part/syntax/katehighlight.cpp</a>  <span style="font-weight: normal;">

     (Diff revision 1)

    </span>
   </th>
  </tr>
 </thead>

 <tbody style="background-color: #e4d9cb; padding: 4px 8px; text-align: center;">
  <tr>

   <td colspan="4"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">void \
KateHighlighting::doHighlight ( const Kate::TextLineData *_prevLine,</pre></td>

  </tr>
 </tbody>



 
 

 <tbody>

  <tr>
    <th bgcolor="#f0f0f0" style="border-right: 1px solid #C0C0C0;" \
align="right"><font size="2">399</font></th>  <td bgcolor="#ffffff" width="50%"><pre \
style="font-size: 8pt; line-height: 140%; margin: 0; ">        <span class="c1">// \
without eating anything... this would be an infinite loop!</span></pre></td>  <th \
bgcolor="#f0f0f0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid \
#C0C0C0;" align="right"><font size="2">408</font></th>  <td bgcolor="#ffffff" \
width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">        <span \
class="c1">// without eating anything... this would be an infinite \
loop!</span></pre></td>  </tr>

 </tbody>

</table>

<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; \
white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Here and \
below, I find it personally very offending reading your shouting comments. Please \
follow the code of conduct, see also the recent discussion happening in the Linux \
Kernel.






hehe j/k :] Still, why! do! you! feel! so! shouty! :D</pre>
</div>
<br />



<p>- Milian</p>


<br />
<p>On July 16th, 2013, 9:25 p.m. UTC, Dominik Haumann wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" \
style="background-image: \
url('http://git.reviewboard.kde.org/static/rb/images/review_request_box_top_bg.ab6f3b1072c9.png'); \
background-position: left top; background-repeat: repeat-x; border: 1px black \
solid;">  <tr>
  <td>

<div>Review request for Kate, Christoph Cullmann and Milian Wolff.</div>
<div>By Dominik Haumann.</div>


<p style="color: grey;"><i>Updated July 16, 2013, 9:25 p.m.</i></p>






<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" \
style="border: 1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;">Currently, when using lookAhead=&quot;true&quot;, the beginRegion and \
endRegion attributes are not processed. Therefore, a rule like the following does not \
work:  &lt;StringDetect String=&quot;x&quot; lookAhead=&quot;true&quot; \
endRegion=&quot;a&quot; beginRegion=&quot;a&quot; /&gt;

This patch fixes this. Therefore, using endRegion and beginRegion along with \
                lookAhead will
- not process any characters as before, but
- folding regions are still processed.

This effectively means, that TextLineData::addAttribute (const Attribute \
&amp;attribute) is called as follows: one time for endRegion:
Attribute(offset, length=0, someAttribute (does not matter, since length=0), \
someFoldingId) one time for startRegion:
Attribute(offset, length=0, someAttribute (does not matter, since length=0), \
someFoldingId)

The endRegion is pushed first, i.e. before the startRegion.

The changes are as follows:
1. The folding stuff is moved out of the if (!lookAhead) {...} scope, and therefore \
always executed 2. Therewith, the if (!lookAhead) {...} scope is split into two \
scopes. The first one is moved a bit up.</pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: \
1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;">Minimal test, which works for me. No thorough testing, since we are \
missing a test suite for this anyways.</pre>  </td>
 </tr>
</table>



<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Bugs: </b>


 <a href="http://bugs.kde.org/show_bug.cgi?id=322076">322076</a>


</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>part/syntax/katehighlight.cpp <span style="color: grey">(1a34395)</span></li>

</ul>

<p><a href="http://git.reviewboard.kde.org/r/111540/diff/" style="margin-left: \
3em;">View Diff</a></p>







  </td>
 </tr>
</table>








  </div>
 </body>
</html>



_______________________________________________
KWrite-Devel mailing list
KWrite-Devel@kde.org
https://mail.kde.org/mailman/listinfo/kwrite-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic