Changeset 315 for java/FramclipsePlugin/src/main/resources/framscontext.dtd
- Timestamp:
- 01/27/15 22:19:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/FramclipsePlugin/src/main/resources/framscontext.dtd
r13 r315 6 6 7 7 <!-- 8 framsticks files can reference scripting objects in 3 ways9 as described by the3 tags of the framscontext.xml file:8 Framsticks files can reference scripting objects in 3 ways 9 as described by 3 tags of the framscontext.xml file: 10 10 11 - <objects> framsticks objects are stored in the file in the framsticks format 12 - <code> a field in the file (using the framsticks format) contains a script 13 that uses some objects 11 - <objects> Framsticks objects are stored in the file in the Framsticks format 12 - <code> a field in the file (using the Framsticks format) contains a script that uses some objects 14 13 - <script> plain text file containing a script 15 14 16 15 <script> excludes the two following tags. 17 <code> implies that the framsticks format is used for the file so the <objects> tags will be also used to declare which objects can be present in the file.16 <code> implies that the Framsticks format is used for the file so the <objects> tags will be also used to declare which objects can be present in the file. 18 17 --> 19 18
Note: See TracChangeset
for help on using the changeset viewer.