-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathproject_pane.html
40 lines (35 loc) · 1.46 KB
/
project_pane.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head>
<title>Project Pane</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<h2>Project Pane</h2>
<p>The project pane is a live updated list of the files and folders in your working directory. Unlike other editors where you must manually manage which files are visible in the project tree, Torsion just displays them all with some simple filters.</p>
<center><img src="project_pane.png"></center>
<blockquote>
<h4>Toolbar</h4>
<h5>Show All Mods</h5>
This toggles between showing all the "mod" folders in the project working directory and just the mods selected in the project settings.
<h5>Show All Files</h5>
This toggles between showing just script files and all the files in the working directory.
<h5>Delete DSOs</h5>
This deletes all the DSO compiled script files from in the working directory.
<h5>Sync With Editor</h5>
When enabled the project pane will ensure that the current active file is always selected in the tree.
<h5>Refresh</h5>
Although the project pane is automatically updated, this button is here just in case something fails to appear.
<br>
<br>
<h4>Project Tree</h4>
The project tree itself supports right click context menus and drag and drop between folders for moving and copying items.
<blockquote>
<br>
<br>
<center>
<font size="-2">
Copyright © <a target="_blank" href="http://www.sickheadgames.com">Sickhead Games, LLC</a>. All rights reserved.
</font>
</center>
</body>
</html>