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

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.

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/

WebStorm: Hide html selector toolbar

In WebStorm I want to hide the toolbar that appears on html files at the top. It shows the html selectors and ids drill down. I've circled it in the below picture...
Go to File -> Settings or press Ctr+Alt+S on windows. Then go to Editor-> General -> Appearance.
Then on the right side of the panel uncheck "Show HTML breadcrumbs(...)" line. Then restart the IDE to take effect.

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 background color in the settings of JetBrain's IDE?

What are the settings to change the background color in JetBrains' IDE?
Project explorer pane
Console pane
Code editor
Other Panes
I'm running v12.1.6 Ultimate Version.
Are there major differences between different versions of the software?
Console pane:
Settings / Editor / Colors & Fonts / Console colors
Console, background
Project view:
Settings / File colors
Add (Alt+insert), choose 'project files' scope, select a color.
Uncheck the 'Use in editor tabs' checkbox, make sure to check 'Use in project view'
Main view (general):
Settings / Editor / Color & fonts / General
Text, Default text
For changing the background of the editor goto File->Settings->Editor->Colors & Fonts->General->Text. You'll see an item called "Default text". On the right you will see a checkbox for background. Click on it and choose whatever color you prefer.
To change the editor background color in newer versions (after 2017) of Intellij Idea go to Settings > Editor > Color Scheme > General and then on the right side list expand Text and click on "Default text" then click on the color hex code to get the color wheel.
Editor > Color Scheme > General > Text
Go to File option top left in the menu bar.
Select Settings
Select Appearance option in "Appearance & Behavior"
Select Intellij option as Theme in UI Options.
You should able to see everything in while background much like eclipse.
Beginning with the 2019.1 release, Jetbrain's IDE supports Custom UI Themes, which give full control of the appearance of built-in IntelliJ IDEA UI elements.
Detailed tutorial about how to create your own custom theme
Blog post about creating custom themes for IntelliJ Platform
If you download it from the https://plugins.jetbrains.com, then you will need to install it as the plugin. Go in the settings, install plugin from the disk and select the JAR file from the disk as the screenshot below.
It's very easy: File > Settings > Color Scheme > Set "Classic Light" or other color

How to increase font size in NeatBeans 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!