-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathcodebrowser.html
25 lines (20 loc) · 964 Bytes
/
codebrowser.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
<html>
<head>
<title>Code Browser Pane</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<h2>Code Browser Pane</h2>
<p>The code browser pane is a dynamic visual display of the currently gathered ScriptSense database. The tree displays TorqueScript defined identifiers in black text and engine exports in blue text. When you double click on a script identifier the editor will open the file and line where it is in use or it will show a <b>Go To Definition</b> dialog for you to select from. The toolbar buttons are used to filter out different TorqueScript types: classes, datablocks, global functions, global variable and named objects, and namespaces.</p>
<center><img src="codebrowser_pane.png"></center>
<br>
<br>
<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>