index.html 893 B

1234567891011121314151617181920212223242526272829
  1. <html>
  2. <head>
  3. <title>Menu Reference</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>Menu Reference</h1>
  7. <p>This section explains the six menus that accompany
  8. every major Logisim window.
  9. <blockquote>
  10. <a href="file.html">The File menu</a>
  11. <br><a href="edit.html">The Edit menu</a>
  12. <br><a href="project.html">The Project menu</a>
  13. <br><a href="simulate.html">The Simulate menu</a>
  14. <br><a href="winhelp.html">The Window and Help menus</a>
  15. </blockquote>
  16. Many menu items relate specifically to a currently opened
  17. project. But some Logisim windows (particularly the <a
  18. href="../analyze/index.html">Combinational Analysis window</a> and the
  19. <a href="../prefs/index.html">Application Preferences window</a>) are
  20. not associated with projects. For these windows, the project-specific
  21. menu items will be disabled.
  22. <p><strong>Next:</strong> <a href="file.html">The File menu</a>.</p>
  23. </body>
  24. </html>