Improved documentation.

This commit is contained in:
hneemann 2018-07-29 17:42:29 +02:00
parent d5555a221e
commit 3bfa2488ef
3 changed files with 15 additions and 5 deletions

View File

@ -9,8 +9,9 @@ HEAD, planned as v0.20
- Allows the pre-loading of program memory if a RAM is used as such.
- Added a new more flexible shape for embedded circuits.
- Breaking changes:
- In your own DIL circuits you have to reselect the DIL-Shape in the
circuit settings.
- In your own DIL circuits you have to reselect the DIL shape in the
circuit settings. If you have build a custom shape, you also have to
reselect it.
v0.19, released on 14. June 2018
- Added a tabbed pane to the attributes dialog to make it more beginner friendly.

View File

@ -1189,8 +1189,13 @@ Sind evtl. die Namen der Variablen nicht eindeutig?</string>
<string name="key_shapeType">Form</string>
<string name="key_shapeType_tt">Die Form, welche für die Repräsentation der Schaltung in einer einbettenden
Schaltung verwendet werden soll. Bei "Layout" bestimmt die Lage und Orientierung der Ein- und Ausgänge in
der Schaltung die Position der Pins.</string>
Schaltung verwendet werden soll. Bei der Form "Einfach" werden die Eingänge auf der linken und die Ausgänge auf
der rechten Seite eines einfachen Rechtecks angezeigt.
Bei "Layout" bestimmt die Lage und Orientierung der Ein- und Ausgänge in
der Schaltung die Position der Pins. Hier sind auch Pins oben und unten möglich.
Bei der Wahl von "DIL-Gehäuse" wird ein DIL-Gehäuse zur Darstellung verwendet. Die Pin-Nummern der Ein- und
Ausgänge bestimmen hier die Position der Pins.
</string>
<string name="key_shapeType_DEFAULT">Vorgabe</string>
<string name="key_shapeType_SIMPLE">Einfach</string>
<string name="key_shapeType_DIL">DIL-Gehäuse</string>

View File

@ -1180,8 +1180,12 @@
<string name="key_shapeType">Shape</string>
<string name="key_shapeType_tt">The shape to be used for the representation of the circuit in an embedding circuit.
In the "Simple" mode, the inputs are displayed on the left and the outputs on the right side of a simple rectangle.
With "Layout", the position of the inputs and outputs and and their orientation in the circuit determines
the position of the pins.</string>
the position of the pins. Here are also pins at the top or bottom possible.
When selecting "DIL-Chip", a DIL housing is used to display the circuit. The pin numbers of the inputs and outputs
determine the position of the pins in this case.
</string>
<string name="key_shapeType_DEFAULT">Default</string>
<string name="key_shapeType_SIMPLE">Simple</string>
<string name="key_shapeType_DIL">DIL-Chip</string>