Katrina Uychaco
5148b8ca3d
Save state on keydown rather than on keypress
2016-01-28 00:47:21 -07:00
Katrina Uychaco
a2f9a8d32e
Rename StorageFolder::store to ::storeSync
2016-01-27 23:52:41 -07:00
Max Brunsfeld
42d509ca4e
Merge pull request #10062 from atom/mb-emit-state-update-on-model-scroll
...
Emit state update when model's scroll position is changed
2016-01-27 15:34:53 -08:00
Max Brunsfeld
ff2751bbef
Merge pull request #10581 from atom/mb-fix-legacy-config-api
...
Require package's main module in legacy activateConfig method
2016-01-27 15:32:52 -08:00
Katrina Uychaco
126baafda3
Assign debounce interval to property
2016-01-27 15:11:40 -07:00
Max Brunsfeld
130f23166d
Emit window:loaded event after editor window is started
2016-01-27 14:04:50 -08:00
Katrina Uychaco
e09c7a9911
Avoid binding method before it’s spied upon when debouncing
2016-01-27 14:58:19 -07:00
Max Brunsfeld
28e535ee15
Apply window background color after resizing window
2016-01-27 13:00:18 -08:00
Max Brunsfeld
32f5149196
Wait for browser process to acknowledge window manipulation IPC requests
...
We need to avoid using the module for synchronous IPC on startup, but
in some cases, we need to know when our asynchronous IPC messages have taken
effect. Now, methods like and
return Promises that indicate when the message has been processed.
2016-01-27 12:59:24 -08:00
Katrina Uychaco
df83078d74
Save state on mousedown or keypress events (debounce 1s). Tests WIP
2016-01-27 11:15:02 -07:00
Katrina Uychaco
82d584bac6
Serialize in saveStateSync. Separate deserialization from deactivation.
2016-01-26 23:01:44 -07:00
Katrina Uychaco
a8692f1984
Extract serialize functionality from ::deactivatePackage. Tests WIP
2016-01-26 22:46:17 -07:00
Nathan Sobo
07f35818f8
Pass invisibles configuration into DisplayLayer
2016-01-26 17:43:36 -07:00
Nathan Sobo
d0e29bfc2c
Avoid recursive call to moveToSuccessor, which is blowing the stack
2016-01-26 17:42:28 -07:00
Ben Ogle
8acb742c30
Merge pull request #7916 from oggy/descriptive-enums
...
Support descriptions for enum values in config.
2016-01-26 14:45:00 -08:00
Nathan Sobo
47338253db
Adapt to new text-buffer API
2016-01-26 12:38:35 -07:00
Max Brunsfeld
18a1f06022
Merge pull request #10581 from atom/mb-fix-legacy-config-api
...
Require package's main module in legacy activateConfig method
2016-01-25 15:28:50 -08:00
Wliu
3f471cd94f
Merge remote-tracking branch 'refs/remotes/origin/master' into wl-electron-35
2016-01-25 16:33:50 -05:00
Max Brunsfeld
d055a686ae
Merge pull request #10486 from atom/bf-fix-submenu-items
...
Honor `created()` function for an item in a submenu.
2016-01-25 13:31:25 -08:00
Max Brunsfeld
dc903fa124
Require package's main module in legacy activateConfig method
2016-01-25 12:42:12 -08:00
Max Brunsfeld
c4adc38273
Merge branch 'stable' into beta
2016-01-25 10:29:29 -08:00
Dirk Thomas
13f0987ede
improve docs about grouped settings
...
See https://github.com/atom/settings-view/pull/698#issuecomment-171725215
2016-01-22 19:46:51 -08:00
joshaber
191e607bd6
Merge branch 'stable'
2016-01-22 17:01:03 -07:00
Josh Abernathy
91eb2b2a28
Merge pull request #10293 from atom/as-more-flexible-inputs-for-blob-store
...
Ignore errors when loading an invalid blob store
2016-01-22 11:44:29 -07:00
Joe Fitzgerald
3a14fa2a2e
Use ELECTRON_RUN_AS_NODE Variable Key
...
- https://github.com/atom/electron/pull/3594
2016-01-19 17:41:33 -08:00
joshaber
60c33f6bc9
Open submodules directly instead of searching.
2016-01-19 16:35:36 -07:00
joshaber
50c74499dc
Link to the libgit2 issue.
2016-01-19 16:34:30 -07:00
Nathan Sobo
21b1f79fab
Avoid updating screen lines in DisplayBuffer
2016-01-19 14:51:24 -07:00
Nathan Sobo
ed79413de1
Depend on DisplayLayer for more things
2016-01-19 14:39:37 -07:00
Michael Bolin
9423ec8b3a
Renamed local variables as recommended by @ssorallen.
2016-01-19 12:37:38 -08:00
joshaber
514842ca77
If we can't refresh a submodule, drop it.
2016-01-19 11:59:16 -05:00
Josh Abernathy
ab02a7b5a9
Merge pull request #10445 from atom/update-nodegit
...
Update nodegit
2016-01-19 08:34:35 -05:00
Michael Bolin
3d5386e514
Honor created() function for an item in a submenu.
...
Fixes #10483 .
2016-01-18 16:39:19 -08:00
Michael Bolin
04b100fab8
Revert "Honor created() function for an item in a submenu."
...
This reverts commit 9917ed39aa .
Sorry, apparently I don't know how to use Git anymore.
I'm just trying to put this up for review and it went straight
to master instead.
2016-01-18 16:36:49 -08:00
Michael Bolin
9917ed39aa
Honor created() function for an item in a submenu.
...
Fixes #10483 .
2016-01-18 16:34:36 -08:00
Michael Bolin
f8d20760af
Revert "Honor created() function for an item in a submenu."
...
This reverts commit 962308509b .
2016-01-18 16:33:35 -08:00
Michael Bolin
962308509b
Honor created() function for an item in a submenu.
...
Fixes #10483 .
2016-01-18 16:32:16 -08:00
Lee Dohm
f826d38d0b
Merge pull request #10068 from atom/ld-linkify-promise-docs
...
📝 Linkify all docs mentions of Promises
2016-01-18 00:23:52 -08:00
Wliu
7ee74ed4c7
Merge branch 'master' into wl-electron-35
2016-01-15 17:20:31 -05:00
joshaber
0332c8aab3
Enable thread safety.
2016-01-15 16:33:20 -05:00
Josh Abernathy
4d740d3346
Merge pull request #9213 from atom/dh-async-repo
...
Async Git Repository class
2016-01-15 16:17:41 -05:00
joshaber
7cfb8a3207
Merge branch 'master' into dh-async-repo
2016-01-15 13:39:03 -05:00
joshaber
f30f2c0d62
Try using .getStatusExt instead of .getStatus.
2016-01-15 12:29:00 -05:00
Katrina Uychaco
4c1ebdf1b9
Merge branch 'master' into ku-pending-editor
2016-01-14 17:40:41 -08:00
Katrina Uychaco
44a648a9ea
Destroy any existing pending pane item when adding a pending item
2016-01-14 17:21:48 -08:00
Nathan Sobo
a90a2e65b5
Implement TokenizedBuffer.prototype.onDidInvalidateRange
...
This causes DisplayLayer to emit change events when syntax is updated
asynchronously.
2016-01-14 14:45:52 -07:00
Antonio Scandurra
8c78c4f26b
Merge pull request #9930 from atom/as-block-decorations
...
Block Decorations
2016-01-14 13:20:00 -07:00
Daniel Hengeveld
411a80dab6
Merge remote-tracking branch 'remotes/origin/dh-async-repo' into dh-async-repo-relativize-symlinks
2016-01-14 14:55:16 -05:00
Antonio Scandurra
a812f282a2
Measure decorations only for visible editors
2016-01-14 12:36:23 -07:00
Josh Abernathy
91bcda2d2a
Merge pull request #10415 from atom/wl-cascade-fixes
...
Don't cascade maximized windows
2016-01-14 17:19:43 +00:00