Difference between revisions of "Atom Setup"
Jump to navigation
Jump to search
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 /> |