How to increase font size in NeatBeans IDE? - ide

I just bought a new monitor that's rather large and I am having a lot of trouble reading the text on my editor. I tried increasing the font size the usual way by going to
Tools >> Options >> Fonts & Colors >> Clicking the "..." button next to font >> and then choosing a large font size
This is the result: (click for full size)
As you can see the cursor becomes a lot larger but the font size remains the same. Does anyone know another way to effectively increase font size in NetBeans?

you might also want to change your font size for other parts of the IDE (other than the code).
Just add the parameter --fontsize <size> (default size is 11) to the startup command.
You can put it into the command line when launching IDE. You can also put it into the netbeans.conf file, which is in the /etc subdirectory of NetBeans installation.
Just place it as a last parameter into the netbeans_default_options parameter.

To increase the font size of netbeans 7.3.1 and 7.3 , you go from menu
Tools>>Options>>"Fonts & Colors" (is an inner menu in the dialog window of Options)
At the "Syntax" tab ,every entry in the "Category:" list-box ,you will notice that the font has the value "Inherited".
If you find in the "Category" list-box the entry with the name "Default" and change the font value of that, you will affect the font size of your editor, because everything is inherited from "Default" entry .
Another method is to increase temporary the font of the editor by a combination of keys.
To find what are the keys go to the "Options" dialog window by
Tools>> Options
and then choose the "Keymap" menu entry
and then in the "Search" textbox type "zoom text" and it will show you what combinations of keys for zooming in /out.
for example mine is the combination of "alt" key + mouse wheel up/down

1st Way:
press down Alt+z and scroll up or down (mouse wheel)
2nd way:
press down mouse scroll(wheel) button and scroll up or down

At Windows in the file C:\Program Files\NetBeans x.x\etc\netbeans.conf
Add "--fontsize [size]" at the end of line netbeans_default_options:
netbeans_default_options=".... --fontsize 16"

Check this image with red arrow direction

Tools >> Options >> Fonts & Colors >> Syntax tab. Select 'Default' from the Category list and click the ... button like you said.
It's the Default you need to select first before changing the size.

In OS X, Netbeans 8.0
Use Command + , to open the options
Select Fonts & Colors tab
Click the button in the Font section (button is next to the Font textbox)
Change the Font, style and size as needed

The solutions here just increase editor font size. You can run netbeans with parameter netbeans --fontsize 20 You can edit windows link like this for example. "C:\Program Files\NetBeans 8.0.2\bin\netbeans64.exe" --fontsize 20

Alt + scroll wheel will increase / decrease the font size of the main code window

press alt and scroll down or up to change the size

I would upgrade to newer Netbeans 7.1 or wait few days/weeks for 7.2, it can be a bug in Netbeans 6.8.
I just add to previous two solutions, that you can increase size temporary with ALT(CTRL) + mouse wheel as in browser. (ALT in Netbeans 7.2, CTRL in Netbeans 7.1)

Tools -> Options -> Fonts & Colors -> then click on Font browse option. Now you will see a popup box. Here you can change Font:, Font Style: and Size:
I had tested it.

Go to Tools|options|keymap.
Search for 'zoom in text' and set your preferred key.
I've set alt+plus and alt+minus.

When i modify the font size in Tools-> Options->Fonts & Colors->Syntaxto 14, the Editor font change fine, but Netbeans doesn´t take any change in fontsize IDE (icons, menus, ...) until i Add the --fontsize XX option in the file ...\NetBeans x.x\etc\netbeans.conf at the end of line netbeans_default_options AND set to true the already added option -J-Dsun.java2d.dpiaware, But i had to increase the font size Editor to 24. Thats works for me.

You can create your own shortcut for increase/Decrease Netbeans Fonts size
just goto Tools > Options > Keymaps than search zoom
click on three (...) dot and click Edit
press your_shortcut_keys ( what ever shortcut you want to set)

For full control of ANY (non simplest editor, non head of tree) ui elements I recomend use plugin UI Editor for NetBeans

To set fonts and colors for displaying help pages:
1.From the main window, choose File > Open File.
2.In the Open dialog box, navigate to IDE-install-directoryide/docs/org/netbeans/modules/usersguide and open the file ide.css.
The ide.css file is the style sheet that describes how to present the fonts and colors in the help pages.
3.Edit ide.css to your preferences.
4.Choose File > Save.
5.Open the help viewer and verify your changes.

