Commit Graph

129 Commits

Author SHA1 Message Date
Rafael Oleza
7f3f040628 Reformat all JS files using prettier 2019-05-31 18:33:56 +02:00
Antonio Scandurra
e68a2b1eb9 Replace import and export keywords with require and module.exports 2018-01-19 09:43:55 +01:00
Ash Wilson
c7a47a9e89
Use module.exports to not break Joanna horribly 2017-08-01 16:40:54 -04:00
Ash Wilson
697dfaf3b3
Re-export watchPath 2017-08-01 15:08:07 -04:00
Antonio Scandurra
fe0b7b8de3 Start exporting TextEditor constructor again 2016-10-07 18:17:28 +02:00
Max Brunsfeld
052cf0dbda Add shims for deprecated shell, clipboard requires 2016-09-07 16:36:00 +02:00
Max Brunsfeld
09a296fc0e Detect headless environment using process.type
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-09-07 16:33:53 +02:00
Max Brunsfeld
e7444b1ebe Add shims for legacy electron APIs
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-09-07 16:33:52 +02:00
Damien Guard
4a26e18487
Move exports.WinShell to property to avoid unepected process type used in electron_run_as_node 2016-08-23 13:32:17 -07:00
Machiste Quintana
ab9a2a92c8 Rewrite exports/atom.coffee as JS 2016-08-06 17:20:46 -07:00
Damien Guard
177c48dd11 Merge pull request #12123 from atom/windows-system-settings
Windows shell integration system settings
2016-07-19 17:23:02 -07:00
Max Brunsfeld
58e7892492 Remove GitRepositoryAsync
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-13 14:03:29 -07:00
Damien Guard
81ebb686bb
Fixes from testing Windows shell integration 2016-07-11 09:59:08 -07:00
joshaber
3a06953820 Merge branch 'master' into dh-async-repo 2015-11-30 11:44:20 -05:00
Antonio Scandurra
4abf5922aa 📝 🎨 2015-11-19 17:57:47 -08:00
Antonio Scandurra
93481c8a0d Move ::isTextEditor down into Workspace 2015-11-19 17:56:53 -08:00
Antonio Scandurra
2a9cfe6ff1 📝 Update deprecation message 2015-11-19 17:10:13 -08:00
Antonio Scandurra
e919b85fbe Export ::isTextEditor function 2015-11-19 16:58:00 -08:00
Daniel Hengeveld
e01a699d74 Export GitRepositoryAsync from the Atom global
Mostly to have a handle to the nodegit repo statuses.
2015-10-26 15:17:48 +01:00
Max Brunsfeld
4d2d4c3cc4 Add deprecated shim for TextEditor export 2015-10-07 15:25:00 -05:00
Nathan Sobo
dbc92702ae 🔥 Remove deprecations from Atom exports 2015-09-22 10:37:13 -06:00
Nathan Sobo
c4cb690744 Drop SpacePen exports from ‘atom’ module 2015-09-18 20:48:45 -06:00
Nathan Sobo
c7ecad5576 Remove EditorView 2015-09-18 20:48:45 -06:00
Nathan Sobo
03d13753ee Remove ScrollView 2015-09-18 20:48:45 -06:00
Nathan Sobo
3414b904a0 Remove SelectListView 2015-09-18 20:48:45 -06:00
Nathan Sobo
6fec11780b 🔫 WorkspaceView shim 2015-09-18 20:48:43 -06:00
Kevin Sawicki
367322ef26 Remove react/reactionary 2015-06-24 16:51:47 -04:00
Ivan Žužak
467d4bfce6 Merge pull request #6202 from FoldingText/expose-file-and-directory
Export File and Directory through require('atom')
2015-04-09 21:05:14 +02:00
Kevin Sawicki
7d592c8b78 includeDeprecations -> includeDeprecatedAPIs 2015-04-03 11:29:16 -07:00
Kevin Sawicki
94d42197eb Conditionally include deprecations 2015-04-03 11:27:59 -07:00
Jesse Grosjean
639fde343c Export File and Directory through require('atom')
Conflicts:
	exports/atom.coffee
2015-04-01 10:47:52 -04:00
Mostafa Eweda
4ce6bea003 Export TextBuffer for external package usage 2015-03-04 09:51:29 -08:00
Ben Ogle
82527c24f2 Upgrade deprecations asking for space-pen to use atom-space-pen-views 2015-01-07 14:02:57 -08:00
Ben Ogle
7f108dab38 Merge pull request #4286 from m0x72/patch-1
Wrong Reactionary dependence
2014-11-25 12:20:43 -08:00
Nathan Sobo
b4a456d911 Fix misinformation in deprecation warning 2014-11-25 08:19:20 -07:00
Ben Ogle
f3dd757537 Export Notification, not Message 2014-11-24 14:58:21 -08:00
Ben Ogle
9c6a5fb4fa Messages -> notifications 2014-11-24 14:58:21 -08:00
Ben Ogle
25caaa92f1 Export Message 2014-11-24 14:58:21 -08:00
Ben Ogle
a7bc7c198d Suggest space-pen 4 rather than space-pen 3 2014-11-24 13:18:42 -08:00
Martin Riedel
509d16b65a Updated deprecation msg to reactionary-atom-fork 2014-11-22 17:49:52 +01:00
m0x72
e8e13ca645 Wrong Reactionary dependence
exports/atom.coffee requires package `reactionary` while atom only has `reactionary-atom-fork` as a dependence (https://github.com/atom/atom/blob/master/package.json#L53). Should require `reactionary-atom-fork` instead.

It's clear that `Reactionary` will soon be omitted from atom's module exports, but as long as fallbacks are provided, the `reactionary` package reference should be corrected. :)
2014-11-22 16:00:40 +01:00
Ben Ogle
a42b560c24 Dont allow TextEditor export in tasks 2014-11-17 17:38:11 -08:00
Ben Ogle
b1eceb03dc Export TextEditor 2014-11-17 16:51:29 -08:00
Ben Ogle
a525d5267b Deprecate the Workspace classes 2014-11-17 16:50:33 -08:00
Ben Ogle
f7951aa57c Update messages so they are less painful in specs 2014-11-17 16:50:33 -08:00
Ben Ogle
a63e058fa5 Deprecate all the views 2014-11-17 16:50:32 -08:00
Ben Ogle
edd48d71ae Add event-kit to exports 2014-11-17 16:50:02 -08:00
Ben Ogle
2faf8bc57b Deprecate exported react 2014-11-17 16:50:02 -08:00
Ben Ogle
aac3d7a559 Deprecate space-pen exports 2014-11-17 16:50:02 -08:00
Ben Ogle
b422c7a678 Recommend GitRepository. Ugh 2014-09-25 15:14:29 -07:00