You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: general/setup/tutorial.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
-
# Setting up your computer for Codebar
1
+
---
2
+
layout: page
3
+
title: Setting up your computer for Codebar
4
+
---
2
5
3
-
You can have a great time at Codebar no matter what kind of laptop you have, but you must do a little setup before jumping in to the tutorials. You can do this at home so you can jump straight into a tutorial at Codebar. Don't worry if you have trouble - your coach can help you with this if you prefer.
6
+
You can have a great time at Codebar no matter what kind of laptop you have, but you must do a little setup before jumping in to the tutorials. You can do this at home so you can jump straight into a tutorial at Codebar. Don't worry if you have trouble - your coach can help you with this if you prefer.
4
7
5
8
6
9
## Somewhere to save your files (required)
@@ -10,12 +13,12 @@ Programming projects are normally made up of several related files, and we hope
10
13
11
14
## A text editor (required)
12
15
13
-
Programmers use **text editors** to write code. You could use [Notepad](https://en.wikipedia.org/wiki/Notepad_%28software%29) (Windows) or [Notes.app](https://en.wikipedia.org/wiki/Notes_%28application%29) (Mac) to write code, but almost all programmers use a text editor with programming-specific features:
16
+
Programmers use **text editors** to write code. You could use [Notepad](https://en.wikipedia.org/wiki/Notepad_%28software%29) (Windows) or [Notes.app](https://en.wikipedia.org/wiki/Notes_%28application%29) (Mac) to write code, but almost all programmers use a text editor with programming-specific features:
14
17
15
-
-**Syntax highlighting** shows your code in different colours. This helps you spot typos and understand the structure of your code.
18
+
-**Syntax highlighting** shows your code in different colours. This helps you spot typos and understand the structure of your code.
16
19
-**Auto-indent** helps you keep your code tidy.
17
-
-**Project navigation and tabs** help you move between the different files in your project.
18
-
-**Autocompletion** shows you keywords you could use to finish what you're typing, so you don't have to remember all the possible commands.
20
+
-**Project navigation and tabs** help you move between the different files in your project.
21
+
-**Autocompletion** shows you keywords you could use to finish what you're typing, so you don't have to remember all the possible commands.
19
22
20
23
We recommend you use **[Atom](https://atom.io/)** at Codebar. It's free, open source, and runs on Windows, Mac, and Linux. **[Sublime Text 2](http://www.sublimetext.com/)** is another popular choice. It's free to download & use for as long as you like (though it will nag you intermittently to buy it when you save your work), and it runs on both Windows & Mac.
0 commit comments