Revision: 7341
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7341&view=rev
Author:   dnaber
Date:     2012-06-14 17:57:01 +0000 (Thu, 14 Jun 2012)
Log Message:
-----------
change the colors: spell checker = red background, LanguageTool = blue 
background

Modified Paths:
--------------
    trunk/JLanguageTool/CHANGES.txt
    trunk/JLanguageTool/src/java/org/languagetool/gui/Main.java

Modified: trunk/JLanguageTool/CHANGES.txt
===================================================================
--- trunk/JLanguageTool/CHANGES.txt     2012-06-14 08:37:27 UTC (rev 7340)
+++ trunk/JLanguageTool/CHANGES.txt     2012-06-14 17:57:01 UTC (rev 7341)
@@ -77,7 +77,8 @@
   There are two distribution files: a .zip file for standalone use, 
   and an .oxt extension for LibreOffice/ApacheOpenOffice. All languages 
supported by 
   LanguageTool, except for Chinese, have spelling dictionaries bundled with 
the standalone
-  version.
+  version. Spell-checking errors appear in red in the LanguageTool standalone
+  version, other errors appear in blue.
   
  -If you start the HTTP Server from the GUI, it now reads the configuration 
files 
   that are configured in the GUI (if the appropriate checkbox is set). 

Modified: trunk/JLanguageTool/src/java/org/languagetool/gui/Main.java
===================================================================
--- trunk/JLanguageTool/src/java/org/languagetool/gui/Main.java 2012-06-14 
08:37:27 UTC (rev 7340)
+++ trunk/JLanguageTool/src/java/org/languagetool/gui/Main.java 2012-06-14 
17:57:01 UTC (rev 7341)
@@ -59,8 +59,8 @@
   private static final String HTML_FONT_START = "<font 
face='Arial,Helvetica'>";
   private static final String HTML_GREY_FONT_START = "<font 
face='Arial,Helvetica' color='#666666'>";
 
-  private static final String LT_ERROR_MARKER_START = "<b><font 
bgcolor=\"#ff8b8b\">";
-  private static final String HUNSPELL_ERROR_MARKER_START = "<b><font 
bgcolor=\"#ffc556\">";
+  private static final String LT_ERROR_MARKER_START = "<b><font 
bgcolor=\"#d7d7ff\">";
+  private static final String HUNSPELL_ERROR_MARKER_START = "<b><font 
bgcolor=\"#ffd7d7\">";
 
   private static final String HTML_FONT_END = "</font>";
   private static final String SYSTEM_TRAY_ICON_NAME = "/TrayIcon.png";

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to