Skip to content

Commit cf93823

Browse files
author
Narciso Jaramillo
committed
Merge pull request adobe#2719 from adobe/pflynn/update-getting-started
Tweak 'Getting Started' content
2 parents 52f63dd + 5774956 commit cf93823

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

samples/root/Getting Started/index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2>This is your guide!</h2>
1818
-->
1919

2020
<p>
21-
Welcome to a super early preview of Brackets, a new open-source editor for the next generation of
21+
Welcome to an early preview of Brackets, a new open-source editor for the next generation of
2222
the web. We’re big fans of standards and want to build better tooling for JavaScript, HTML and CSS
2323
and related open web technologies. This is our humble beginning.
2424
</p>
@@ -59,6 +59,13 @@ <h3>Quick Edit for CSS and JavaScript</h3>
5959
<img alt="A screenshot showing CSS Quick Edit" src="screenshots/brackets-quick-edit.png" />
6060
</a>
6161

62+
<p>
63+
You can use the same shortcut in JavaScript code to view the body of a function you're calling, by
64+
placing the cursor on the function name. Or open a graphical color picker by placing the cursor on
65+
any color in hex, rgb or hsl format. For now inline editors cannot be nested, so you can only use
66+
Quick Edit while the cursor is in a "full size" editor.
67+
</p>
68+
6269
<!--
6370
LIVE PREVIEW
6471
-->
@@ -89,9 +96,9 @@ <h3>Preview CSS changes live in the browser</h3>
8996

9097
<p class="note">
9198
Today, Brackets only supports Live Preview for CSS. We are currently working on Live Preview support
92-
for HTML and JavaScript. In the current version, you won't see changes to your HTML file until you save
93-
the document. Live previews are only possible with Google Chrome. We want to bring this functionality
94-
to all major browsers, and we're looking forward to working with those vendors.
99+
for HTML and JavaScript. In the current version, changes to HTML or JavaScript files are automatically
100+
reloaded when you save. Live previews are only possible with Google Chrome. We want to bring this
101+
functionality to all major browsers, and we're looking forward to working with those vendors to do so.
95102
</p>
96103

97104
<!--
@@ -136,4 +143,4 @@ <h2>Get Involved</h2>
136143
[:::::::::::::: ::::::::::::::]
137144
[[[[[[[[[[[[[[[ ]]]]]]]]]]]]]]]
138145
139-
-->
146+
-->

0 commit comments

Comments
 (0)