Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit fd64be6

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fix-folders-tree
2 parents 4d2c4bf + ed9edd3 commit fd64be6

523 files changed

Lines changed: 16303 additions & 12755 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc renamed to .eslintrc.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"new-parens": 2,
4444
"no-new-object": 2,
4545
"no-invalid-this": 0,
46-
indent: [0, 4],
46+
"indent": [0, 4],
4747

4848
"valid-jsdoc": 0,
4949
"valid-typeof": 2,
@@ -63,8 +63,6 @@
6363

6464
"require": false,
6565
"define": false,
66-
"$": false,
67-
"PathUtils": false,
68-
"Mustache": false
66+
"$": false
6967
}
7068
}

Gruntfile.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
2+
* Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved.
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a
55
* copy of this software and associated documentation files (the "Software"),
@@ -25,7 +25,14 @@ module.exports = function (grunt) {
2525
'use strict';
2626

2727
// load dependencies
28-
require('load-grunt-tasks')(grunt, {pattern: ['grunt-contrib-*', 'grunt-targethtml', 'grunt-usemin', 'grunt-cleanempty', 'grunt-eslint']});
28+
require('load-grunt-tasks')(grunt, {
29+
pattern: [
30+
'grunt-*',
31+
'!grunt-cli',
32+
'!grunt-lib-phantomjs',
33+
'!grunt-template-jasmine-requirejs'
34+
]
35+
});
2936
grunt.loadTasks('tasks');
3037

3138
// Project configuration.
@@ -274,8 +281,6 @@ module.exports = function (grunt) {
274281
'src/thirdparty/CodeMirror/lib/util/searchcursor.js',
275282
'src/thirdparty/CodeMirror/addon/edit/closetag.js',
276283
'src/thirdparty/CodeMirror/addon/selection/active-line.js',
277-
'src/thirdparty/mustache/mustache.js',
278-
'src/thirdparty/path-utils/path-utils.min',
279284
'src/thirdparty/less-2.5.1.min.js'
280285
],
281286
helpers : [

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012-2015 Adobe Systems Incorporated. All rights reserved.
1+
Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.
22

33
Permission is hereby granted, free of charge, to any person obtaining a
44
copy of this software and associated documentation files (the "Software"),

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ Not sure you needed the exclamation point there, but we like your enthusiasm.
111111

112112
#### Contact info
113113

114-
* **Slack:** [Brackets on Slack](https://brackets.slack.com) (You can join by [requesting an invite](https://brackets-slack.herokuapp.com/))
114+
* **E-mail:** [admin@brackets.io](mailto:admin@brackets.io)
115+
* **Slack:** [Brackets on Slack](https://brackets.slack.com) (You can join by sending a mail to [admin@brackets.io](mailto:admin@brackets.io) with the subject line `slack registration request` specifying the email addresses you would like to register).
115116
* **Developers mailing list:** http://groups.google.com/group/brackets-dev
116117
* **Twitter:** [@brackets](https://twitter.com/brackets)
117118
* **Blog:** http://blog.brackets.io/

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Brackets",
3-
"version": "1.6.0-0",
4-
"apiVersion": "1.6.0",
3+
"version": "1.8.0-0",
4+
"apiVersion": "1.8.0",
55
"homepage": "http://brackets.io",
66
"issues": {
77
"url": "http://github.com/adobe/brackets/issues"
@@ -19,7 +19,7 @@
1919
"grunt-cli": "0.1.9",
2020
"phantomjs": "1.9.18",
2121
"grunt-lib-phantomjs": "0.3.0",
22-
"grunt-eslint": "17.1.0",
22+
"grunt-eslint": "18.1.0",
2323
"grunt-contrib-watch": "0.4.3",
2424
"grunt-contrib-jasmine": "0.4.2",
2525
"grunt-template-jasmine-requirejs": "0.1.0",
@@ -33,8 +33,8 @@
3333
"grunt-contrib-concat": "0.3.0",
3434
"grunt-targethtml": "0.2.6",
3535
"grunt-usemin": "0.1.11",
36-
"load-grunt-tasks": "0.2.0",
37-
"q": "0.9.2",
36+
"load-grunt-tasks": "3.5.0",
37+
"q": "1.4.1",
3838
"semver": "^4.1.0",
3939
"xmldoc": "^0.1.2",
4040
"grunt-cleanempty": "1.0.3"

samples/bg/Getting Started/index.html

Lines changed: 208 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
html {
2+
background: #e6e9e9;
3+
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
4+
-webkit-font-smoothing: antialiased;
5+
}
6+
7+
body {
8+
background: #fff;
9+
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
10+
color: #545454;
11+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
12+
font-size: 16px;
13+
line-height: 1.5;
14+
margin: 0 auto;
15+
max-width: 800px;
16+
padding: 2em 2em 4em;
17+
}
18+
19+
h1, h2, h3, h4, h5, h6 {
20+
color: #222;
21+
font-weight: 600;
22+
line-height: 1.3;
23+
}
24+
25+
h2 {
26+
margin-top: 1.3em;
27+
}
28+
29+
a {
30+
color: #0083e8;
31+
}
32+
33+
b, strong {
34+
font-weight: 600;
35+
}
36+
37+
samp {
38+
display: none;
39+
}
40+
41+
img {
42+
-webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
43+
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
44+
background: transparent;
45+
border: 10px solid rgba(0, 0, 0, 0.12);
46+
border-radius: 4px;
47+
display: block;
48+
margin: 1.3em auto;
49+
max-width: 95%;
50+
}
51+
52+
@-webkit-keyframes colorize {
53+
0% {
54+
-webkit-filter: grayscale(100%);
55+
}
56+
100% {
57+
-webkit-filter: grayscale(0%);
58+
}
59+
}
60+
61+
@keyframes colorize {
62+
0% {
63+
filter: grayscale(100%);
64+
}
65+
100% {
66+
filter: grayscale(0%);
67+
}
68+
}
130 KB
Loading

samples/cs/Getting Started/main.css

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
html {
2-
background-color: #e6e9e9;
3-
background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
4-
background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
2+
background: #e6e9e9;
3+
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
54
-webkit-font-smoothing: antialiased;
65
}
76

87
body {
9-
margin: 0 auto;
10-
padding: 2em 2em 4em;
11-
max-width: 800px;
8+
background: #fff;
9+
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
10+
color: #545454;
1211
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1312
font-size: 16px;
14-
line-height: 1.5em;
15-
color: #545454;
16-
background-color: #ffffff;
17-
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
13+
line-height: 1.5;
14+
margin: 0 auto;
15+
max-width: 800px;
16+
padding: 2em 2em 4em;
1817
}
1918

2019
h1, h2, h3, h4, h5, h6 {
2120
color: #222;
2221
font-weight: 600;
23-
line-height: 1.3em;
22+
line-height: 1.3;
2423
}
2524

2625
h2 {
@@ -41,7 +40,7 @@ samp {
4140

4241
img {
4342
-webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
44-
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
43+
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
4544
background: transparent;
4645
border: 10px solid rgba(0, 0, 0, 0.12);
4746
border-radius: 4px;

samples/da/Kom godt i gang/main.css

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,33 @@
11
html {
2-
background-color: #e6e9e9;
3-
background-image: -webkit-linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
4-
background-image: linear-gradient(270deg,rgb(230,233,233) 0%,rgb(216,221,221) 100%);
2+
background: #e6e9e9;
3+
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
54
-webkit-font-smoothing: antialiased;
65
}
76

87
body {
9-
margin: 0 auto;
10-
padding: 2em 2em 4em;
11-
max-width: 800px;
8+
background: #fff;
9+
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
10+
color: #545454;
1211
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1312
font-size: 16px;
14-
line-height: 1.5em;
15-
color: #545454;
16-
background-color: #ffffff;
17-
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
13+
line-height: 1.5;
14+
margin: 0 auto;
15+
max-width: 800px;
16+
padding: 2em 2em 4em;
1817
}
1918

2019
h1, h2, h3, h4, h5, h6 {
2120
color: #222;
2221
font-weight: 600;
23-
line-height: 1.3em;
22+
line-height: 1.3;
2423
}
2524

2625
h2 {
2726
margin-top: 1.3em;
2827
}
2928

3029
a {
31-
color: #0083e8;
30+
color: #0083e8;
3231
}
3332

3433
b, strong {
@@ -41,7 +40,7 @@ samp {
4140

4241
img {
4342
-webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
44-
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
43+
animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
4544
background: transparent;
4645
border: 10px solid rgba(0, 0, 0, 0.12);
4746
border-radius: 4px;
@@ -66,4 +65,4 @@ img {
6665
100% {
6766
filter: grayscale(0%);
6867
}
69-
}
68+
}

0 commit comments

Comments
 (0)