index.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <html>
  2. <head>
  3. <title>Application Preferences</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>Application Preferences</h1>
  7. <p>Logisim supports two categories of configuration options:
  8. <em>application preferences</em> and <em>project options</em>.
  9. The application preferences address preferences that span all open
  10. projects, whereas project options are specific to that one project.
  11. This section discusses application preferences;
  12. <a href="../opts/">project options</a> are described in another
  13. section.</p>
  14. <p>You can view and edit application preferences via the Preferences...
  15. option from the File menu (or, under Mac OS, the Logisim menu),
  16. a window will appear with several tabs. We will discuss these tabs
  17. separately, and then we will see how preferences can be configured
  18. from the command line.</p>
  19. <blockquote>
  20. <a href="template.html">The Template tab</a>
  21. <br><a href="intl.html">The International tab</a>
  22. <br><a href="window.html">The Window tab</a>
  23. <br><a href="layout.html">The Layout tab</a>
  24. <br><a href="exp.html">The Experimental tab</a>
  25. <br><a href="cmdline.html">The command line</a>
  26. </blockquote>
  27. <p><strong>Next:</strong> <a href="template.html">The Template tab</a>.</p>
  28. </body>
  29. </html>