Created
December 14, 2018 16:40
-
-
Save typoman/1180765bc0ef06432d4640f41604acc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd": ["robofont", "-p", "$file"], | |
"file_regex": "^[ ]File \"(...?)\", line ([0-9]*)", | |
"selector": "source.python", | |
} |
@typoman this is awesome, by the way!
Do you happen to know if there's a way to get robofont's output (e.g. from print()
statements) in the Sublime output panel?
You're welcome Stephan. For the output thingy you can upvote the feature request here:
https://forum.robofont.com/topic/623/robofont-shell-output-also-inside-shell
Damn it! I have to make the same for the Atom, awesome!
I would very much appreciate this for Atom. It would make me very happy if you could do this @RafalBuchner :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Small but important final step: you must save the scripts you make in Sublime before you try to run them.
Otherwise, you will probably get something like the following error: