Does anyone know how to zoom in on NetBeans code?

前端 未结 6 1682
温柔的废话
温柔的废话 2020-12-29 18:01

I want to enlarge the code I\'ve written in NetBeans so it\'s easier to read. I can enlarge the output by using ctrl and \'+\', but it doesn\'t work on the code. Does anyo

相关标签:
6条回答
  • 2020-12-29 18:25

    NetBeans 7.2 changes the behaviour slightly – now you need to initiate a press down click on the scroll wheel whilst scrolling to increase/decrease the font size. No keyboard assistance required! - ref http://www.craiglotter.co.za/2012/10/16/how-to-quickly-increase-or-descrease-the-font-size-in-netbeans-ide/

    0 讨论(0)
  • 2020-12-29 18:38

    Just press "alt" and scrool and normally it's oke

    0 讨论(0)
  • 2020-12-29 18:43

    press { ALT (your keyboard) + Scroll wheel (your mouse) };

    0 讨论(0)
  • 2020-12-29 18:43

    If you want to zoom In/Out the code file /source window use this below method.

    press Alt key+ scroll Mouse wheel up for Zoom In and scroll Mouse wheel down for Zoom Out

    If you want to zoom In/Out the output window/terminal use this below method.

    press Ctrl key+ scroll Mouse wheel up for Zoom In and scroll Mouse wheel down for Zoom Out

    0 讨论(0)
  • 2020-12-29 18:44

    Visit here and download the zooming plugin.

    Steps to Install Plugin:

    1. Open Tools
    2. Select Plugin
    3. Goto Available Plugins Tab
    4. Search for Zoom and install the plugin
    5. Restart NetBeans
    0 讨论(0)
  • 2020-12-29 18:52

    Alt+Scroll Wheel (on mouse) will do it. If you want to change the font size, go to Tools>Options>Fonts&Colors [note: this is a large icon/tab]. From there, in the Syntax tab (default) click Default, then the '...' button next to Font. Change the font size here, and click Okay. Other fonts inherit this size, so that should be the only change.

    Happy coding!

    0 讨论(0)
提交回复
热议问题