Thursday, September 12, 2019

Wingware Blog: Presentation Mode in Wing 7

Presentation Mode, added in Wing 7, temporarily applies a selected magnification to the entire user interface, so the screen can be read more easily during meetings or talks.

To activate this mode, check on Presentation Mode in the high-level configuration menu accessed with the menuicon icon at the top right of Wing's window:

/images/blog/presentation-mode/menu.png

You will be presented with a confirmation dialog that also provides a link to the preference that controls the level of magnification:

/images/blog/presentation-mode/dialog.png

To apply the mode change, Wing restarts and reloads the current project in the same state as you left it, but with the contents of the window magnified.

Before

/images/blog/presentation-mode/window-1.0.png

After

/images/blog/presentation-mode/window-1.5.png

To disable Presentation Mode, uncheck the high-level configuration menu item again.



That's it for now! We'll be back soon with more Wing Tips for Wing Python IDE.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...