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 41 42
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Using multiple Tabs</title>
</head>
<body>
<style type="text/css"><!--
table {
border: solid 2px blue;
margin-bottom: 0.5em;
margin-top: 0.5em;
background-color: #01A4FF;
width: 100%;
padding: 2;
}
--></style>
<table cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="recently_oppened.html"><img src="images/left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="diasce03.html"><img src="images/up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="images/home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">DiaSCE manual</th>
<td><a accesskey="n" href="functions_tab.html"><img src="images/right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<p><h2>Using multiple Tabs</h2></p>
<p>By default, all the new files you select in the "File Tree" are openned in the
first tab of the Code Editor Window. If you want to have more than one file
openned at the same time, you can move them from the first tab to a new tab,
by clicking the right mouse button and selecting "Move to new tab". The file
will be moved to a new tab, and the first tab will be available to open new
files.</p>
<p>If you want to close a tab of the Code Editor Window, you can do by right
clicking in that window and selecting "Close Tab".</p>
<p><img src="images/multiple_tabs.png" width="800" height="483" alt="Multiple Tabs"></p>
<p>The first and the second tab can not be closed, as they're used to open new
files and to show function definitions.</p>
</body>
</html>
|