-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Conversation
From file menu to view menu.
Reminder to myself to update the release notes when we merge this. |
@Chigurh - thanks for doing this. Talking about it further, I think we want two additional changes:
Thanks! |
Further down the road, I could imagine us getting to a point where having a dedicated Live Development top-level menu makes sense... |
I have changed the name but i can't figure out how to move it about Enable JSLint. I can't find "TOGGLE_JSLINT" (not sure if it's called that). The view menu in DefaultMenus.js ends with:
How are Quick view on hover and the Enable JSLint menu items added? @njx @peterflynn |
How are Quick view on hover and the Enable JSLint menu items are added through the default extensions. So on the Default Menus you should just add a Divider and after the Live Highlight, and then on the JSLint extension |
Thanks @TomMalbran! 😄 |
Looks good, thanks! Merging. |
Fixes #4387
Moved live highlight in the file menu to the view menu.