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?
Nikola K.
7,03313 gold badges29 silver badges39 bronze badges
asked Sep 22, 2012 at 18:37
Handsome NerdHandsome Nerd
16.7k21 gold badges93 silver badges169 bronze badges
3
Enable CTRL+Mouse Wheel: Settings -> Editor -> Change font size (Zoom) with Ctrl+Mouse Wheel (check).
Specify exact font size: Settings -> Editor -> Colors & Fonts -> Font.
answered Sep 22, 2012 at 19:46
8
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
sectionChange font size (zoom) with Ctrl_Mouse Wheel
(see below pic).
30 Second Demo Here
answered Oct 16, 2018 at 10:57
0
in new version in this address
file > setting > Editor > general
check this item
Change font size (Zoom) with Ctrl+Mouse Wheel
answered Jun 1, 2016 at 5:55
hamidrezahamidreza
1911 silver badge3 bronze badges
1
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
answered Jul 17, 2014 at 10:26
2
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.
answered Aug 21, 2014 at 4:20
dtouchdtouch
711 silver badge1 bronze badge
0
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).
answered Oct 18, 2016 at 2:22
In PhpStorm 2020.2.1 go to :
Settings -> Editor-> Font
That’s it
answered Oct 12, 2020 at 20:10
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
R R
2,9952 gold badges24 silver badges42 bronze badges
answered Oct 26, 2013 at 14:55
SL5netSL5net
2,1544 gold badges24 silver badges41 bronze badges
Можно ли определить ярлык для увеличения/уменьшения размера кода в PhpStorm, например, что вы можете сделать в Notepad++ с помощью CTRL+Колесико мыши?
8 ответы
Включите CTRL+Колесико мыши: Настройки -> Редактор -> Изменить размер шрифта (Масштаб) с помощью Ctrl+Колесо мыши (галочка).
Укажите точный размер шрифта: Настройки -> Редактор -> Цвета и шрифты -> Шрифт.
Создан 23 сен.
в новой версии в этом адресном файле > настройка > Редактор > общие отметьте этот пункт Изменить размер шрифта (Масштаб) с помощью Ctrl+Колесо мыши
Создан 01 июн.
я смогу изменить мой PHP Storm (версия 8.0.3 или позже) Шрифты
- Перейдите в «Файл» и нажмите «Настройки».
- Сформируйте левое боковое меню, выберите
Editor
->General
Tab - Установите этот флажок под
Mouse
разделChange font size (zoom) with Ctrl_Mouse Wheel
(см. рисунок ниже).
30-секундная демонстрация здесь
Создан 11 июн.
Также вы можете использовать Просмотр → Войти в режим презентации.
Размер шрифта по умолчанию для этого режима — 24.
Вы можете изменить его здесь: Настройки → Внешний вид → Режим презентации → Размер шрифта
Создан 08 фев.
Предопределенные схемы не редактируются. Чтобы изменить настройки цветов и шрифтов в такой схеме, создайте ее копию. Таким образом, чтобы изменить размер шрифта, выберите любую схему по вашему выбору. Сохраните «схему» как копию с именем типа «схема 2». Теперь размер шрифта по умолчанию можно будет редактировать.
ответ дан 21 авг.
В MacOS вы должны перейти к экрану PhpStorm -> Настройки -> Редактор -> Общие и установить/снять флажок «Изменить размер шрифта (Масштаб) с помощью Command + колесико мыши». Я снял флажок, потому что мне это не нравится, но, возможно, вам нравится.
Кроме того, вы можете использовать поле поиска в верхнем левом углу того же диалогового окна PhpStorm -> Preferences. Введите слово «размер» в это поле, и вы увидите несколько элементов в правой части диалогового окна. Существуют опции Действия редактора -> Уменьшить размер шрифта и Действия редактора -> Увеличить размер шрифта.
Щелкните правой кнопкой мыши каждый из них и выберите «Добавить сочетание клавиш». Наконец, нажмите Ctrl и числовой плюс в случае увеличения и Ctrl и числовой минус в случае уменьшения и нажмите OK (если у вас есть цифровая часть клавиатуры).
ответ дан 18 окт ’16, 03:10
В PhpStorm 2020.2.1 перейдите по ссылке:
Настройки -> Редактор-> Шрифт
Вот именно
ответ дан 12 окт ’20, 21:10
Переключение между редакторами и масштабирование текста во время презентаций может быть сложным. Если вы делали это, как в блокноте ++, возможно, это поможет, если вы используете win:
^NumpadAdd::
send,^{WheelUp}
return
полный скрипт вы можете найти здесь: https://gist.github.com/sl5net/7170280#file-gistfile1-txt
Создан 20 ноя.
Не тот ответ, который вы ищете? Просмотрите другие вопросы с метками
phpstorm
or задайте свой вопрос.
Asked
9 years, 6 months ago
Viewed
3k times
I just downloaded PHP storm 6.03 and have been trying to change the editor font size (code view font size and font) but to no avail. Is this a bug or what?
the tab could also be handy if it could break out of «»,»,() {}. This feature is found in aptana where after typing the {some text here}, the user hits the tab key and leaves both braces. a handy trick could also help. Thanks
asked Aug 1, 2013 at 8:15
1
-
Settings | Editor | Colors & Fonts | Font
(P.S. Settings screen has search functionality — top left corner — you should try it) -
Not currently available. Watch this ticket: http://youtrack.jetbrains.com/issue/IDEA-74666
answered Aug 1, 2013 at 8:50
LazyOneLazyOne
155k44 gold badges376 silver badges381 bronze badges
1
Not sure if this helps, but I tried in version 8 and font was grayed out, so I found under settings IDE Setting > Editor. On the right side under «Mouse» I checked the «Change font size (Zoom) with ctrl+Mouse Wheel. Hit ok, and used my ctrl + mouse wheel to change my font…
EDIT: Ok so here is how I did it. I had to go to Settings then IDE Settings and under that Colors and Fonts (don’t expand), then on the right side saved as the default scheme and then I was able to change font size…
Basically had to make my own Scheme, copy existing one… works now…
answered Oct 17, 2014 at 21:27
Tim MaxeyTim Maxey
7316 silver badges13 bronze badges
Asked
9 years, 6 months ago
Viewed
3k times
I just downloaded PHP storm 6.03 and have been trying to change the editor font size (code view font size and font) but to no avail. Is this a bug or what?
the tab could also be handy if it could break out of «»,»,() {}. This feature is found in aptana where after typing the {some text here}, the user hits the tab key and leaves both braces. a handy trick could also help. Thanks
asked Aug 1, 2013 at 8:15
1
-
Settings | Editor | Colors & Fonts | Font
(P.S. Settings screen has search functionality — top left corner — you should try it) -
Not currently available. Watch this ticket: http://youtrack.jetbrains.com/issue/IDEA-74666
answered Aug 1, 2013 at 8:50
LazyOneLazyOne
155k44 gold badges376 silver badges381 bronze badges
1
Not sure if this helps, but I tried in version 8 and font was grayed out, so I found under settings IDE Setting > Editor. On the right side under «Mouse» I checked the «Change font size (Zoom) with ctrl+Mouse Wheel. Hit ok, and used my ctrl + mouse wheel to change my font…
EDIT: Ok so here is how I did it. I had to go to Settings then IDE Settings and under that Colors and Fonts (don’t expand), then on the right side saved as the default scheme and then I was able to change font size…
Basically had to make my own Scheme, copy existing one… works now…
answered Oct 17, 2014 at 21:27
Tim MaxeyTim Maxey
7316 silver badges13 bronze badges