Difference between revisions of "Atom Setup"

16 bytes added ,  01:06, 29 April 2016
Added message to error matching
imported>Gawdl3y
m (Formatting and minor wording changes)
imported>Gawdl3y
(Added message to error matching)
Line 23: Line 23:
],
],
"env": {},
"env": {},
"errorMatch": "\n(?<file>[A-Za-z0-9_:\\-\\.\\/ \\\\]+\\.(psc|PSC))\\((?<line>[0-9]+),(?<col>[0-9]+)\\)"
"errorMatch": "\n(?<file>[A-Za-z0-9_:\\-\\.\\/ \\\\]+\\.(psc|PSC))\\((?<line>[0-9]+),(?<col>[0-9]+)\\): (?<message>.+)"
}</pre>
}</pre>
After placing the .atom-build.json file there, any of the scripts you open in Atom will be able to be compiled simply by pressing '''Ctrl-Alt-B'''.<br />
After placing the .atom-build.json file there, any of the scripts you open in Atom will be able to be compiled simply by pressing '''Ctrl-Alt-B'''.<br />
Anonymous user