Quantcast
Channel: How do I make the Script execution box in Atom bigger? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Michał Jabłoński for How do I make the Script execution box in Atom...

If you get the "Error compiling Less stylesheet", just remove blank space before script-view... The correct version should be .script-view .line { font-size: 20px; }

View Article



Answer by RyanM for How do I make the Script execution box in Atom bigger?

Unluckily there is not font setting for the package and what you need to do is go into your editor stylesheet and add this in:. script-view .line { font-size: 20px; }

View Article

How do I make the Script execution box in Atom bigger?

In Atom, I am currently coding a simple beginner program to get me antiquated with the general lingo of Python. I really love atom and how advanced it is, but I have a small problem. When I execute the...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images