Revision: 8911
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8911&view=rev
Author:   gulp21-1
Date:     2013-01-07 19:48:42 +0000 (Mon, 07 Jan 2013)
Log Message:
-----------
[extension] update detection of speller rules

Modified Paths:
--------------
    trunk/extension/firefox/lib/main.js

Modified: trunk/extension/firefox/lib/main.js
===================================================================
--- trunk/extension/firefox/lib/main.js 2013-01-07 05:07:27 UTC (rev 8910)
+++ trunk/extension/firefox/lib/main.js 2013-01-07 19:48:42 UTC (rev 8911)
@@ -109,7 +109,7 @@
                        r=escapeXml(r.substring(0,MAXCONTEXTLENGTH))+"…";
                }
                id=getAttributeValue(response[i],"ruleId");
-               if(id.indexOf("MORFOLOGIK")!=-1 || id.indexOf("HUNSPELL")!=-1) {
+               if(id.indexOf("MORFOLOGIK")!=-1 || id.indexOf("HUNSPELL")!=-1 
|| id.indexOf("SPELLER_RULE")!=-1) {
                        spanclass="markerSpelling";
                } else {
                        spanclass="markerGrammar";
@@ -144,7 +144,8 @@
        onHide: function () {
                panel.port.emit("setText", PLEASEWAITWHILECHECKING);
        },
-       width: 325
+       width: 330,
+        heigth: 250
 });
 
 panel.port.emit("setText", PLEASEWAITWHILECHECKING);

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


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to