I'm try to decrease the font size of my code and the workbench menus. Doing it by File > Settings > Editor > Font only changes the font size in the code editor. Is there way to do this for the whole IDE?
There are 2 Font settings in Jetbrains.
To set the global scale, Open Appearance & Behavior > Appearance, enable the checkbox Use custom font: and then increase the Size
Editor > Font is only for the editor, so menus are not affected.
short cut may be you can us control button + keyboard wheel OR ctlr+ + or - button . That works in most case
Related
I'm trying to enlarge the font for the markdown displayed in the Jupyter Notebooks opened with IntelliJ DataSpell.
I have adjusted anything in the Settings Menu you can think of. But it only affects the Menu or the Editor, never the Markdown shown.
I found an old topic (below) but that does not work.
How do you change the Markdown preview font size in IntelliJ IDEA?
Has anybody another idea how to adjust the font size?
Regrettably, it is not available.
Please vote for https://youtrack.jetbrains.com/issue/IDEA-232254 in order to increase its priority.
To change the font size of the menus and markdown texts:
File -> Settings -> Appearance & Behavior -> Appearance -> Use custom font (change font) -> Apply / OK
To change the font size of editor:
File -> Settings -> Editor -> Font (change font) -> Apply / OK
To apply changes on Markdown cells, you have to either double click on the cell and run the cell again or just restart the DataSpell IDE.
Did anyone have the problem when you can change the font size in Editor->Font size but it does not change anything?
I can set even 50 but it does not make any effect. I was trying to restart etc but it does not help.
Font size is also part of Editor display, as well as in 'color scheme' within font it displays the size. But does not work for me either IntelliJ COMMUNITY EDITION 2018 Settings -> Editor -> Font
changed both color scheme font zise and editor font but stays at a small (assume it is default) font approx .11 or.12pt font.
Appears to only change the font size in the Project pane not the Editor's code pane?
How to modify the font of PhpStorm findbox (find text field)? Fonts are windows default simsun! No change options in settings.
Update: this feature is available starting from IntelliJ IDEA 2018.3.1. To make the search/replace fields use the editor font you can add -Dide.find.use.editor.font=true in Help | Edit Custom VM Options and restart the IDE.
Original answer:
At the moment the font used in the text field is hardcoded and you can't change it, please vote for this request and follow it for updates:
IDEA-106651 Editor Search/Replace: use editor font for text input fields
Other related requests:
IDEA-68258 Font in Find/Replace dialog and Find panel same as in editor
IDEA-125920 Make the editor text search bar text-size & font an option.
How do you change the Markdown preview font size in IntelliJ IDEA 2017.1? The default font size is so small it's useless.
I've tried changing:
Preferences > Editor > Colors and Fonts > Font > Primary font
Preferences > Editor > Colors and Fonts > Font > Secondary font
Preferences > Editor > Colors and Fonts > Markdown
(this doesn't have any font or size options)
⌘->scroll wheel
I can change the font size in editor windows, but I haven't found the trick for changing the Markdown preview window font.
I also use
Preferences > Appearance & Behavior > Appearance > Override default fonts by
And even that doesn't change the font size.
I'm using
IntelliJ IDEA 2017.1
Build #IC-171.3780.95, built on March 20, 2017
JRE: 1.8.0_112-release-736-b13 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.3
At the moment, font size for the preview can be changed only via custom CSS.
body {
font-size: 80% !important;
}
Related request you can vote for to make it easier to change:
RUBY-19148 Markdown rendering window does not support mouse wheel font size increase/decrease
File > Settings > Search for 'preview' > Page Zoom (allows values from 0.1 to 10). If you set this to around 1.5 it works well. Use the decimal places to get it just right.
if u have custom appearance, the markdown font must be changed within color scheme > color scheme font..
I can't seem to find a way to change the code font size in WebStorm. I change the font size in options and it changes the menu and toolbar font size but not the actual code. Any ideas?
Settings (Preferences on Mac) | Editor | Colors & Fonts | Font, Size:
Before you can change this setting you must click "Save As..." and save the scheme under a custom name.
If you came here because you already found that screen, but the text box was locked...
This is because you cannot modify the current theme.
Click "Save As..." to save a copy of your current theme, now you should be able to edit whatever you want.
There is also an option to enable mouse wheel zooming, like in browsers:
File > Settings > Editor > Change font size with Ctrl+Mouse Wheel.
If you are a new WebStorm 10.0.4 user,
File > Settings > Editor > General > Change font size with Ctrl+Mouse Wheel.
The answer that discusses how to dynamically change the font size via the mouse wheel is partially correct, but leaves out a crucial step:
File
Settings
Editor
General (this is the crucial step missing from the previous answer)
Set the "Change font size (Zoom) with Ctrl+M
The previous answer was missing the crucial step 4, which, when omitted, leaves you wondering where the magic checkbox control is located.