Differences between version 6 and previous revision of ActionAuthoring.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 6 Last edited on Monday, April 14, 2003 3:13:36 am. by ThomasFriedrichsmeier
Older page: version 5 Last edited on Monday, April 14, 2003 3:09:54 am. by ThomasFriedrichsmeier
@@ -111,12 +111,12 @@
  
 {DP: So what is the relationship between "some.file", and the file given in the <action filename=""/> tag? Is "some.file" the *.action file or the *.tpt file?} 
  
 [TF: some.file is the *.tpt-file. Note that the <code>-tag is optional. By default code.tpt will be used. Actually, my reason for introducting the <code>-tag is, that I plan to make it ""possible"" to inline the code in the .action-file. (Something like 
- <code><!--- 
+<code><!--- 
  print ("This is pure R-code") 
  --> 
- </code> 
+</code> 
 ). Further, the reason the code-filename is not given in description.xml, but rather in the .action-file, is that I'm trying to reduce memory-usage of actions to a minimum. While not activated (i.e. shown), an action is basically just a single string storing the filename of the .action-file. Only once the action is chosen from the menu, all the further information is parsed and the GUI is created. As soon as you close the dialog, everything except for the string storing the filename is freed again.] 
  
 By default, the code-template (see below) used will be "code.tpt" in the directory, the action is located. You override this by specifying a different file, here.