Revision: 3352
          http://vexi.svn.sourceforge.net/vexi/?rev=3352&view=rev
Author:   clrg
Date:     2009-01-13 12:40:20 +0000 (Tue, 13 Jan 2009)

Log Message:
-----------
Tiny bits of text-related cleanup

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/org/vexi/lib/text/word.t

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/text/word.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/text/word.t 2009-01-13 
12:39:15 UTC (rev 3351)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/text/word.t 2009-01-13 
12:40:20 UTC (rev 3352)
@@ -15,13 +15,12 @@
         <ui:box id="h" align="bottomleft" display="false" />
         
         thisbox.chartype;           // type of characters this word contains
-        thisbox.highlight;          // highlight state of the word (always 
reads null)
+        thisbox.highlight;          // highlight state of the word
         thisbox.block;              // parent block containing this word
         thisbox.prefwidth = 0;      // preferred width of this word
         thisbox.valign = "bottom";  // vertical alignmnet of the word
         thisbox.wordcolor;          // the normal color of the text
         thisbox.wordcolorset;
-        thisbox.blockcolor = true;
         
         // initialize from parent block
         if (arguments[0]) {
@@ -158,7 +157,6 @@
     /** handle textcolor using psuedonym wordcolor */
     static.wordcolorWrite = function(v) {
         cascade = v;
-        vexi.log.info("wordcolor write: "+v);
         trapee.wordcolorset = v==null;
         if (!trapee.highlight) trapee.textcolor = trapee.wordcolor;
     }


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

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to