fenfire-commits
[Top][All Lists]
Advanced

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

[ff-cvs] fenfire ./README.MMDEMO org/fenfire/demo/mm.py


From: Asko Soukka
Subject: [ff-cvs] fenfire ./README.MMDEMO org/fenfire/demo/mm.py
Date: Mon, 25 Aug 2003 16:45:47 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Asko Soukka <address@hidden>    03/08/25 16:45:47

Modified files:
        .              : README.MMDEMO 
        org/fenfire/demo: mm.py 

Log message:
        twid

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/README.MMDEMO.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/demo/mm.py.diff?tr1=1.38&tr2=1.39&r1=text&r2=text

Patches:
Index: fenfire/README.MMDEMO
diff -u fenfire/README.MMDEMO:1.8 fenfire/README.MMDEMO:1.9
--- fenfire/README.MMDEMO:1.8   Tue Aug 19 14:58:10 2003
+++ fenfire/README.MMDEMO       Mon Aug 25 16:45:46 2003
@@ -10,11 +10,6 @@
 This demo is meant to be a simple note taking tool built in the spirit
 of mindmap technique.
 
-NOTE
-       Be careful! Currently, unlinking nodes may create unreachable
-        disconnected components. We are working for way to bring those
-        components reachable.
-
 ------------------
 Used abbreviations
 ------------------
@@ -42,6 +37,11 @@
                will also become the center node. The accursed node is
                editable at once and text cursor should be automaticly
                 transferred below the clicking point.
+
+               The accursed node is has brighter background than
+               the others. The centered node has a red fillet
+                below it.      
+
        Linking state
                Links the center node and the clicked node or
                removes the existing link between the center
@@ -116,11 +116,15 @@
 Ctrl-0 (not 'o', but zero)
        Calibration.
 
+       Press the first time to start calibration.
+       Move all axes through their extreme positions
+       and give the second press to finish.
+
 Axe-1
-       Width and size of fillets.
+       Width and size of the fillets.
 
 Axe-2
-       Length of fillets.
+       Length of the fillets.
 
 Axe-3 (wheel)
-       Rotating map.
\ No newline at end of file
+       Rotating the map.
\ No newline at end of file
Index: fenfire/org/fenfire/demo/mm.py
diff -u fenfire/org/fenfire/demo/mm.py:1.38 fenfire/org/fenfire/demo/mm.py:1.39
--- fenfire/org/fenfire/demo/mm.py:1.38 Mon Aug 25 16:11:39 2003
+++ fenfire/org/fenfire/demo/mm.py      Mon Aug 25 16:45:46 2003
@@ -431,14 +431,14 @@
                     self.context.deleteText()
         elif key == "Ctrl-S":
             """Save the structure."""
-            p("going to save");
-            m = ff.swamp.Graphs.toModel(fen.graph);
-            m.write(java.io.FileWriter(FILE));
+            p("going to save")
+            m = ff.swamp.Graphs.toModel(fen.graph)
+            m.write(java.io.FileWriter(FILE))
         elif key == "Ctrl-Q":
             """Save the structure and quit."""
-            p("going to save");
-            m = ff.swamp.Graphs.toModel(fen.graph);
-            m.write(java.io.FileWriter(FILE));
+            p("going to save")
+            m = ff.swamp.Graphs.toModel(fen.graph)
+            m.write(java.io.FileWriter(FILE))
             java.lang.System.exit(43)
         elif key == "Ctrl-R":
             """Reload scene."""




reply via email to

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