Nathan Sobo
4d77c92409
Merge pull request #8646
...
SelectLine : When multiple lines selected, complete both first and last line
2015-09-03 08:46:03 -06:00
Nathan Sobo
3ca11c2cef
🎨 select-line adjustments; Only select single row if row is given
2015-09-03 08:25:24 -06:00
Nathan Sobo
6d88c641ff
Merge branch 'master' of git://github.com/jeancroy/atom into jeancroy-master
2015-09-03 08:05:02 -06:00
simurai
daa38b2f44
⬆️ wrap-guide@v0.36.0
2015-09-03 10:42:49 +09:00
jc roy
361ef308e2
SelectLine : When multiple line selected, complete both first and last line.
2015-09-02 20:03:18 -04:00
Max Brunsfeld
3351b01df9
Prepare 1.0.12
2015-09-02 12:15:09 -07:00
Nathan Sobo
278e988cca
Merge pull request #8642 from atom/ns-fix-last-cursor-restoration
...
Update selection and cursor state atomically before emitting any events
2015-09-02 12:20:59 -06:00
Nathan Sobo
698e414bfb
Update selection and cursor state atomically before emitting any events
...
This ensures we correctly restore the last cursor when handling a cursor
destruction event. It fixes an exception that occurred when undoing
after splitting an editor.
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2015-09-02 12:20:30 -06:00
Max Brunsfeld
f299c8e366
Merge pull request #8632 from devoncarew/patch-2
...
Update notification-manager.coffee
2015-09-01 22:31:11 -07:00
Devon Carew
a235fcb8aa
Update notification-manager.coffee
...
Fix a broken link in the docs page for https://atom.io/docs/api/v1.0.10/NotificationManager .
2015-09-01 21:28:16 -07:00
Max Brunsfeld
77704e5d21
⬆️ whitespace
2015-09-01 17:41:55 -07:00
Max Brunsfeld
d9410716d2
Don't attempt to use source maps w/ no cache directory
...
This error will only happen when the compile-cache file is compiled
twice, which seems to be happening on windows when running specs.
This doesn't fix that problem, but prevents further errors from
cascading in a confusing way.
2015-09-01 16:49:15 -07:00
Max Brunsfeld
a0f5a6612c
Prepare 1.0.11
2015-09-01 16:44:52 -07:00
Max Brunsfeld
8f1daad4a9
Merge pull request #8608 from atom/mb-normalize-driver-letter-case
...
Normalize drive letter case on windows
2015-09-01 14:15:39 -07:00
Nathan Sobo
5be64cdc89
Merge pull request #8627 from atom/ns-terminate-drag-on-any-text-change
...
Terminate drag on any buffer change
2015-09-01 14:22:29 -06:00
Max Brunsfeld
61f7de736f
Normalize resource path drive letters in main
2015-09-01 12:20:05 -07:00
Max Brunsfeld
5be3d4f82f
Normalize drive letter case on windows
2015-09-01 12:17:19 -07:00
Nathan Sobo
f3def3a7ed
Terminate drag on any buffer change
...
Not just text insertion.
2015-09-01 12:58:34 -06:00
Nathan Sobo
968cf6a51b
Merge pull request #8624 from atom/ns-fix-mouse-autoscroll
...
Autoscroll when mouse gets close to the edge of the editor scroll view
2015-09-01 11:22:28 -06:00
Nathan Sobo
f1276f59de
Autoscroll when mouse gets close to the edge of the editor scroll view
...
Previously, we required the cursor to exceed the bounds of the editor,
but that makes it impossible to scroll when the window is maximized.
2015-09-01 10:43:45 -06:00
Arana Jhonny
3df73aefa1
📝 Fixed link for instructions Node.js.
...
Fixed link for instructions Node.js debian, ubuntu and fedora. It is not something remarkable for us , but it is better to be specific.
2015-09-01 09:25:15 -07:00
simurai
e1a5a99fda
⬆️ atom-dark-ui@v0.51.0
2015-09-02 00:21:06 +09:00
Wliu
28d0e27e60
Merge pull request #8617 from CosmicWebServices/master
...
Update windows.md
2015-09-01 10:08:03 -04:00
Cosmic Web Services
74f356f11d
Update windows.md
2015-09-01 09:20:46 -04:00
Cosmic Web Services
25dfd620f2
Update windows.md
2015-09-01 09:07:01 -04:00
simurai
e1e2177058
Use San Francisco font on El Capitan Beta
...
`SF UI Text` only works for the downloaded version of the San Francisco font.
`.SFNSText-Regular` adds support for the bundled version that ships in El Capitan Beta
2015-09-01 14:26:05 +09:00
Kevin Sawicki
a32034978b
⬆️ symbols-view@0.104
2015-08-31 17:17:16 -07:00
Kevin Sawicki
99d89fbc04
⬆️ language-gfm@0.81
2015-08-31 17:07:40 -07:00
Kevin Sawicki
ff6387630f
Merge pull request #8601 from atom/ks-update-variable-for-root-case
...
Append root to local cache dir value
2015-08-31 13:58:44 -07:00
Kevin Sawicki
56f40d7714
Append to existing cache dir value
2015-08-31 10:29:36 -07:00
Kevin Sawicki
8fa99a33be
Append root to atom home value
2015-08-31 10:23:14 -07:00
Kevin Sawicki
9b719056e0
⬆️ status-bar@0.79
2015-08-31 09:50:24 -07:00
Kevin Sawicki
83ab503f6f
Merge pull request #8599 from atom/ks-upgrade-squirrel-on-windows
...
Upgrade to Squirrel 1.0 on Windows
2015-08-31 09:50:17 -07:00
Kevin Sawicki
06fe06985f
⬆️ grunt-electron-installer@1.0.0
2015-08-31 09:06:37 -07:00
Antonio Scandurra
0d248e0c5b
Merge pull request #8500 from natthu/master
...
Fix a bug with refreshing the gutter UI.
2015-08-31 14:24:12 +02:00
Thomas Johansen
d78960c009
Merge pull request #8589 from bcoe/yargs-3.23.0-no-spawn
...
upgrades yargs dependency to ^3.23.0
2015-08-31 10:03:28 +02:00
Benjamin Coe
507bb92391
⬆️ upgrade to yargs@3.23.0 no more spawn-sync
2015-08-31 00:20:19 -07:00
Thomas Johansen
ca089d86fa
⬆️ language-javascript@0.92.0
2015-08-31 07:34:27 +02:00
Wliu
820fc7652b
Merge pull request #8561 from atom/wl-menubar-toggle-notification
...
Add a notification when toggling the menu bar
2015-08-30 10:14:31 -04:00
Thomas Johansen
618c299ef8
⬆️ settings-view@0.216.0
2015-08-30 10:42:29 +02:00
Nathan Sobo
e91241be52
Revert "Remove arguments subheading"
...
This reverts commit ba7af0b9cd
.
2015-08-29 13:00:08 -06:00
Nathan Sobo
70bcedba4d
Revert "Nix arguments"
...
This reverts commit f2a017d013
.
2015-08-29 12:59:16 -06:00
Wliu
273814507c
⬆️ language-html@0.41.2
2015-08-29 12:04:29 -04:00
Kevin Sawicki
9a2b0211dd
Prepare 1.0.10
2015-08-28 16:42:24 -07:00
Wliu
01b9c3a0b0
👕 No fat arrow
2015-08-28 18:06:04 -04:00
Wliu
f3b457d8ba
Add a notification when toggling the menu bar
...
Refs #4289
2015-08-28 17:33:46 -04:00
Nathan Sobo
c0b4181b47
Merge pull request #8558 from atom/ns-simplify-page-up-down
...
Simplify page-up/page-down
2015-08-28 14:55:24 -06:00
Kevin Sawicki
f3a90c2ad0
Pin to yargs@3.19.0
...
os-locale is not handling spawn errors
Closes #8559
2015-08-28 13:07:00 -07:00
Nathan Sobo
020c11d6c6
Merge pull request #8548 from atom/ns-improve-mouse-based-autoscroll
...
Smoothly autoscroll the editor when selecting with the mouse
2015-08-28 13:46:01 -06:00
Nathan Sobo
c7cc404c42
Simplify page-up/page-down
...
We simply move the cursor up or down by the number of whole lines that
fit on screen, allowing autoscroll to adjust the scroll position. This
causes there to be a margin under the location to which we move the
cursor, but I think it’s better to provide context and keep the
autoscroll experience consistent when using the keyboard.
2015-08-28 13:39:14 -06:00