Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/userguide/userguide.xml

    r8544b32 r066442  
    629629                </programlisting>
    630630              </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>
    631642            </itemizedlist>
    632643          </listitem>
     
    709720                <programlisting>
    710721                ... --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
    711733                </programlisting>
    712734              </listitem>
     
    12471269            (without suffix) as its name.</para>
    12481270          </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>
    12491295        </section>
    12501296
Note: See TracChangeset for help on using the changeset viewer.