probablycorey
94b5d08b63
Remove unused keybinding comment
2013-10-31 15:41:26 -07:00
probablycorey
678dc82d50
Remove keybindings that are being used
2013-10-31 15:40:59 -07:00
probablycorey
5b5f0af6b5
Add native-key-bindings class
2013-10-31 15:40:44 -07:00
probablycorey
aef9a12910
Left and right tool-panels don't close when escape is pressed.
2013-10-31 10:00:38 -07:00
probablycorey
b501758bf7
💄
2013-10-31 10:00:17 -07:00
probablycorey
3e71dcfcd0
Comment out unimplementd keybindings
2013-10-30 16:39:46 -07:00
probablycorey
2629345df2
Add OS X "emacs style" bindings
2013-10-30 16:31:47 -07:00
probablycorey
8c3fbc3437
Better sublime text keybinding parity.
2013-10-30 16:28:16 -07:00
probablycorey
76a041cfe1
Update autosave package
2013-10-30 11:08:13 -07:00
Kevin Sawicki
46eb6df61e
Prepare 34.0.0 release
2013-10-30 10:51:31 -07:00
probablycorey
93c7531cf9
Don't destroy pane items in confirmClose
2013-10-30 10:47:01 -07:00
Kevin Sawicki
8bf726d3e1
Merge pull request #1055 from atom/ks-rename-toml-gfm
...
Add language- prefix to gfm and toml
2013-10-30 10:43:00 -07:00
Kevin Sawicki
412cb602a4
Upgrade to whitespace@0.8.0
2013-10-30 10:35:50 -07:00
Kevin Sawicki
f10abfe630
Upgrade to markdown-preview@0.13.0
2013-10-30 10:34:40 -07:00
Kevin Sawicki
14664625d5
Upgrade to language-toml@0.6.0
2013-10-30 10:29:24 -07:00
Kevin Sawicki
9e12c4610d
Upgrade to language-gfm@0.8.0
2013-10-30 10:29:10 -07:00
Kevin Sawicki
c1d09f5229
Add cson to valid grammar extensions
2013-10-30 10:23:25 -07:00
Kevin Sawicki
d486522cde
Upgrade to language-toml@0.4.0
2013-10-30 10:15:41 -07:00
Kevin Sawicki
e3ff39bf4f
Upgrade to language-gfm@0.6.0
2013-10-30 10:15:18 -07:00
Kevin Sawicki
74a48e58dc
Upgrade to settings-view@0.36.0
2013-10-30 09:29:33 -07:00
Kevin Sawicki
e63bf75f96
Update apm for native module fix
2013-10-30 09:20:21 -07:00
Kevin Sawicki
8b9595f1bd
Use getter when toggling soft tabs
2013-10-30 09:06:12 -07:00
Kevin Sawicki
271f23083e
Bump packages for emissary@0.9.0 upgrade
2013-10-29 18:48:20 -07:00
Kevin Sawicki
e3f4a72ab3
Add empty changelog to get this deploy out
v0.33.0
2013-10-29 18:28:49 -07:00
Kevin Sawicki
ee3b7cee76
Upgrade to emissary@0.9.0
2013-10-29 17:57:36 -07:00
Kevin Sawicki
5a357a54dc
Prepare 33.0.0 release
2013-10-29 16:20:05 -07:00
probablycorey
d07bf338c8
Consolidate pane item destruction
2013-10-29 15:55:07 -07:00
Kevin Sawicki
516ddec854
Upgrade to dev-live-reload@0.12.0
2013-10-29 15:45:05 -07:00
Kevin Sawicki
0ab2b89c1a
Upgrade to collaboration@0.34.0
2013-10-29 15:24:16 -07:00
Kevin Sawicki
2c2c7e67d7
Upgrade to release-notes@0.11.0
2013-10-29 15:20:06 -07:00
probablycorey
e1f8b042ed
Update autosave
2013-10-29 15:18:07 -07:00
Kevin Sawicki
f7ce6a015d
Upgrade to release-notes@0.10.0
2013-10-29 15:12:58 -07:00
Kevin Sawicki
4775783ba3
Add missing path require
2013-10-29 15:02:05 -07:00
Kevin Sawicki
d0bf4c1d2e
Upgrade to emissary@0.8.0
2013-10-29 14:54:54 -07:00
Kevin Sawicki
4f1d862bc0
Merge pull request #1040 from atom/ks-speed-up-load
...
Speed up start time
2013-10-29 13:47:11 -07:00
Kevin Sawicki
059671c454
🐎 Load packages by path
...
Previously the package paths were converted to names and then
re-resolved to paths.
Now we just load the paths directly reducing the number of stat calls
and saving ~50ms in PackageManager::loadPackages
Also now internal packages are loaded by parsing the package.json
file for packageDependencies instead of loading the metadata for all
packages in node_modules and checking the engines field.
2013-10-29 13:31:42 -07:00
Kevin Sawicki
1f16cd3912
Upgrade to season@0.14.0
2013-10-29 13:31:42 -07:00
Kevin Sawicki
2d16fc33a3
Use Date.now()
2013-10-29 13:31:42 -07:00
Kevin Sawicki
6ad8062d45
Upgrade to timecop@0.9.0
2013-10-29 13:31:42 -07:00
Kevin Sawicki
8f0c0362e8
Upgrade to timecop@0.8.0
2013-10-29 13:31:42 -07:00
Kevin Sawicki
91436bec25
Add config.unshiftAtKeyPath helper
2013-10-29 13:31:42 -07:00
Kevin Sawicki
e93d83dcdf
Guard against null core.themes
2013-10-29 13:31:41 -07:00
Kevin Sawicki
62f44e64f4
Unshift into array instead of creating new one
2013-10-29 13:31:41 -07:00
Kevin Sawicki
c571d6a9d4
Only reload non-theme packages on reload of themes
2013-10-29 13:31:41 -07:00
Kevin Sawicki
bdd4ac63f4
Watch themes after activation instead of loading
2013-10-29 13:31:41 -07:00
Corey Johnson
0c77712a77
Merge pull request #1041 from atom/cj-move-autosave-to-package
...
Move autosave to package
2013-10-29 13:27:50 -07:00
Ben Ogle
a00db81765
Only call itemAdded when there is a container
...
Sometimes in the tests, rootView.open is called. Sometimes by the time
the promise is fired and callback to add the pane is called, the
rootView and container no longer exists. See the find-and-replace tests
that create a ResultsPaneView.
2013-10-29 12:44:11 -07:00
probablycorey
c91bca44cb
Update settings view
...
Fixes #1022
2013-10-29 11:50:01 -07:00
probablycorey
dbf4ba099b
Merge remote-tracking branch 'origin/master' into cj-move-autosave-to-package
2013-10-29 11:05:26 -07:00
probablycorey
e67324dcc9
Upgrade autosave
2013-10-29 09:57:49 -07:00