PhpStorm - How to change default zoom level - phpstorm

The default zoom level is way too high as you can see in the following screenshot, how can I change it?
I already searched the whole settings but found nothing.

Editor font size can be changed in Preferences | Editor | Colors&Fonts | Font (don't forget to press Save as button to save the default schema as a custom one - predefined schemes can't be modified).
Note also that you can zoom the font in editor. To zoom text using keyboard, you need to assign preferred shortcuts to Increase font size, Decrease font size and Reset font size actions in Preferences | Keymap | Editor Actions; to do the same using mouse, enable Change font size (Zoom) with Ctrl+Mouse Wheel option in Preferences | Editor | General and use Ctrl+mouse wheel to zoom

Related

PhpStorm - Zoom In for Non-Editor text (e.g. Menus and Tool Windows)

I am just starting to use PhpStorm (version 2021.2.2)
I can see you can easily make the text larger in the editor using ctrl mouse wheel. But is there a way to expand the general application text, e.g. as used in the menus, tool windows, project tree structure, etc?
This would be the equivalent of the View->Appearance->Zoom In option in VS Code.
Settings (Preferences on macOS) | Appearance & Behavior | Appearance | Use custom font -- you can specify custom font size there.
Default settings (Windows 10; no screen scaling or alike; all native 100%):
Custom font size (16):
Click to open both images in new tabs and switch between them to compare

Remove the white outline box from PhpStorm editor

PhpStorm recently updated and reset all my editor settings, I can not find the setting though to get rid of the white selection box when you click on a variable.
You need to modify Identifier under caret color settings in Settings | Editor | Color Scheme | General |Code - in Material UI color schemes, it has bordered effect enabled

PhpStorm input dialog color

Some dialog windows of PhpStorm are using a black color to text and over a black background sometimes is hard to read.
Can I change the color of these inputs using some settings?
EDIT: The behaviour can be simulated selecting the theme Darcula and the scheme Default
"EDIT: The behaviour can be simulated selecting the theme Darcula and the scheme Default"
It is expected behavior in your case -- you are trying to use dark GUI Theme (Darcula) with light Color Schema (Editor area colors) which meant to work with light GUI Themes.
But yes -- such color is possible to change.
Settings/Preferences
Editor | Colors & Fonts | General
Text | Default Text
Change/Assign desired color to Foreground styling option
Changing colors:
Actual result:
P.S.
I've used Darcula GUI Theme + Default Color Schema.
It's possible that you may need to restart IDE for other combinations.
Resetting the settings maybe possibly fix the problem
https://www.jetbrains.com/help/phpstorm/2016.1/project-and-ide-settings.html

change font size of Chrome bookmarks panel

bookmarks bar doesn't zoom in with page zooming or minimal font setting in chrome.
So is there a way to increase font size for bookmarks bar?
In XP you can change font size of bookmarks and tabs of the chrome by changing the Message Box value in display properties menu;
Control Panel -> Display -> Appearance -> Advanced -> Item -> Message Box
There might be a way to change the chrome bookmark bar font size using the "chrome browser settings", but I'm not entirely sure. Alternatively, use the "OS settings". These settings are usually found in categories named: visual, appearance, theme, font size, etc... and can
be adjusted on either a specific or global scale.
OS (Windows 10)
Start > Settings > Make text size bigger
Start > Settings > Change the size of text, apps, and other items > Scale and layout
Start > Settings > Make everything bigger > Make everything bigger
On Google Chrome click on 3 dots on upper right hand corner and scroll down to settings. Settings>Advanced>Accessibility>Manage Accessibility Features>Display>Open Display Settings>Display Size>(Move bar towards middle of Tiny and Huge or to your liking)
For windows 11...
select windows start button
type font in search bar
choose "make text size bigger"
Use scale to increase text size according to your preference, select apply
THENNNN, use the magnifier (upper right icon in url bar or use CTRL and -) to reduce the size of your screen from 100%
Not ideal fix, but a temporary solution that worked for me!
Its so easy dear. Just type the following in your chrome browser:
chrome://flags
Now scroll down untill you find the option "HiDPI Support Windows".
Once you found the option change it from Default to Engable and then click on relunch now. You are done your from now your bookmark toolbar icons will be big.
Click on bookmarks.
On top of the bookmark list, click Bookmark Manager.
Then simply use the Ctrl and + or _ to increase or decrease font size.
Alternately, press Ctrl and roll the mouse wheel.

PhpStorm text size

Is it possible to define a shortcut to increase/decrease size of code in PhpStorm, like what you can do in Notepad++ with CTRL+Mouse Wheel?
Enable CTRL+Mouse Wheel: Settings -> Editor -> Change font size (Zoom) with Ctrl+Mouse Wheel (check).
Specify exact font size: Settings -> Editor -> Colors & Fonts -> Font.
I am able to change my PHP Storm (version 8.0.3 or later) Fonts by
Go to File and then click Settings.
Form Left Side Menu, Select Editor --> General Tab
Check this box under Mouse section Change font size (zoom) with Ctrl_Mouse Wheel (see below pic).
30 Second Demo Here
in new version in this address
file > setting > Editor > general
check this item
Change font size (Zoom) with Ctrl+Mouse Wheel
Also you can use View → Enter Presentation Mode.
Default font size for this mode is 24.
You can change it here: Settings → Appearance → Presentation Mode → Font size
The pre-defined schemes are not editable. To change colors and fonts settings in such a scheme, create its copy.
So to change font size select any scheme of your choice. Save the "scheme" as a copy with a name like "scheme 2".
Now the default font size will be editable.
In MacOS, you should navigate to the PhpStorm -> Preferences -> Editor -> General screen and check/uncheck the "Change font size (Zoom) with Command + Mouse Wheel" checkbox. I unchecked because I don't like it but maybe you do.
Moreover, you can use the finder field in the top left corner of the same PhpStorm -> Preferences dialog. Type the word "size" in this field and you will see a couple of items on the right hand side of the dialog. There are the Editor Actions -> Decrease Font Size and Editor Actions -> Increase Font Size options.
Right click each of them and choose "Add Keyboard Shortcut". Finally, press the Ctrl and numerical plus in case of Increase and Ctrl and numerical minus in case of Decrease and press OK (if you have numerical part of your keyboard).
In PhpStorm 2020.2.1 go to :
Settings -> Editor-> Font
That's it
Switching beetween Editors and zooming text during presentations or so could be complicated.
If you used to do it like in notepad++ than maybe this helps if you use win:
^NumpadAdd::
send,^{WheelUp}
return
the complete script you could find here: https://gist.github.com/sl5net/7170280#file-gistfile1-txt