@@ -141,15 +141,20 @@ <h3>Need something else? Try an extension!</h3>
141141 the "Install" button next to it.
142142 </ p >
143143
144+ < h3 > Projects in Brackets</ h3 >
145+ < p >
146+ In order to edit your own code using Brackets, you can just open the folder containing your files.
147+ Brackets treats the currently open folder as a "project"; features like Code Hints, Live Preview and
148+ Quick Edit only use files within the currently open folder.
149+ </ p >
150+
144151 < samp >
145- You're now ready to actually start developing with Brackets. In order to do that, we recommend you
146- to set the current project to a folder where your files are in.
147- Take a look at the left sidebar, where you can see a dropdown stating "Getting Started" right now.
148- Simply click the button and select "Open Folder…". In the popup, select the folder you want to work
149- on and continue. You've now successfully changed your project!
150- It's always good to set the right project, because some cool features of Brackets are depending on
151- the right location selected. In other words, things like Live Preview and Quick Edit aren't that great
152- with the wrong project scope set!
152+ Once you're ready to get out of this sample project and edit your own code, you can use the dropdown
153+ in the left sidebar to switch folders. Right now, the dropdown says "Getting Started" - that's the
154+ folder containing the file you're looking at right now. Click on the dropdown and choose "Open Folder…"
155+ to open your own folder.
156+ You can also use the dropdown later to switch back to folders you've opened previously, including this
157+ sample project.
153158 </ samp >
154159
155160 <!--
0 commit comments