SE:V Script Parser
From SEWiki
Found in the Utilities\ScriptParser folder, the Script Parser tool is needed to compile the script files that are used by SE5. It's also possible to use Script Parser as a rudimentary editor for the scripts as it has roughly the same functions as the window's Notepad tool. In practice, most SE5 modders prefer to use a separate editor.
Script Parser Functions
New - Create a new script file
Open - Open a new script file
Save - Save the currently active script file
Save As - Rename and save the current active script file
Compile - Compile the currently opened script file
Execute - Run the currently opened script file
Find - Find text in the opened script file
Replace - Replace text in the opened script file
Move Left - Shift the line of text that contains the cursor 2 spaces to the left
Move Right - Shift the line of text that contains the cursor 2 spaces to the right
Flip Colors - Switch between black text/white background or white text/black background
MakeFile - Compile a list of source scripts contained in the currently opened text file
