Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8135f469b82d3d0d9efc3336ed1548da791f7bed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>New Project Files</h3>

<p>You should now see the new file located in the Projects View under the project, and the new file should be open in the <b>Editor</b> view.</p> 
<p>If <b>Build Automatically</b> is selected you may also notice some build errors in the <b>Console</b> view, this is expected since your project is currently blank, 
you may also see a few other objects such as <b>Debug</b> depending on your Makefile configuration. To turn this feature off click <b>Project > Build Automatically</b>.</p>


</body>
</html>

Back to the top