Literally NONE of these worked for me.
I am using NetBeans 11.1 on Linux. I found the solution by searching the Options menu. The issue was the IDE Theme- which has an "Override" font size.
Tools > Options > Appearance > Darcula Look And Feel
Uncheck "Override Default fonts by [ Dialog 10 ]"
(OR increase the override font to a bigger size)
Hit OK
Exit and restart NetBeans!
Your environment preferences should be saved for future NetBeans sessions!

Related

Intellij zoom font all tabs

Is there a way to have Intellij zoom (aka adjust the font size) on all tabs at the same time? Can't seem to find the option anywhere.
You cannot zoom in/out for all files/documents without changing the the default font size in the settings.
To change the default font size (for all opened files) open Settings dialog (⌘ CMD+, on MacOS or Ctrl+Alt+S on Windows OS).
Then go to Settings → Editor → Color Scheme → Color Scheme Font and change font size there:
This will set the default font size in intelliJ IDEA.
Note: If the value field is inactive, you need to create a new Schema first by clicking Save As... button.
You can also enable scrolling zoom (only the current file will be affected). Go to Settings → Editor → General and activate the checkbox Change font size (Zoom) with Ctrl + Mouse Wheel right under the Mouse section:
Now you can change the font size with Ctrl+Mouse Wheel. However this approach will change font size for each tab individually.
This is finally implemented since Intellij IDEA 2021.3.
You have to chose new radio button next to mouse wheel setting.
Link to detailed answer in similar question: (https://stackoverflow.com/a/73037353/841050).
Announcement: https://www.jetbrains.com/idea/whatsnew/2021-3/

Change font of output console in Visual Studio?

I'm a beginner programmer using visual basic on visual studio working mostly with Consoles, and I would like to change the font size of the text that the compiler outputs displays when the code is compiled (not the text when I'm coding, those are fine). Here's what it looks like, compare it to the exit, minimise buttons and the file directory on the title bar for size references
Right now, the font size is like 8pt which is annoying.
Open the options window and go to the Fonts and Colors item. Select the window you'd like to change and then change the font-size to your liking:
You'll likely need to change multiple items, since each window uses its own settings:
Output Window
Command Window
Immediate Window
And possibly others.
To change the font size of the console that launches when you debug an application, you need to change the default font size for the windows console.
Start a command-prompt and then open the options screen
Set the font size:
This will apply to all consoles that open in the future.
None of the solutions suggested by jessehouwing worked for me (using Visual Studio 2017).
What did work was running a console program to open the console, clicking the small icon on the left in the title bar of the console window, clicking properties, fonts, and chosing the preferred font size.
After running and seeing the console windows,
In VSC 2019 go to File -> Preferences -> Settings -> Features -> Terminal and find option of font-size and change to apropriate value for your needs.Question isnt really clear what you exactly need but for all settings of font-size-s is pretty the same path to the solution.

How to change Android Studio's editor font?

Right now I am using the Darcula theme. I want to change the default font to something else. I go into Editor > Colors & Fonts > Font but all the options are greyed out. For Editor Font it shows Show only monospaced fonts as checked with Primary font as Monospaced, but neither of these can be changed. I tried changing the font under Appearance but that just changes the font used around AS and not inside the editor.
All you have to do is click the "Save As" button to create a new profile. You can't change the font because you can't overwrite the default profile
Android Studio The defaultEditor(Editor)TheScheme(Scheme)Is the font cannot be modified,you canSave as,
Save as a new scheme (Scheme),and then change the font size;
Location: File->Settings->Editor->Fonts -> Font & (for Mac : Android Studio -> Preferences)
We can change the font size according to CTRL + mouse wheel which is really easy to use it !!!
To use this feature select File -> Settings -> Editor -> General -> select the checkbox of Change the font size (Zoom) with Ctrl + Mouse Wheel
I hope it's helpful.
After Spending a good quality of time on this issue i finally fixed it...
In Latest Android Studio 3.2 version
Follow it will work for sure...
Step 1: Go to File Select Settings...
Step 2: Select Editor and select Color Scheme from right side window...
Step 3: Create a duplicate scheme by clicking on the setting icon from right side window as shown below image
Step 4: Now select Color Scheme --> Console Font from left side window and follow the image...
point 1...
point 2...
point 3 select the scheme which we create in Step 3
point 4 select the font type you want display text
point 5 select the font size of your wish.
Click on the Apply and Ok...
Step 5: Work 100 percentage...sure...
Find Setting icon from top toolbar and follow the steps accordingly in image attached.
I was able to increase the font, using the follow strategy.
If creating a custom setting doesn't help:
Click on File -> Settings ->Editor and check the field: "Change font-size with CRTL + Mouse Wheel"
Worked for me.
We have to be more careful when doing this. For the first time I have changed the font size of menu by mistake instead of font. First create your own scheme by going to File-->Settings-->Colors & Fonts and then you can make changes to your own scheme. The final procedure is to go to settings(File-->Settings) and then select Editor and Colors & Fontsin the left bar menu. Then select the arrow on the left side of Colors & Fonts and then select Font in the left menu bar. You will get options to change your values. Remember you can only change values to your own sheme.
Android Studio 3.3
Preferences>Editor>Color Scheme Font Select the cog next to the Scheme:and choose Duplicate. On the same screen, choose your desired font and select Apply to preview or OK to store and exit preferences.
For Android Studio 3.4.1 Go to File -> Settings -> Collapse Editor -> Font -> Select the required font -> Click OK.
Done.

