+1
À l'étude

Studio Editor font size

Cole il y a 11 ans mis à jour il y a 11 ans 2
In editor font size adjustments? I sometimes have trouble looking at my code to show people on my laptop, and CTRL+ to zoom in and out does not change the size of the font.
If the font is too big though, text wrapping may become an issue.

I also have an idea for implementation using jQuery's class selector

Code:
$(".cm-s-rarewireDark").css("font-size","15px");
This is tested in Canary Chrome and does not cause problems with scrolling multiple panes.
However the code will need to be executed upon creation/opening of a new file which will not have the new styles implemented.