From 3e9cf8ccd356be436f4b3e0fdcc7f88ae15d53f6 Mon Sep 17 00:00:00 2001 From: Marcel Gerber Date: Wed, 30 Apr 2014 21:03:47 +0200 Subject: [PATCH 1/2] Update Getting Started (How to change the project, why?) --- samples/root/Getting Started/index.html | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/samples/root/Getting Started/index.html b/samples/root/Getting Started/index.html index f0db3d360ac..7ae6bf6c101 100644 --- a/samples/root/Getting Started/index.html +++ b/samples/root/Getting Started/index.html @@ -1,6 +1,6 @@ - + @@ -9,7 +9,7 @@ - +

GETTING STARTED WITH BRACKETS

This is your guide!

@@ -106,14 +106,14 @@

Live Highlight HTML elements and CSS rules

color from "transparent" to "hotpink". If you have Brackets and your browser running side-by-side, you will see your changes instantly reflected in your browser. Cool, right? - +

Today, Brackets only supports Live Preview for HTML and CSS. However, in the current version, changes to JavaScript files are automatically reloaded when you save. We are currently working on Live Preview support for JavaScript. Live previews are also only possible with Google Chrome, but we hope to bring this functionality to all major browsers in the future.

- +

Quick View

For those of us who haven't yet memorized the color equivalents for HEX or RGB values, Brackets makes @@ -141,6 +141,17 @@

Need something else? Try an extension!

the "Install" button next to it.

+ + You're now ready to actually start developing with Brackets. In order to do that, we recommend you + to set the current project to a folder where your files are in. + Take a look at the left sidebar, where you can see a dropdown stating "Getting Started" right now. + Simply click the button and select "Open Folder…". In the popup, select the folder you want to work + on and continue. You've now successfully changed your project! + It's always good to set the right project, because some cool features of Brackets are depending on + the right location selected. In other words, things like Live Preview and Quick Edit aren't that great + with the wrong project scope set! + + @@ -148,8 +159,7 @@

Get involved

Brackets is an open-source project. Web developers from around the world are contributing to build a better code editor. Many more are building extensions that expand the capabilities of Brackets. - Let us know what you think, share your ideas or contribute directly to the - project. + Let us know what you think, share your ideas or contribute directly to the project.

- +