Samuel Hughes Mensah
Samuel Hughes Mensah

Reputation: 65

PHPstorm 6.03: changing editor font and size and use of tab key

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

Upvotes: 0

Views: 2912

Answers (2)

Tim Maxey
Tim Maxey

Reputation: 749

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...

Upvotes: 1

LazyOne
LazyOne

Reputation: 165393

  1. Settings | Editor | Colors & Fonts | Font (P.S. Settings screen has search functionality -- top left corner -- you should try it)

  2. Not currently available. Watch this ticket: http://youtrack.jetbrains.com/issue/IDEA-74666

Upvotes: 3

Related Questions