Author: sdeboy
Date: Wed Jun  2 05:31:52 2010
New Revision: 950374

URL: http://svn.apache.org/viewvc?rev=950374&view=rev
Log:
Updated 'gutter' search matches - previously used search match color, but using 
black in the gutter to make search matches more obvious

Modified:
    logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java
    
logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/release-notes.html

Modified: 
logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java
URL: 
http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java?rev=950374&r1=950373&r2=950374&view=diff
==============================================================================
--- 
logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java 
(original)
+++ 
logging/chainsaw/trunk/src/main/java/org/apache/log4j/chainsaw/LogPanel.java 
Wed Jun  2 05:31:52 2010
@@ -3458,7 +3458,8 @@ public class LogPanel extends DockablePa
                 int width = getWidth() - (startX * 2);
                 width = (width / 2);
 
-                drawEvent(wrapper.loggingEvent.getBackground(), 
verticalLocation, eventHeight, g, startX, width);
+                //use black for search indicator in the 'gutter'
+                drawEvent(Color.BLACK, verticalLocation, eventHeight, g, 
startX, width);
 //                System.out.println("painting warning - rownum: " + 
wrapper.rowNum + ", location: " + verticalLocation + ", height: " + eventHeight 
+ ", component height: " + componentHeight + ", row count: " + rowCount);
             }
         }

Modified: 
logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/release-notes.html
URL: 
http://svn.apache.org/viewvc/logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/release-notes.html?rev=950374&r1=950373&r2=950374&view=diff
==============================================================================
--- 
logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/release-notes.html
 (original)
+++ 
logging/chainsaw/trunk/src/main/resources/org/apache/log4j/chainsaw/help/release-notes.html
 Wed Jun  2 05:31:52 2010
@@ -68,7 +68,7 @@ just creates a text file containing the 
 <h2>1 Apr 2010</h2>
 <ul>
 <li>Updated thumbnail bar to display all events with a defined color (will 
include the default color rules for marker, warning, error & fatal events).</li>
-<li>Added search matches to thumbnail bar (will display black in the left half 
of the row if the row matches the search expression.</li>
+<li>Added search matches to thumbnail bar (will display black in the left half 
of the row if the row matches the search expression).</li>
 <li>Added ctrl-n to go to next colorized event, ctrl-p to go to previous 
colorized event.</li>
 </ul>
 <h2>27 Mar 2010</h2>


Reply via email to