How do you change the folder and menu font-size in Sublime Text 3?

I'm not talking about the font-size of the editor window, simply the font-size of the text in the main menu bar and the folder/file navigation side panel.
I've googled all over and read through all the docs I could find to no avail. Thanks in advance!
How do I do this in Windows 7?
Sidebar and tab font are modifiable:
Sublime Text 2 how to change the font size of the file sidebar?
The package is now located at /opt/sublime_text/Packages/Theme - Default.sublime-package (for Linux installation).
Extract Default.sublime-theme to ~/.config/sublime-text-3/Packages/User and modify the content.
(This step can be simplified using the PackageResourceViewer package.)
Menu font doesn't seem to be modifiable.
As far as changing the font size in the main menu bar, this can be done through the Windows Control Panel, but any changes will be universal - they'll apply to all applications.
Finding the options to change the menu font and size is kind of complicated, but here's how I do it: Open the Control Panel and select Personalization, then down at the bottom click on Window Color. In the next window that opens, click on Advanced Appearance Settings... to open the Window Color and Appearance window. Click on the menu item Normal and select your preferred font and size, then click Apply to check it out. Hit OK when you're done, save your theme if you want, and you're all set.

SQL Server Management Studio Object Explorer - How to increase Font Size?

In SQL Server Management Studio Object Explorer - How to increase Font Size?
From the tool --> Options --> Fonts & Colors we can change fonts for many windows. There is a drop down 'Show Settings For' where we can changes font for text in many area's but I'm not sure how to change the font for the Object Explorer. I thought it would be the tools window drop down selection but that didn't effect the Object Explorer. Any help is appreciated.
Thanks!
You can't change the font of the Object Explorer on it's own but you can change it.
Go to "Tools/Options/Fonts and Colors"
Under the "Show settings for:" dropdown choose "Environment font"
Set the font/fontsize to whatever you want (I use 12 pt Segoe UI)
Click "OK"
Restart SSMS
Using SSMS 2016, it will set use the font and size settings under "Environment Font" in object explorer (and in all menus etc) on restart of SSMS. Screen shot showing setting panel and result
Sometimes I like larger fonts, they help me see clearly and avoid mistakes when reading all the tons of text and data.
My alternatives for not being able to change the font in Object Explorer:
Windows 7 has a Magnifier.
Add a Filter when finding a specific table among the many tables in a database. Right click on Tables --> Filter.
In SSMS-17, Once you have navigated to Tools->Options->Environment->Fonts and Colors, Select Environment Font from the Show settings for. Then the Font will need to be set to a different Font before the Size of the text can be changed. The Automatic default Font setting prevents the Size from being changed.
Snip: SSMS-17 Before changes are made
Snip: SSMS-17 After changes are made
This is a known issue, and will not be fixed at this time.
http://connect.microsoft.com/SQLServer/feedback/details/691432/ssms-should-be-able-to-set-font-size-for-object-explorer-registered-servers-and-properties
currently there is no option but you can vote for this to be added into future versions here:
https://connect.microsoft.com/SQLServer/feedback/details/1046535
change grid result font
Go to "Tools/Options/Fonts and Colors"
Under the "Show settings for:" dropdown choose "grid results"
Set the font/fontsize to whatever you want (I use 12 pt Segoe UI)
Click "OK"
I had a similar issue where the sql connection box was really tiny. I tried using all the different font sizes for environment but nothing would fix the connection box size. What did fix it was a computer restart. All fonts went back to normal.
To increase the output of the print or select function, go to Options > Fonts and colors > Show settings for:, select Grid Results and change the field Size to a default of 7.