Commit Graph

31553 Commits

Author SHA1 Message Date
Antonio Scandurra
cc514f0fc5 🎨 2016-07-29 15:34:07 +02:00
Antonio Scandurra
4e597eea40 Add LICENSE.md when packaging the app 2016-07-29 14:49:14 +02:00
Antonio Scandurra
88aafe12ef Generate metadata for all package.json files 2016-07-29 13:30:38 +02:00
Antonio Scandurra
236897ecb9 Update CONFIG.appMetadata after generate-module-cache 2016-07-29 13:29:38 +02:00
Antonio Scandurra
764bd8fa14 Exclude dotfiles when copying assets 2016-07-29 13:29:23 +02:00
Antonio Scandurra
0ee0fcd808 Merge branch 'master' into ns-modernize-build 2016-07-29 10:34:24 +02:00
Machiste Quintana
45b93e6df8 📝 Add JS style guide to the Contributing guide 2016-07-28 19:53:36 -07:00
Nathan Sobo
43caead392 Avoid test failure due to timing
Signed-off-by: Antonio Scandurra <as-cii@github.com>
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-07-28 17:34:57 -06:00
Nathan Sobo
b256a1450a Remove grammars from TextEditorElement.initialize 2016-07-28 15:48:22 -06:00
Max Brunsfeld
16c80f6eaf WIP - add local null grammar 2016-07-28 14:47:26 -07:00
Nathan Sobo
002c776f10 Fix regex to allow multi-digit minor versions in build script
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-07-28 15:34:57 -06:00
Nathan Sobo
e249b26a38 Fix regex to allow multi-digit minor versions in build script
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-07-28 15:34:38 -06:00
Antonio Scandurra
c983b6ed36 Copy 1024.png as atom.png to intermediate app dir based on channel
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:52:12 +02:00
Antonio Scandurra
7914409a48 Copy file.icns on OS X
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:50:39 +02:00
Antonio Scandurra
2b97a21029 Set icon on OS X
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:32:02 +02:00
Hubot
ebd68515d2 1.10.0-beta0 2016-07-28 13:29:20 -05:00
Hubot
e0cc48f17e 1.11.0-dev 2016-07-28 13:29:20 -05:00
Antonio Scandurra
3a30f166d7 🎨
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:17:07 +02:00
Antonio Scandurra
510ef53398 Move shell scripts copying into package-application step
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:05:49 +02:00
Antonio Scandurra
6804156266 🔥 Remove speakeasy
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-28 20:05:04 +02:00
Max Brunsfeld
f1a302a139 Merge branch 'master' into ns-mb-detangle-editor 2016-07-28 10:33:23 -07:00
Damien Guard
0aa4256bcf ⬆️ settings-view@0.241.0 2016-07-28 10:16:37 -07:00
Max Brunsfeld
f48165deaf 🔥 Unused workspace parameter in TextEditorComponent 2016-07-28 10:07:53 -07:00
Max Brunsfeld
36ecbd4ca4 🔥 Unused grammar registry parameter in TextEditorComponent 2016-07-28 10:06:42 -07:00
Max Brunsfeld
738a2b90dc 🔥 useShadowDOM setting 2016-07-28 10:02:16 -07:00
Antonio Scandurra
0775062e9e resourcesPath -> shellCommandsPath 2016-07-28 18:54:50 +02:00
Antonio Scandurra
82bbf0cd3c Export channel from build/config.js 2016-07-28 18:52:23 +02:00
Antonio Scandurra
22af37a896 Add module cache generation 2016-07-28 18:32:10 +02:00
Antonio Scandurra
bda6447f32 🎨 2016-07-28 18:23:19 +02:00
Antonio Scandurra
3c414579f3 Transpile PEG.js files 2016-07-28 18:18:16 +02:00
Antonio Scandurra
2953014609 Add coffee-script and babel in build/package.json
...and use the same versions found on the root package.json.
2016-07-28 17:53:03 +02:00
Antonio Scandurra
f5c6baa064 Copy apm in Mac Resources folder 2016-07-28 17:13:31 +02:00
Antonio Scandurra
18c20c095f Don't copy paths that will be ignored 2016-07-28 16:07:40 +02:00
Antonio Scandurra
9f0925c08c Port ignore regexps from build-task.coffee 2016-07-28 15:40:24 +02:00
Antonio Scandurra
be8f6a8fcb Zip correct artifact 2016-07-28 11:24:44 +02:00
Antonio Scandurra
9583c5b2cc Specify app-version and build-version 2016-07-28 11:18:30 +02:00
Antonio Scandurra
f953287e54 Specify electronVersion in electronPackager 2016-07-28 11:05:33 +02:00
Antonio Scandurra
a3d7230f06 Run new build script on CIs 2016-07-28 10:56:31 +02:00
Antonio Scandurra
2be73d66bd Start on electronPackager 2016-07-28 10:56:03 +02:00
Nathan Sobo
fa816eab8c WIP: Add packageApplication step based on intermediate directory 2016-07-27 18:54:31 -06:00
Nathan Sobo
366cafc64a Copy everything to an intermediate electron app directory
We need to do this so we can transpile everything in place, but then we
should be able to run electron-packager directly on this directory.
2016-07-27 18:47:33 -06:00
Nathan Sobo
a082be3c8c Fix concat 2016-07-27 18:07:54 -06:00
Nathan Sobo
c00af22c88 Merge pull request #12249 from atom/ns-as-fix-spacebar-regression
Fix regression where spacebar scrolled elements containing editors
2016-07-27 17:29:02 -06:00
Max Brunsfeld
e1f8a72995 Move ctrl-mousewheel handling out of TextEditorComponent
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-27 16:02:24 -07:00
Max Brunsfeld
ab30ecf994 Manage scroll sensitivity setting in TextEditorRegistry
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-27 15:39:03 -07:00
Max Brunsfeld
63a730253b Don't use config for scrollSensitivity in TextEditorComponent
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-27 15:35:56 -07:00
Max Brunsfeld
4c03cb39de 🔥 Unused method
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-27 15:35:53 -07:00
Max Brunsfeld
1c38dce3b2 Don't use font config settings in TextEditorComponent
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-27 15:23:59 -07:00
Max Brunsfeld
3f8b6138dc Don't use config in TextEditorPresenter
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-27 14:56:36 -07:00
Max Brunsfeld
3d796df401 Stop using GrammarRegistry in TextEditor 2016-07-27 14:09:17 -07:00