gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire docs/pegboard/canvas_text--mudyc/peg.rs...


From: Matti Katila
Subject: [Gzz-commits] fenfire docs/pegboard/canvas_text--mudyc/peg.rs...
Date: Fri, 09 May 2003 10:00:43 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Matti Katila <address@hidden>   03/05/09 10:00:43

Modified files:
        docs/pegboard/canvas_text--mudyc: peg.rst 
        org/fenfire/view: TextNodeView.test 

Log message:
        small changes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/docs/pegboard/canvas_text--mudyc/peg.rst.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/view/TextNodeView.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: fenfire/docs/pegboard/canvas_text--mudyc/peg.rst
diff -u fenfire/docs/pegboard/canvas_text--mudyc/peg.rst:1.4 
fenfire/docs/pegboard/canvas_text--mudyc/peg.rst:1.5
--- fenfire/docs/pegboard/canvas_text--mudyc/peg.rst:1.4        Sun May  4 
05:44:47 2003
+++ fenfire/docs/pegboard/canvas_text--mudyc/peg.rst    Fri May  9 10:00:43 2003
@@ -5,10 +5,10 @@
 :Author:       Matti Katila
 :Date:         2003-05-02
 :Stakeholders: 
-:Revision:     $Revision: 1.4 $
-:Last-Modified: $Date: 2003/05/04 09:44:47 $
+:Revision:     $Revision: 1.5 $
+:Last-Modified: $Date: 2003/05/09 14:00:43 $
 :Type:         User Interface, Spatial canvas RDF structure, Text format
-:Status:       Incomplete
+:Status:       Current
 
 
 .. contents::
@@ -45,7 +45,6 @@
 
        [prev] --nextNode--> [foobar] --nextNode--> [next]
 
-
     New: ::
 
        [prev] --nextNode--> [foo] --nextNode--> [ ] -->
@@ -56,13 +55,21 @@
 
     RESOLVED:
     If one of the future goals is rst generated presentation
-    we need to be able to say where there are spaces.
+    we need to be able to say where there are spaces and it's 
+    easier to not present unwanted spaces if those can be 
+    identified with ' ' or such.
 
 - What to do with emptys (spaces like [ ]) in rst generated view?
     
     RESOLVED:
     That's the point, we don't show them but we do have to show them 
     in text mode view.
+
+- What to do if someone wants to associate a piece of a sentence but 
+  more than one node?
+
+    RESOLVED:
+    We don't support that or we associate nodes one by one.
 
 
 RST as a inspirer
Index: fenfire/org/fenfire/view/TextNodeView.test
diff -u fenfire/org/fenfire/view/TextNodeView.test:1.1 
fenfire/org/fenfire/view/TextNodeView.test:1.2
--- fenfire/org/fenfire/view/TextNodeView.test:1.1      Fri May  9 09:32:22 2003
+++ fenfire/org/fenfire/view/TextNodeView.test  Fri May  9 10:00:43 2003
@@ -13,12 +13,12 @@
 
 gfx.needGL()
 
-def testSomething():
+def testNotEmptyAndEmptyNodes():
     """
     fail: GL
     """
     vs = gfx.getvs()
-    
+
     # Create fen with swamps.
     fen = ff.test.fen.newFen()
     rst = ff.modules.pp.RSTActionsImpl(fen)
@@ -60,6 +60,7 @@
     mainNode.keystroke('Return')
     rst.util.generateBasicSpatialCoords(canvas, textnodeview)
 
+    vs = gfx.getvs()
     vs.map.put(vob.vobs.SolidBackdropVob(java.awt.Color.green))
     into = vs.orthoBoxCS(0, "FocusFrame", 0,
                          30, 30, 1, 1, 50, 50)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]