~ubuntu-branches/ubuntu/utopic/electric/utopic-proposed

« back to all changes in this revision

Viewing changes to com/sun/electric/tool/user/help/helphtml/chap06-01.html

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2008-07-23 02:09:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723020953-1gmnv7q2wpsdbnop
Tags: 8.07-0ubuntu1
* New Upstream version. Please check changelog for details. (LP: #242720)
* debian/control
  - Add build dependencies *-jdk, cdbs and bsh.
  - Remove build dependency dpatch. We will be using CDBS simple patchsys.
  - Refreshed runtime dependencies to default-jre | java2-runtime and bsh.
  - Added home page field.
  - Standard version 3.8.0.
  - Modify Maintainer value to match the DebianMaintainerField
    specification.
  - Changed email address for original maintainer to indicate who has
    refreshed the packaging.
* debian/rules
  - Revamped to use cdbs.
  - Added get-orig-source target.
* debian/patches
  - 00list, 02_sensible-browser.dpatch, 01_errors-numbers.dpatch,
    03_manpage.dpatch - Deleted, not relevant anymore.
  - 01_fix_build_xml.patch - Patch to fix the build.xml.
* debian/ant.properties
  - File to set various compilation properties.
* debian/electric.1
  - Remove the entry that causes lintian warning.
* debian/electric.desktop
  - Change as suggested by desktop-file-validate.
* debian/electric.docs
  - Updated as per changes in file names.
* debian/electric.svg
  - Name changed from electric_icon.svg.
* debian/install
  - Added appropriate locations for jar file, desktop file and wrapper shell
    script.
* debian/README.source
  - Added to comply with standards version 3.8.0.
* debian/TODO.Debian
  - Name changed form TODO.
* debain/wrapper/electric
  - Wrapper shell script to launch the application.
* debian/manpages
  - Added for installation of manpage.
* debian/watch
  - Updated to match jar files instead of older tar.gz files.
* debian/dirs
  - Removed, not needed anymore.
* debian/{electric.doc-base, electric.examples, substvars}
  - Removed, not relevant anymore.
* debian/*.debhelper
  - Removed auto generated files. Not relevant anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- HEADER 6-1: Making Copies -->
 
2
 
 
3
<!-- COMMAND Edit/Cut -->
 
4
<!-- COMMAND Edit/Copy -->
 
5
<!-- COMMAND Edit/Paste -->
 
6
<!-- COMMAND Edit/Duplicate -->
 
7
 
 
8
Once you have created a collection of objects,
 
9
it may be desirable to have other identical copies.
 
10
There are two ways to do this: by duplication, and by cut-and-paste.
 
11
<P>
 
12
<H3>Duplication</H3>
 
13
<P>
 
14
The <B>Duplicate</B> command (in menu <B>Edit</B>) makes a copy of the selected nodes and arcs.
 
15
After issuing this command, you can move the cursor to any location and click to place the copy.
 
16
While moving the cursor, an outline of the duplicated objects is shown (as well as the amount of motion).
 
17
<P>
 
18
If you have disabled "Move after Duplicate"
 
19
(in the Nodes Preferences, in menu <B>File / Preferences...</B>, "General" section, "Nodes" tab)
 
20
then the duplicated objects are placed immediately without dragging.
 
21
Initially, they are moved by a predefined amount.
 
22
However, Electric remembers motion that is made after a duplication and uses that offset in subsequent duplications.
 
23
<P>
 
24
If any of the nodes have exports on them, they are not duplicated
 
25
(unless "Duplicate/Array/Paste copies exports" is set in the Nodes Preferences).
 
26
<P>
 
27
The <B>Duplicate</B> command forces newly created nodes and arcs to have unique names.
 
28
This means that if any nodes or arcs are named
 
29
(using the <B>Object Properties...</B> command, in menu <B>Edit / Properties</B>) and then duplicated,
 
30
the new ones will have different names
 
31
(specifically, the old names with numbers appended or modified).
 
32
<P>
 
33
<H3>Cut-and-Paste</H3>
 
34
<P>
 
35
Another way to make copies of nodes and arcs is with the cut-and-paste commands.
 
36
The <B>Copy</B> and <B>Cut</B> commands (in menu <B>Edit</B>) copy the currently selected nodes and arcs to a special buffer.
 
37
<B>Cut</B> also removes the objects after copying them.
 
38
The <B>Paste</B> command then copies the objects from the special buffer to the display.
 
39
After issuing this command, an outline of the pasted objects attaches to the cursor.
 
40
When you click, the objects are placed at that location.
 
41
You can right-click during the paste drag to affect the location, and to abort the paste.
 
42
<P>
 
43
Note that if you copy a node or arc and then select another before pasting,
 
44
then the copied object will replace the selected object
 
45
(changing its type and other properties,
 
46
similar to the <B>Change...</B> command, see <A HREF="chap06-06.html#chap06-06">Section 6-6</A>).
 
47
If you want the <B>Paste</B> command to make a second copy,
 
48
be sure that nothing is selected when you issue the command.
 
49
Thus, duplicating an object cannot be done by issuing a <B>Copy</B> and then a <B>Paste</B>.
 
50
You must do a <B>Copy</B>, then deselect the object, then do a <B>Paste</B>.
 
51
 
 
52
<!-- TRAILER -->