forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompact.xml
More file actions
executable file
·58 lines (44 loc) · 1.73 KB
/
Copy pathcompact.xml
File metadata and controls
executable file
·58 lines (44 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<doc>
<legacy_id>1667</legacy_id>
<name>compact</name>
<type>command</type>
<syntax>
<example>compact <i>stack</i></example>
</syntax>
<synonyms>
</synonyms>
<summary>Reclaims unused space within a <glossary tag="stack">stack's</glossary> <keyword tag="file">file</keyword> structure.</summary>
<examples>
<example>compact this stack</example>
<example>compact stack "Project 1"</example>
</examples>
<history>
<introduced version="1.0">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<experimental version=""></experimental>
<nonexperimental version=""></nonexperimental>
</history>
<objects>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
</classes>
<security>
</security>
<classification>
<category>Objects & Messages</category>
<category>Files, Folders, & Resources</category>
</classification>
<references>
<command tag="delete">delete Command</command>
</references>
<description>When you cut or delete a card, some free space is left within the stack. This empty space is reclaimed when you choose <b>File menu</b>. Use the <b>compact</b> <glossary tag="command">command</glossary> to reclaim this empty space without having to save the <object tag="stack">stack</object>.<p></p><p><b>Parameters:</b></p><p>The <i>stack</i> is any stack reference.</p><p></p><p><b>Comments:</b></p><p>This command is especially useful when a handler performs multiple rearrangements of cards without saving the stack.</p><p></p><p>The "Save" menu item in the File menu automatically compacts the stack. However, the <b>save</b> <glossary tag="command">command</glossary> does not do so.</p></description>
</doc>