-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathroadmap.html
More file actions
37 lines (32 loc) · 1.13 KB
/
Copy pathroadmap.html
File metadata and controls
37 lines (32 loc) · 1.13 KB
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
<html>
<head>
<title>Roadmap</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<h2>Roadmap</h2>
<p>These are the major features we're planning to implement on the road to
the Torsion 2 release. Note that these plans can change and are not a guarantee
of future releases and features.</p>
<ul>
<li>Editor position tracking.</li>
<li>Split editor windows.</li>
<li>Refactoring tools.</li>
<li>New docking window system.</li>
<li>Additional syntax highlighting customization.</li>
<li>More improvements to Torque's TelnetDebugger.</li>
<li>Opening of non-script files in editor.</li>
<li>Unicode support.</li>
<li>Live project tree icons.</li>
<li>Further TorqueScript language enhancements.</li>
</ul>
<p>If you have any other feature requests or suggestions please post them to our <a target="_blank" href="http://mantis.sickheadgames.com">bug tracking system</a> for consideration.</p>
<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>