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

List:       kwrite-devel
Subject:    Re: Review Request 114224: vi-mode: correctly count the distance to scroll for "zz" command
From:       "Michal Humpula" <michal.humpula () seznam ! cz>
Date:       2013-11-30 15:53:11
Message-ID: 20131130155311.20048.56084 () vidsolbach ! de
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


> On Nov. 30, 2013, 3:51 p.m., Simon St James wrote:
> > part/vimode/katevinormalmode.cpp, line 1626
> > <http://git.reviewboard.kde.org/r/114224/diff/1/?file=221891#file221891line1626>
> > 
> > I'd prefer lowerCamelCase for variable names, and maybe make these const, too :)

bloody C++ style rules;-)


- Michal


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


On Nov. 30, 2013, 3:33 p.m., Michal Humpula wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/114224/
> -----------------------------------------------------------
> 
> (Updated Nov. 30, 2013, 3:33 p.m.)
> 
> 
> Review request for Kate.
> 
> 
> Bugs: 322433
> http://bugs.kde.org/show_bug.cgi?id=322433
> 
> 
> Repository: kate
> 
> 
> Description
> -------
> 
> This solves the problem 1) and 2) of the bug report. It might very vell solve the \
> 3) too, but I'm not 100% sure, what is the correct way to reproduce that part of \
> the bug. Can anyone try to test it, please? 
> I was thinking to come up with some sort of tests, but... this command is so tied \
> to actual view layer, that I've got pretty scared about possibility that test would \
> randomly pass depending on numerous factors like screen resolution (not to mention \
> that it looks like vim tests run in oneline view where "zz" doesn't make sense). On \
> the other hand... there is always the Stub option. 
> The names of the variables are pretty stupid, but at least it's more understandable \
> that way. 
> 
> Diffs
> -----
> 
> part/vimode/katevinormalmode.cpp de0b14a 
> 
> Diff: http://git.reviewboard.kde.org/r/114224/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Michal Humpula
> 
> 


[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/114224/">http://git.reviewboard.kde.org/r/114224/</a>
  </td>
    </tr>
   </table>
   <br />










<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: \
10px;">  <p style="margin-top: 0;">On November 30th, 2013, 3:51 p.m. UTC, <b>Simon St \
James</b> wrote:</p>  <blockquote style="margin-left: 1em; border-left: 2px solid \
#d0d0d0; padding-left: 10px;">  



<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/114224/diff/1/?file=221891#file221891line1626" \
style="color: black; font-weight: bold; text-decoration: \
underline;">part/vimode/katevinormalmode.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; ">bool \
KateViNormalMode::commandScrollHalfPageDown()</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">1626</font></th>  <td bgcolor="#c5ffc4" \
width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">  <span \
class="kt">int</span> <span class="n">virtual_cursor_line</span> <span \
class="o">=</span> <span class="n">m_view</span><span class="o">-&gt;</span><span \
class="n">textFolding</span><span class="p">().</span><span \
class="n">lineToVisibleLine</span><span class="p">(</span><span \
class="n">c</span><span class="p">.</span><span class="n">line</span><span \
class="p">());</span></pre></td>  </tr>

 </tbody>

</table>

  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I&#39;d prefer \
lowerCamelCase for variable names, and maybe make these const, too :)</pre>  \
</blockquote>





</blockquote>
<pre style="margin-left: 1em; white-space: pre-wrap; white-space: -moz-pre-wrap; \
white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">bloody C++ \
style rules;-)</pre> <br />




<p>- Michal</p>


<br />
<p>On November 30th, 2013, 3:33 p.m. UTC, Michal Humpula 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.</div>
<div>By Michal Humpula.</div>


<p style="color: grey;"><i>Updated Nov. 30, 2013, 3:33 p.m.</i></p>







<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=322433">322433</a>


</div>



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


<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;">This solves the problem 1) and 2) of the bug report. It might very vell \
solve the 3) too, but I&#39;m not 100% sure, what is the correct way to reproduce \
that part of the bug. Can anyone try to test it, please?

I was thinking to come up with some sort of tests, but... this command is so tied to \
actual view layer, that I&#39;ve got pretty scared about possibility that test would \
randomly pass depending on numerous factors like screen resolution (not to mention \
that it looks like vim tests run in oneline view where &quot;zz&quot; doesn&#39;t \
make sense). On the other hand... there is always the Stub option.

The names of the variables are pretty stupid, but at least it&#39;s more \
understandable that way.</pre>  </td>
 </tr>
</table>



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

 <li>part/vimode/katevinormalmode.cpp <span style="color: grey">(de0b14a)</span></li>

</ul>

<p><a href="http://git.reviewboard.kde.org/r/114224/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