Antonio Scandurra
4f9bc0c06b
⬆️ text-buffer
2016-03-07 11:45:54 +01:00
Antonio Scandurra
914015e4eb
🔥 Remove default parameters
2016-03-07 10:52:28 +01:00
Antonio Scandurra
12587073d2
🎨 isQuitting -> isUnloading
2016-03-07 10:52:16 +01:00
Antonio Scandurra
3d15b6e16b
Merge branch 'master' into as-serialize-history-without-snapshots
2016-03-07 10:33:52 +01:00
Antonio Scandurra
95dbbea8f5
⬆️ text-buffer
2016-03-07 10:32:19 +01:00
Michelle Tilley
f88051e5e6
⬆️ find-and-replace
...
(cherry picked from commit 2d5d0d21bd )
2016-03-06 01:03:21 -08:00
Damien Guard
4b388016c5
Merge pull request #11053 from damieng/master
...
Ensure atom.cmd --wait correctly waits in Windows cmd & powershell
2016-03-04 19:33:14 -08:00
Wliu
341afed0ab
⬆️ language-json@0.17.5
2016-03-04 19:40:00 -05:00
Nathan Sobo
b4f335d9a1
⬆️ tree-view
2016-03-04 17:01:26 -07:00
Josh Abernathy
fa6905fcbe
Merge pull request #11065 from atom/default-to-autoheight
...
Default to auto height being true.
2016-03-04 17:09:09 -05:00
joshaber
6cc80e05ff
Default to auto height being true.
...
Otherwise TextEditorElements created through the tag wouldn’t have a
setting and be wrong.
2016-03-04 16:36:47 -05:00
Josh Abernathy
c2c3217c9d
Merge pull request #10955 from atom/atom-textarea
...
TextEditor customization
2016-03-04 16:03:23 -05:00
Nathan Sobo
1c0ee6d99e
Merge pull request #10511 from atom/jf-use-electron-run-as-node-key
...
Use ELECTRON_RUN_AS_NODE Variable Key
2016-03-04 14:03:10 -07:00
Nathan Sobo
c8dad13bc9
Merge pull request #11063 from atom/ns-manual-tooltips
...
Show tooltip immediately if the tooltip trigger is manual
2016-03-04 13:59:39 -07:00
Nathan Sobo
d9ee94031f
Test disposal of manually-created tooltips
...
This also prevents subsequent tests from failing due to the manual
tooltip never being removed from document.body.
2016-03-04 13:40:16 -07:00
Nathan Sobo
bb0b35444f
Merge pull request #11036 from atom/ns-fix-initial-paths
...
Skip deleted directories when restoring application windows
2016-03-04 12:44:03 -07:00
Antonio Scandurra
046cdddefe
📝
2016-03-04 17:53:14 +01:00
Antonio Scandurra
575065f3e9
Don't forget to pass the option during saveState
2016-03-04 17:37:53 +01:00
Antonio Scandurra
41c293ef9d
Always pass {isQuitting} in tests
2016-03-04 17:23:19 +01:00
Antonio Scandurra
3bdb83f97e
Pass saveState options to project.serialize
2016-03-04 17:11:34 +01:00
Antonio Scandurra
0fdc190989
Use isQuitting: false when saving state on key/mouse down
2016-03-04 17:08:32 +01:00
Antonio Scandurra
311cde36c9
Call saveState(isQuitting: true) on beforeUnload
2016-03-04 17:06:53 +01:00
Antonio Scandurra
011fe380e9
Pass markerLayer: false to buffer.serialize when not quitting
2016-03-04 16:57:02 +01:00
Antonio Scandurra
7176da7614
Use structured cloning
2016-03-04 15:17:10 +01:00
Lee Dohm
1043dc0839
⬆️ bracket-matcher@0.81.0
2016-03-03 22:43:19 -08:00
Damien Guard
4d9e2b865b
Ensure atom.cmd --wait correctly waits in Windows cmd & powershell
2016-03-03 20:03:44 -08:00
Katrina Uychaco
107a9c6696
Merge pull request #11051 from atom/ku-add-new-item-before-destroying-pending-item
...
Add new item before destroying pending item
2016-03-03 19:58:00 -08:00
Katrina Uychaco
e620232d35
Add new item before destroying pending item
...
Fixes atom/tabs#278
Signed-off-by: Michelle Tilley <binarymuse@github.com >
2016-03-03 17:46:02 -08:00
Nathan Sobo
a218582aeb
Supply pathsToOpen in case there’s no window state
2016-03-03 18:02:08 -07:00
joshaber
dba1fbd408
De-lint.
2016-03-03 10:15:13 -05:00
joshaber
10acfd057f
Err, yeah, we care about undefined, not false.
2016-03-03 10:13:26 -05:00
joshaber
928205a44a
s/grammarName/grammar
2016-03-03 10:09:18 -05:00
joshaber
98c8a08ac3
s/ignoreScrollPastEnd/scrollPastEnd
2016-03-03 10:06:15 -05:00
joshaber
db20cecfc0
s/ignoreInvisibles/showInvisibles
2016-03-03 09:59:45 -05:00
joshaber
b26b6ced0a
Merge branch 'master' into atom-textarea
2016-03-03 09:53:11 -05:00
Michelle Tilley
2bdf4be904
⬆️ atom-package-manager
...
Signed-off-by: Katrina Uychaco <kuychaco@github.com >
2016-03-02 16:56:06 -08:00
Nathan Sobo
64ed1a0e43
Populate initialPaths based on pathsToOpen if not specified
...
This ensures that we deserialize projects correctly when specifying
command line arguments.
2016-03-02 17:00:27 -07:00
Jason Koenig
51a2609bc9
Properly restore initialPaths so project paths are not loaded as files
...
If project folders no longer exist or are not mounted, then Atom would
open them as buffers, which were empty because the corresponding file
did not exist. This threads the right state through the startup
sequence so that "initialPaths", which actually are project roots, is
restored correctly.
2016-03-02 16:56:42 -07:00
Nathan Sobo
f6908f80cd
Rename watchProjectPath to watchProjectPaths
2016-03-02 15:38:29 -07:00
Josh Abernathy
663d9b234c
Merge pull request #11022 from atom/windows-git-fixes
...
Windows git fixes
2016-03-01 22:16:43 -05:00
Ben Ogle
ea2d72f314
⬆️ about@1.4.0
2016-03-01 18:13:53 -08:00
Nathan Sobo
47a348f557
Filter out non-directory project paths when deserializing Project
...
Closes #10628
2016-03-01 18:22:43 -07:00
Nathan Sobo
f26c0c0b15
Bump timeouts as a possible workaround for flaky specs
2016-03-01 18:04:00 -07:00
Ben Ogle
b14da46bfb
Merge pull request #10675 from atom/dh-expose-updates
...
Expose application updater lifecycle events to packages
2016-03-01 15:31:56 -08:00
Ben Ogle
f884c987e2
Remove unnecessary import
2016-03-01 15:12:38 -08:00
Ben Ogle
492e89c8ff
Move raw ipc calls into the applicationDelegate
2016-03-01 15:09:05 -08:00
Ben Ogle
4d11ff25d0
Use atom.getReleaseChannel()
2016-03-01 15:09:05 -08:00
Ben Ogle
0b36d85bda
🎨 Remove whitespace
2016-03-01 15:09:05 -08:00
Ben Ogle
02368a9fc6
Add atom.getReleaseChannel
2016-03-01 15:09:05 -08:00
Ben Ogle
81c07a2af9
🎨 Cleanup spec desc
2016-03-01 15:09:04 -08:00