You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by redmunds Saturday Nov 09, 2013 at 02:09 GMT Originally opened as adobe#377
Doesn't seem to be necessary to DrawMenuBar() on every menu item as it's added on Windows.SetMenuTitle() already sets a time to do that.
This seems to reduce start up time by ~3/4 second on my lenovo W510 running Win7. Also draws all core menus in menubar at once, followed by a second draw for extensions. Currently, the only extension that adds a menu it the builtin Debug menu, so this should be tested with other extensions that add menus (e.g. Emmet).
Issue by redmunds
Saturday Nov 09, 2013 at 02:09 GMT
Originally opened as adobe#377
Doesn't seem to be necessary to
DrawMenuBar()
on every menu item as it's added on Windows.SetMenuTitle()
already sets a time to do that.This seems to reduce start up time by ~3/4 second on my lenovo W510 running Win7. Also draws all core menus in menubar at once, followed by a second draw for extensions. Currently, the only extension that adds a menu it the builtin Debug menu, so this should be tested with other extensions that add menus (e.g. Emmet).
This is for adobe/brackets#5266, but there may be more that can be done.
Windows-only.
redmunds included the following code: https://github.com/adobe/brackets-shell/pull/377/commits
The text was updated successfully, but these errors were encountered: