Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add menu bar to ui #16

Open
nyxxxie opened this issue Jan 29, 2017 · 0 comments
Open

Add menu bar to ui #16

nyxxxie opened this issue Jan 29, 2017 · 0 comments

Comments

@nyxxxie
Copy link
Owner

nyxxxie commented Jan 29, 2017

The menubar is that little bit on the top of a window that contains [ File | Edit | Windows | ... ]. We should add one that contains the following.

  • File
    • New - creates new file in current project
    • Open - opens existing file and adds it to current project
    • vertical line
    • Save - Saves currently focused file
    • Save As... - Saves currently focused file as
    • Save All - Save all opened files
    • vertical line
    • Quit - Exits program
  • Edit
    • Undo - Undoes last change
    • Redo - Redoes last change
    • vertical line
    • Cut - Redoes last change
    • Copy - Redoes last change
    • Paste - Redoes last change
  • Windows
    • Somewhere in here should be a submenu that is populated dynamically somehow by all dockwindows currently added to mainwindow. Clicking on a window should hide it

Implementation for specific menu actions is optional, the implementer can just use actions with empty bodies if they wish

@nyxxxie nyxxxie added this to the 1.0 milestone Jan 29, 2017
@nyxxxie nyxxxie self-assigned this Jan 29, 2017
@nyxxxie nyxxxie removed their assignment Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant