main-menu.rst 1.4 KB

1234567891011121314151617181920212223242526272829
  1. .. include:: ../_header.rst
  2. Main menu
  3. ---------
  4. The |MainMenu|_ lists common general commands. You can open it by pressing in the menu button at the right of the |MainToolbar|_:
  5. .. image:: ../images/workbench-main-menu-01062021.webp
  6. :alt: Main menu.
  7. * **Open Project**: launches the `Open Project dialog <projects.html#projects-dialog>`_.
  8. * **Reload Project**: `reloads the project files <projects.html#reload-project>`_.
  9. * **Compile Project**: compiles all compilable files of the project. For example, the `scene <../scene-editor/scene-compiler.html>`_ and `component <../scene-editor/user-components-compiler.html>`_ files. This does not include TypeScript files or any other format with external compilers.
  10. * **Open Visual Studio Code**: opens the project in a local |VSCode|_ instance. This is available only if the |PhaserEditor|_ server is running in `desktop mode <../misc/server-options.html>`_. You can configure a different external editor. Check the **-external-editor-command** `server option <../misc/server-options.html>`_.
  11. * **Select Color Theme**: opens the `Color Themes dialog <color-themes.html>`_.
  12. * **Command Palette**: opens the `Command Palette <command-palette.html>`_
  13. * **Unlock Phaser Editor 2D**: opens a dialog to `unlock the IDE <../pricing/index.html>`_.
  14. * **Check For Updates**: checks if there is a new version.
  15. * **Help**: opens this documentation in the browser.
  16. * **About**: opens the About dialog.