Difference between revisions of "Atom Setup"

106 bytes added ,  13:22, 26 September 2015
Added error matching to build config
imported>Gawdl3y
imported>Gawdl3y
(Added error matching to build config)
Line 22: Line 22:
"-flags=TESV_Papyrus_Flags.flg"
"-flags=TESV_Papyrus_Flags.flg"
],
],
"env": {}
"env": {},
"errorMatch": "\n(?<file>[A-Za-z0-9_:\\-\\.\\/ \\\\]+\\.(psc|PSC))\\((?<line>[0-9]+),(?<col>[0-9]+)\\)"
}</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'''.
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'''.
Anonymous user