layout.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <html>
  2. <head>
  3. <title>The Layout tab</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>The Layout tab</h1>
  7. <center><img src="../../../../en/img-guide/prefs-layout.png" width="375" height="321"></center>
  8. <p>This tab includes preferences affecting
  9. the behavior of the circuit layout editor.</p>
  10. <ul>
  11. <li><p><b>Printer view:</b> Specifies whether
  12. to display the circuit on the screen in the same way it is displayed
  13. through the printer. Normally this is off, and Logisim displays the on-screen
  14. circuit with indications of the current circuit state, and it displays some
  15. hints about component interface (most notably, it draws legs on OR
  16. gates to indicate where they would connect). The printer view, though,
  17. omits indications of state, and it omits such interface hints.</p></li>
  18. <li><p><b>Show attribute halo:</b> Specifies whether to draw the pale teal oval
  19. around the component or tool whose attributes are currently displayed in
  20. the attribute table.</p></li>
  21. <li><p><b>Show component tips:</b> Specifies
  22. whether to display the "tool tips" that will temporarily appear when
  23. the mouse hovers over components supporting them. For example, if you hover
  24. over a subcircuit component's pin, it will display the label of the
  25. corresponding pin within the subcircuit. Hovering over one of the
  26. ends of a splitter will tell you the bits to which that end corresponds.
  27. In addition, all components in the Plexers, Arithmetic, and Memory libraries will
  28. provide information about their inputs and outputs via tips.</p></li>
  29. <li><p><b>Keep connections while moving:</b> Indicates whether
  30. Logisim should add new wires when components are moved
  31. to preserve their connections. By default this is on &mdash; though it can
  32. be turned off temporarily by pressing the shift key while moving the components.
  33. If this box is unchecked, then the default will be not to add wires during a move
  34. &mdash; though you can turn it on temporarily by pressing the shift key during the move.</p></li>
  35. <li><p><b>Show Ghosts while adding:</b> When checked, and when a tool for adding
  36. a new component is selected, a light-gray outline of a component to be added
  37. is drawn as the mouse moves across the canvas. For example, if you select
  38. the AND gate tool and move the mouse into the window (without
  39. pressing the mouse's button), a gray outline of an AND gate will display
  40. where the AND gate will appear when the mouse is clicked.</p></li>
  41. <li><p><b>After adding component:</b> By default, after adding each individual
  42. component, Logisim switches back to the Edit Tool to allow you to move
  43. components around and to add wires. The drop-down box allows you to change this
  44. behavior so that Logisim stays at the same tool for adding more of the same
  45. component, until you yourself opt to choose the Edit Tool. (This was Logisim's
  46. default behavior prior to Logisim 2.3.0. While more intuitive, this behavior
  47. requires more mouse movement to switch between tools.)</p></li>
  48. <li><p><strong>First radix when wire poked:</strong>
  49. Configures how values are displayed when a wire is clicked using the Poke Tool.
  50. Clicking a wire displays temporarily the value, staying until the user clicks
  51. elsewhere in the circuit.</p></li>
  52. <li><p><strong>Second radix when wire poked:</strong>
  53. Configures the second part of how wire values are displayed.</p></li>
  54. </ul>
  55. <p><strong>Next:</strong> <em><a href="exp.html">The Experimental tab</a></em>.</p>
  56. </body>
  57. </html>