Difference between revisions of "Sublime Text Setup"
Jump to navigation
Jump to search
→Quick Compile
imported>Frenchfrog |
imported>Frenchfrog |
||
Line 8: | Line 8: | ||
==Quick Compile== | ==Quick Compile== | ||
Assuming that your copy of the Papyrus Compiler and its associated batch files are still in their default locations, you should be able to hit F7 while looking at a Papyrus file to run it through the compiler. (The output will appear in the bottom panel, so be sure to check for any errors!) If you have any problems, look at <code>%APPDATA%\Sublime Text 2\Packages\Papyrus\Papyrus.sublime-build</code> and make sure the path to your compile batch file is correct. | Assuming that your copy of the Papyrus Compiler and its associated batch files are still in their default locations, you should be able to hit F7 while looking at a Papyrus file to run it through the compiler. (The output will appear in the bottom panel, so be sure to check for any errors!) If you have any problems, look at <code>%APPDATA%\Sublime Text 2\Packages\Papyrus\Papyrus.sublime-build</code> and make sure the path to your compile batch file is correct. | ||
*See [[Papyrus_Compiler_Reference|Papyrus Compiler Reference]] for more information. | *See [[Papyrus_Compiler_Reference|Papyrus Compiler Reference]] for more information. | ||