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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
@@ -200,6 +201,8 @@ module.exports = function (grunt) {
200
201
'test/**/*.js',
201
202
'!test/perf/*-files/**/*.js',
202
203
'!test/spec/*-files/**/*.js',
204
+
'!test/spec/*-known-goods/**/*.js',
205
+
'!test/spec/FindReplace-test-files-*/**/*.js',
203
206
'!test/smokes/**',
204
207
'!test/temp/**',
205
208
'!test/thirdparty/**',
@@ -246,6 +249,7 @@ module.exports = function (grunt) {
246
249
specs : '<%= meta.specs %>',
247
250
/* Keep in sync with test/SpecRunner.html dependencies */
248
251
vendor : [
252
+
'test/polyfills.js',/* For reference to why this polyfill is needed see Issue #7951. The need for this should go away once the version of phantomjs gets upgraded to 2.0 */
249
253
'src/thirdparty/jquery-2.1.0.min.js',
250
254
'src/thirdparty/CodeMirror2/lib/codemirror.js',
251
255
'src/thirdparty/CodeMirror2/lib/util/dialog.js',
@@ -254,7 +258,7 @@ module.exports = function (grunt) {
Copy file name to clipboardExpand all lines: README.md
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
Welcome to Brackets! [](https://travis-ci.org/adobe/brackets)
1
+
Welcome to Brackets! [](https://travis-ci.org/adobe/brackets)
2
2
-------------------
3
3
4
-
This is an early version of Brackets, a code editor for HTML, CSS
4
+
Brackets is a modern open-source code editor for HTML, CSS
5
5
and JavaScript that's *built* in HTML, CSS and JavaScript.
6
6
7
7
What makes Brackets different from other web code editors?
@@ -15,22 +15,20 @@ back and forth between your real source code and the browser view.
15
15
***Do it yourself.** Because Brackets is open source, and built with HTML, CSS
16
16
and JavaScript, you can [help build](https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md) the best code editor for the web.
17
17
18
+
Brackets is at 1.0 and we're not stopping there. We have many feature ideas on our
19
+
[trello board](http://bit.ly/BracketsTrelloBoard) that we're anxious to add and other
20
+
innovative web development workflows that we're planning to build into Brackets.
21
+
So take Brackets out for a spin and let us know how we can make it your favorite editor.
22
+
18
23
You can see some
19
24
[screenshots of Brackets](https://github.com/adobe/brackets/wiki/Brackets-Screenshots)
20
25
on the wiki, [intro videos](http://www.youtube.com/user/CodeBrackets) on YouTube, and news on the [Brackets blog](http://blog.brackets.io/).
21
26
22
-
23
27
How to install and run Brackets
24
28
-------------------------------
25
-
26
-
27
-
#### Brackets is getting close to 1.0
28
-
29
-
Together with your contributions, we're getting close to our first release candidate. What's there is reasonably stable, and the Brackets team even uses Brackets to develop Brackets full time. So feel free to give it a spin and let us know what's missing! Being built on JavaScript, it's easy to make your own changes, and we give priority to integrating your pull requests back into Brackets!
30
-
31
29
#### Download
32
30
33
-
Installers for the latest stable build for Mac, Windows and Linux (Debian/Ubuntu) can be [downloaded here](http://download.brackets.io/).
31
+
Installers for the latest stable build for Mac, Windows and Linux (Debian/Ubuntu) can be [downloaded here](http://brackets.io/).
34
32
35
33
The Linux version has most of the features of the Mac and Windows versions, but
36
34
is still missing a few things. See the [Linux wiki page](https://github.com/adobe/brackets/wiki/Linux-Version)
@@ -55,7 +53,7 @@ see the [extensions wiki page](https://github.com/adobe/brackets/wiki/Brackets-E
55
53
56
54
#### Need help?
57
55
58
-
Having problems starting Brackets the first time, or not sure how to use brackets? Please
56
+
Having problems starting Brackets the first time, or not sure how to use Brackets? Please
59
57
review [Troubleshooting](https://github.com/adobe/brackets/wiki/Troubleshooting), which helps
60
58
you to fix common problems and find extra help if needed.
61
59
@@ -86,7 +84,7 @@ Awesome! _There are lots of ways you can help._ First read
86
84
then learn how to [pull the repo and hack on Brackets](https://github.com/adobe/brackets/wiki/How-to-Hack-on-Brackets).
87
85
88
86
The text editor inside Brackets is based on
89
-
[CodeMirror](http://github.com/marijnh/CodeMirror)—thanks to Marijn for
87
+
[CodeMirror](http://github.com/codemirror/CodeMirror)—thanks to Marijn for
90
88
taking our pull requests, implementing feature requests and fixing bugs! See
91
89
[Notes on CodeMirror](https://github.com/adobe/brackets/wiki/Notes-on-CodeMirror)
92
90
for info on how we're using CodeMirror.
@@ -105,14 +103,14 @@ Not sure you needed the exclamation point there, but we like your enthusiasm.
105
103
106
104
#### What's Brackets working on next?
107
105
108
-
* In our [feature backlog](http://bit.ly/BracketsBacklog), the columns labeled "Sprint N"
109
-
are features already in progress and should ship within 2 weeks. Features at the top of
110
-
the "Product Backlog" list will come next.
106
+
* In our [feature backlog](http://bit.ly/BracketsBacklog), the columns to the right
107
+
(starting from "Development") list the features that we're currently working on.
0 commit comments