Machiste Quintana
5d2392ea67
👕 Fix new coffeelint errors
2015-04-06 23:59:54 -04:00
Max Brunsfeld
5df56fc50a
Add workspace element command for 'add root folder'
2015-04-06 15:19:40 -07:00
Kevin Sawicki
7d592c8b78
includeDeprecations -> includeDeprecatedAPIs
2015-04-03 11:29:16 -07:00
Kevin Sawicki
e41a366e08
Using single Model class require
2015-04-03 11:29:15 -07:00
Kevin Sawicki
488e40e635
Add 1.0 preview mode bridge Model class
2015-04-03 11:29:15 -07:00
Kevin Sawicki
8ceb2e2028
Don't extend Model in 1.0 mode
2015-04-03 11:29:15 -07:00
Kevin Sawicki
63072bf8ae
Check deprecations flag for space pen shim inclusion
2015-04-03 11:29:14 -07:00
Kevin Sawicki
7a52ef7d0a
Use disposables in Atom
2015-04-03 11:29:13 -07:00
Kevin Sawicki
5a7d746eae
Conditionally include deprecations in Atom
2015-04-03 11:27:59 -07:00
Kevin Sawicki
f79c2669fc
Add 1.0 API preview command line option
2015-04-03 11:27:59 -07:00
Kevin Sawicki
3de83f6860
Revert "Add asar support in Atom"
2015-04-03 11:03:43 -07:00
Cheng Zhao
15ec7a4e9b
Merge branch 'master' into asar
2015-04-03 19:50:53 +08:00
Cheng Zhao
33d5a2b3fc
InspectorFrontendAPI changed to DevToolsAPI
2015-04-03 18:21:39 +08:00
Kevin Sawicki
1b8337e79f
Project::getPath -> Project::getPaths
...
Closes atom/autocomplete-css#4
2015-04-02 09:47:20 -07:00
Cheng Zhao
c52058ef12
Always install commands from process.resourcesPath
2015-03-30 15:01:19 +08:00
Kevin Sawicki
c12f94907d
Remove grim.deprecate override
2015-03-26 16:36:00 -07:00
Kevin Sawicki
590a4b0fd5
Add explicit return after for loop
2015-03-19 11:48:40 -07:00
Max Brunsfeld
49e92a45ae
Update loadSettings as project paths change
...
This way, reloading the window always preserves your current state.
2015-03-04 17:40:24 -08:00
Max Brunsfeld
9bb4968e6f
Store load settings in URL fragment, not query string
2015-03-04 16:03:00 -08:00
Ben Ogle
5f7015f303
Remove isInitialEmptyEditor
2015-03-03 13:18:02 -08:00
Ben Ogle
80b1d89c62
Check getLoadSettings to decide to open initial buffer
2015-03-03 12:34:54 -08:00
Ben Ogle
80cd20193a
Move the logic for opening empty initial buffer to renderer
2015-03-03 11:39:38 -08:00
Max Brunsfeld
ddcb874f6b
Base state file path on sorted project paths
2015-02-26 12:50:56 -08:00
Max Brunsfeld
173502bab4
Base state path on project paths
2015-02-26 11:21:44 -08:00
Max Brunsfeld
0eb742566f
Always open w/ one untitled buffer when no paths are given
...
Fixes #5607
2015-02-18 11:17:52 -08:00
Jeremy Engel
6256f62217
Change "optinal" to "optional"
2015-02-14 09:36:20 -08:00
Max Brunsfeld
f7e1629cfc
Set multiple project paths for multiple cmd-line paths
...
Signed-off-by: Jessica Lord <jlord@github.com >
2015-02-12 21:18:18 -08:00
Max Brunsfeld
c732ae8774
Add atom.pickFolder
...
For showing the native file-picker dialog. The tree-view
will use this to add new root folders
Signed-off-by: Jessica Lord <jlord@github.com >
2015-02-12 20:37:35 -08:00
Kevin Sawicki
390be558e2
Use ATOM_HOME when setting configDirPath
2015-02-04 10:35:57 -08:00
Kevin Sawicki
4c534606c2
Use inherited ATOM_HOME env var
2015-02-04 10:35:56 -08:00
Max Brunsfeld
b24b338b2c
Add deprecated shim for atom.services global
2015-02-02 10:01:57 -08:00
Max Brunsfeld
5638c7fb6a
Remove atom.services global
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2015-02-02 10:01:34 -08:00
Cheng Zhao
b4e25137a2
"screen" is now a browser side module
2015-01-26 11:28:00 -08:00
Ben Ogle
ba40706265
Add a notification when the init script can’t be loaded
2015-01-14 16:15:53 -08:00
Nathan Sobo
010bd643c0
Rename onDidActivateAll -> onDidActivateInitialPackages
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-01-08 17:51:11 -08:00
Nathan Sobo
30513cfde0
Rename ThemeManager methods for clarity/consistency
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2015-01-08 17:51:09 -08:00
Ben Ogle
e688df57f2
Add atom.inSafeMode()
2014-12-19 10:38:03 -08:00
Kevin Sawicki
4945fd7aae
Don't make atom.services public yet
2014-12-08 12:37:06 -08:00
Max Brunsfeld
11a07f41ac
Merge pull request #4414 from atom/mb-convert-stack-trace
...
Fix line numbers in coffeescript stack traces for error hooks
2014-12-05 14:06:22 -08:00
Max Brunsfeld
286361bf2b
Fix line numbers in coffeescript stack traces for error hooks
2014-12-05 12:59:19 -08:00
Nathan Sobo
99f91fac48
Add atom.services API
2014-12-05 09:46:52 -08:00
Kevin Sawicki
1179ced85c
Remove duplicate require
2014-12-03 15:07:07 -08:00
Ben Ogle
ac23717f8c
Only beep when there is a workspace
...
Some specs might not create one.
2014-12-02 15:52:37 -08:00
Nathan Sobo
0b44cee8db
Separate IPC messages that don’t belong in the command palette
...
Path opening and update signaling were both using the command-sending
IPC mechanism, but neither is actually a command. This commit adds a
second “message” channel with custom handling on the render process
side for these messages, rather than attempting to route them through
commands.
2014-11-27 10:30:50 -07:00
Ben Ogle
1f5fa27113
Trigger a notification when there is a keymap issue
2014-11-25 15:44:14 -08:00
Ben Ogle
9c6a5fb4fa
Messages -> notifications
2014-11-24 14:58:21 -08:00
Ben Ogle
3d6c9ee554
Add a MessageManager to atom.messages
2014-11-24 14:58:20 -08:00
Nathan Sobo
97a56574e0
Merge pull request #4259 from atom/ns-deprecate-syntax-global
...
Rename atom.syntax to atom.grammars
2014-11-20 14:11:45 -07:00
Ben Ogle
8afbab311f
Merge pull request #4248 from atom/bo-deprecate-workspace-view
...
Deprecate workspaceView
2014-11-20 10:53:19 -08:00
Nathan Sobo
d53d01d95b
Replace atom.syntax with atom.grammars
2014-11-20 11:42:49 -07:00