Changes in doc/userguide/userguide.xml [8544b32:066442]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/userguide/userguide.xml
r8544b32 r066442 629 629 </programlisting> 630 630 </listitem> 631 632 <listitem> 633 <para>Push/Pop the current selection to/from a stack to store 634 it momentarily and allow modifications in MakroActions.</para> 635 <programlisting> 636 ... --push-atom-selection 637 </programlisting> 638 <programlisting> 639 ... --pop-atom-selection 640 </programlisting> 641 </listitem> 631 642 </itemizedlist> 632 643 </listitem> … … 709 720 <programlisting> 710 721 ... --unselect-atoms-molecules 722 </programlisting> 723 </listitem> 724 725 <listitem> 726 <para>Push/Pop the current selection to/from a stack to store 727 it momentarily and allow modifications in MakroActions.</para> 728 <programlisting> 729 ... --push-molecule-selection 730 </programlisting> 731 <programlisting> 732 ... --pop-molecule-selection 711 733 </programlisting> 712 734 </listitem> … … 1247 1269 (without suffix) as its name.</para> 1248 1270 </note> 1271 </section> 1272 1273 <section xml:id='molecule.remove-molecule'> 1274 <title xml:id='molecule.remove-molecule.title'>Remove molecules 1275 </title> 1276 1277 <para>This removes one or multiple selected molecules.</para> 1278 1279 <programlisting>... -remove-molecule</programlisting> 1280 1281 <para>This essentially just removes all of the molecules' atoms 1282 which in turn also causes the removal of the molecule.</para> 1283 </section> 1284 1285 <section xml:id='molecule.translate-molecules'> 1286 <title xml:id='molecule.translate-molecules.title'>Translate molecules 1287 </title> 1288 1289 <para>This translates one or multiple selected molecules by a 1290 specific offset..</para> 1291 1292 <programlisting>... -translate-molecules</programlisting> 1293 1294 <para>This essentially translates all of the molecules' atoms.</para> 1249 1295 </section> 1250 1296
Note:
See TracChangeset
for help on using the changeset viewer.