mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
16 lines
577 B
HTML
16 lines
577 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Tutorial</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<body>
|
|
<h3>Step through the code</h3>
|
|
<p>You will also see the <b>Outline</b> view has also been populated
|
|
with objects created from your code. </p>
|
|
<p>If you select an item from the <b>Outline</b> view, the
|
|
corresponding text in the editor is highlighted.</p>
|
|
</body>
|
|
</html>
|