Difference between revisions of "UltraEdit Setup"

671 bytes added ,  17:27, 13 October 2012
m
no edit summary
imported>Bil1010105
(Created page with "Category:Scripting {{Incomplete Article}} UltraEdit is a commercial text editor by IDM Computer Solutions. It features syntax highlighting, code folding, and many other hi...")
 
imported>Ereksen
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Scripting]]
 
{{Incomplete Article}}
{{Incomplete Article}}
UltraEdit is a commercial text editor by IDM Computer Solutions. It features syntax highlighting, code folding, and many other high-end programmer-friendly features. Because of this, it can be fairly well integrated into the Creation Kit and Papyrus scripts. It can be downloaded from [http://www.ultraedit.com here].
UltraEdit is a commercial text editor by IDM Computer Solutions. It features syntax highlighting, code folding, and many other high-end programmer-friendly features. Because of this, it can be fairly well integrated into the Creation Kit and Papyrus scripts. It can be downloaded from [http://www.ultraedit.com here].


Line 13: Line 14:
</source>
</source>
</div>
</div>
*NOTE: Check Skyrim\Papyrus Compiler\ScriptCompile.bat and make sure its file paths match your installation's. The below  in its entirety should work for a default Skyrim installation on x86 or x64 Windows.
<div style="overflow-x: scroll;"><source lang="xml">"%ProgramFiles(x86)%\Steam\SteamApps\Common\Skyrim\Papyrus Compiler\PapyrusCompiler.exe" %1 -f="TESV_Papyrus_Flags.flg" -i="%ProgramFiles(x86)%\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source" -o="%ProgramFiles(x86)%\Steam\SteamApps\Common\Skyrim\Data\Scripts"
Pause</source></div>
The "%f" at the end is the current filename & path opened in the editor.
The "%f" at the end is the current filename & path opened in the editor.
#On the Options screen, the Program Type should be a DOS Program, and you probably want it to save the active file first.
#On the Options screen, the Program Type should be a DOS Program, and you probably want it to save the active file first.
#On the Output screen, set it as you wish. I suggest capturing the output, and outputting to List Box for a clean result however. Replace Selected Text should be set at No Replace.
#On the Output screen, set it as you wish. I suggest capturing the output, and outputting to List Box for a clean result however. Replace Selected Text should be set at No Replace.


That's it. You can set up an appropriate keyboard short cut, and icon, adding it to toolbars and all that jazz later if you wish.  
That's it. You can set up an appropriate keyboard short cut, and icon, adding it to toolbars and all that jazz later if you wish.
*See [[Papyrus_Compiler_Reference|Papyrus Compiler Reference]] for more information.
 
==Setting up Papyrus Language Definitions==
==Setting up Papyrus Language Definitions==
===Syntax Highlighting===
===Syntax Highlighting===
Line 121: Line 127:


Happy modding!
Happy modding!
{{Languages}}
[[Category:Scripting]]
[[Category:Text Editors]]
Anonymous user