~ubuntu-branches/ubuntu/maverick/electric/maverick

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2010-01-09 16:26:04 UTC
  • mfrom: (1.1.4 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100109162604-1ypvmy8ijmlc6oq7
Tags: 8.10-1
* New upstream version.
* debian/control
  - Add libjava3d-java and quilt build dependencies.
  - Update standards version to 3.8.3.
  - Add libjava3d-java as recommends to binary package.
* debian/rules
  - Use quilt patch system instead of simple patchsys.
  - Add java3d related jar files to DEB_JARS.
* debian/patches/*
  - Update as per current upstream source. Convert to quilt.
* debian/ant.properties
  - Do not disable 3D plugin anymore.
  - Use new property to disable compilation of OS X related classes.
* debian/wrappers/electric
  - Add java3d related jar files to runtime classpath.
* debian/README.source
  - Change text to the appropriate one for quilt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<!-- COMMAND Edit/Change... -->
4
4
<!-- COMMAND Cell/Merge Libraries/Replace Cells from Library... -->
5
5
 
 
6
<TABLE><TR><TD>
6
7
The <B>Change...</B> command (in menu <B>Edit</B>)
7
8
removes the currently highlighted node or arc and replaces it with a new one of a different type.
8
9
<P>
9
 
 
 
 
b'<TABLE><TR><TD>'
10
10
This same effect can be had by copying one object and then pasting it onto another
11
11
(see <A HREF="chap06-01.html#chap06-01">Section 6-1</A>).
12
12
A dialog is presented in which the possible replacements are shown.
27
27
Besides replacing the currently highlighted node or arc ("Change selected ones only"),
28
28
it is also possible to specify replacement of many other objects.
29
29
<UL>
30
 
<LI>"Change all connected to this" requests that other objects of the same type which are connected to the highlighted ones will be changed.
31
 
<LI>"Change all in this cell" requests that all other objects of the same type in this cell will be changed.
32
 
<LI>"Change all in this library" requests that all other objects of the same type in the current library will be changed.
33
 
<LI>"Change all in all libraries" requests that all other objects of the same type in every library will be changed.
 
30
<LI>"Change all connected to this" requests that objects of the same type, which are connected to the highlighted ones, be changed.
 
31
<LI>"Change all in this cell" requests that all objects of the same type in this cell be changed.
 
32
<LI>"Change all in this library" requests that all objects of the same type in the current library be changed.
 
33
<LI>"Change all in all libraries" requests that all objects of the same type in every library be changed.
34
34
</UL>
35
35
<P>
36
36
This is a modeless dialog: it can remain up while other editing is being done.
43
43
To change a capacitor into an electrolytic capacitor, paste an electrolytic capacitor onto it.
44
44
Besides capacitors, parameters can be found on diodes, transistors,
45
45
sources, and two-ports (the four-connection primitives such as VCCS).
46
 
 
 
 
b'<P>'
 
46
 
 
47
<P>
47
48
Another command for changing circuitry is <B>Replace Cells from Library...</B>
48
49
(in menu <B>Cell / Merge Libraries</B>).
49
50
This command replaces instances in the current cell with like-names ones from another library.