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

List:       kwrite-devel
Subject:    Re: Review Request 115926: Refactor and centralize default-color generation into a central place
From:       "Milian Wolff" <mail () milianw ! de>
Date:       2014-02-20 23:08:44
Message-ID: 20140220230844.26445.81551 () probe ! kde ! org
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


> On Feb. 20, 2014, 11:07 p.m., Matthew Woehlke wrote:
> > part/schema/kateschemaconfig.cpp, line 200
> > <https://git.reviewboard.kde.org/r/115926/diff/2-3/?file=245161#file245161line200>
> >  
> > I find myself wondering if it would be "too dangerous" to simply omit the size \
> > specifier here... or maybe there could/should be a MARK_COUNT?

LAST_MARK _is_ the MARK_COUNT you propose.


- Milian


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/115926/#review50418
-----------------------------------------------------------


On Feb. 20, 2014, 10:56 p.m., Milian Wolff wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/115926/
> -----------------------------------------------------------
> 
> (Updated Feb. 20, 2014, 10:56 p.m.)
> 
> 
> Review request for Kate and Christoph Cullmann.
> 
> 
> Repository: kate
> 
> 
> Description
> -------
> 
> Instead of copy'n'pasting the generation of default colors, we put that into a
> central place and generate the colors there.
> 
> Building on top of this patch, I plan to add some auto-tinting code as I use in
> KDevelop for the currently hardcoded colors (see Qt::yellow & friends).
> 
> Please accept this for KDE4, as it's a bug fix for people like me.
> 
> 
> Diffs
> -----
> 
> part/utils/katedefaultcolors.h PRE-CREATION 
> part/utils/katedefaultcolors.cpp PRE-CREATION 
> part/CMakeLists.txt 737f325 
> part/schema/kateschemaconfig.cpp 541be03 
> part/utils/kateconfig.cpp 65e8e8e 
> 
> Diff: https://git.reviewboard.kde.org/r/115926/diff/
> 
> 
> Testing
> -------
> 
> Still looks as before to my eyes. Dunno if I regressed anything?
> 
> 
> Thanks,
> 
> Milian Wolff
> 
> 


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










<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: \
10px;">  <p style="margin-top: 0;">On February 20th, 2014, 11:07 p.m. UTC, <b>Matthew \
Woehlke</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="https://git.reviewboard.kde.org/r/115926/diff/2-3/?file=245161#file245161line200" \
style="color: black; font-weight: bold; text-decoration: \
underline;">part/schema/kateschemaconfig.cpp</a>  <span style="font-weight: normal;">

     (Diff revisions 2 - 3)

    </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; \
">QVector&lt;KateColorItem&gt; KateSchemaConfigColorTab::colorItemList() \
const</pre></td>

  </tr>
 </tbody>



 
 

 <tbody>

  <tr>
    <th bgcolor="#e9eaa8" style="border-right: 1px solid #C0C0C0;" \
align="right"><font size="2">200</font></th>  <td bgcolor="#fdfebc" width="50%"><pre \
style="font-size: 8pt; line-height: 140%; margin: 0; ">  <span class="k">const</span> \
<span class="n">QString</span> <span class="n">markerNames</span><span \
class="p">[</span><span class="n">Kate</span><span class="o">::</span><span \
class="n">LAST_MARK</span><span class="p">]</span> <span class="o">=</span> <span \
class="p">{</span></pre></td>  <th bgcolor="#e9eaa8" style="border-left: 1px solid \
#C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font \
size="2">200</font></th>  <td bgcolor="#fdfebc" width="50%"><pre style="font-size: \
8pt; line-height: 140%; margin: 0; ">  <span class="k">const</span> <span \
class="n">QString</span> <span class="n">markerNames</span><span \
class="p">[</span><span class="n">Kate</span><span class="o">::</span><span \
class="n">LAST_MARK</span><span class="hl"> </span><span class="o"><span \
class="hl">+</span></span><span class="hl"> </span><span class="mi"><span \
class="hl">1</span></span><span class="p">]</span> <span class="o">=</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 find myself wondering \
if it would be &quot;too dangerous&quot; to simply omit the size specifier here... or \
maybe there could/should be a MARK_COUNT?</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;">LAST_MARK \
_is_ the MARK_COUNT you propose.</pre> <br />




<p>- Milian</p>


<br />
<p>On February 20th, 2014, 10:56 p.m. UTC, Milian Wolff wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" \
style="background-image: \
url('https://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 and Christoph Cullmann.</div>
<div>By Milian Wolff.</div>


<p style="color: grey;"><i>Updated Feb. 20, 2014, 10:56 p.m.</i></p>









<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;">Instead of copy&#39;n&#39;pasting the generation of default colors, we \
put that into a central place and generate the colors there.

Building on top of this patch, I plan to add some auto-tinting code as I use in
KDevelop for the currently hardcoded colors (see Qt::yellow &amp; friends).

Please accept this for KDE4, as it&#39;s a bug fix for people like me.</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;">Still looks as before to my eyes. Dunno if I regressed anything?</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/utils/katedefaultcolors.h <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>part/utils/katedefaultcolors.cpp <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>part/CMakeLists.txt <span style="color: grey">(737f325)</span></li>

 <li>part/schema/kateschemaconfig.cpp <span style="color: grey">(541be03)</span></li>

 <li>part/utils/kateconfig.cpp <span style="color: grey">(65e8e8e)</span></li>

</ul>

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