Commit Graph

24550 Commits

Author SHA1 Message Date
Tom Munro
b57d2e1dd0 Move disabledKeymaps observer into package manager 2015-07-29 11:59:32 -07:00
Kevin Sawicki
c7afd63f4a grunt-atom-shell-installer -> grunt-electron-installer 2015-07-29 11:56:40 -07:00
Ben Ogle
591db01067 Spy on Task::terminate instead of passing an obj through 2015-07-29 11:48:49 -07:00
Kevin Sawicki
1121981597 Run create-windows-installer:installer 2015-07-29 11:31:54 -07:00
Kevin Sawicki
e7c1dfdc7c grunt-electron-installer@0.36 2015-07-29 10:52:43 -07:00
Nathan Sobo
1d9ecc1d59 Merge pull request #8140 from atom/ns-add-backup-option
Add option to make temporary file backups when saving
2015-07-29 11:50:11 -06:00
Nathan Sobo
12dc045329 Fix bug where word- and line-wise selections got stuck in reversed state 2015-07-29 11:49:14 -06:00
Nathan Sobo
c5bb4a27a5 Add option to make temporary file backups when saving 2015-07-29 11:19:16 -06:00
Tom Munro
90ec8df3e6 Change spec to test disabling and enabling keymaps after activation 2015-07-29 09:28:37 -07:00
Tom Munro
b6b81fc2ed Remove extra newlines 2015-07-29 09:08:04 -07:00
Tom Munro
b9c12857fb Add support for activating and deactivating package-specific keymaps 2015-07-28 22:27:10 -07:00
Kevin Sawicki
e187e4bf53 ⬆️ language-c@0.46 2015-07-28 18:13:45 -07:00
Wliu
d3f188bf98 Merge pull request #8125 from atom/wl-more-languages
Update language-go and yaml
2015-07-28 20:47:01 -04:00
Ben Ogle
f77fe8acab 🎨 Remove log line 2015-07-28 17:37:50 -07:00
Kevin Sawicki
62e9d137ae Merge pull request #8109 from batjko/patch-2
Clarify path separators, partially reverting #8107
2015-07-28 17:35:50 -07:00
Ben Ogle
a4076dcfa5 Terminate the task after finishing 2015-07-28 17:34:45 -07:00
Ben Ogle
16707f28f1 Add DefaultDirectorySearcher spec 2015-07-28 17:34:29 -07:00
Kevin Sawicki
a81e59c79b Merge pull request #8122 from ssorallen/atom-properties-ret-values
Use `Returns` keyword in global `atom` object docs
2015-07-28 17:33:28 -07:00
Kevin Sawicki
69bf55ce29 Merge pull request #8121 from ssorallen/theme-manager-ret-values
Use `Returns` keyword in `ThemeManager` public docs
2015-07-28 17:32:59 -07:00
Kevin Sawicki
af19c26fc3 Merge pull request #8120 from ssorallen/available-packages-ret-values
Use `Returns` keyword to highlight vals in docs
2015-07-28 17:32:34 -07:00
Wliu
da0e5bff05 ⬆️ language-yaml@0.23.0 2015-07-28 20:16:57 -04:00
Wliu
0122dbe05f ⬆️ language-go@0.32.0 2015-07-28 20:15:42 -04:00
Nathan Sobo
cf6a6fe2b1 Merge pull request #8123 from atom/ns-fix-autoscroll-when-selection-words-or-lines
Don’t autoscroll to selection when double- or triple-click dragging
2015-07-28 16:33:41 -06:00
Nathan Sobo
d1dec4e0cf Don’t autoscroll to selection when double- or triple-click dragging 2015-07-28 16:16:34 -06:00
Ross Allen
51c73bd6e9 Use Returns keyword in global atom object docs
Use the `Returns` keyword in function docs so they are put
in panels like other return values in docs.
2015-07-28 15:00:51 -07:00
Ross Allen
212c4fa6fc Use Returns keyword in ThemeManager public docs
Use the `Returns` keyword in `get*Theme` function docs so they are put
in panels like other return values in docs.
2015-07-28 14:49:33 -07:00
Ross Allen
80f2acb37d Use Returns keyword to highlight vals in docs
Use the `Returns` keyword in `PackageManager::getAvailablePackage*`
docs so the return values are called out in panels like with other
documentation.
2015-07-28 14:39:11 -07:00
Kevin Sawicki
c578708aaf Prepare 1.0.4 2015-07-28 13:07:23 -07:00
Nathan Sobo
17d6d9702b Merge pull request #8119 from atom/ns-ctrl-up-down
Bind ctrl-up/down to just move up or down by default
2015-07-28 11:57:44 -06:00
Nathan Sobo
8698f2285d Bind ctrl-up/down to just move up or down by default
This prevents insertion of weird characters when ctrl-up/down are
pressed.
2015-07-28 11:09:34 -06:00
Kevin Sawicki
a8fb2fb20a ⬆️ language-ruby@0.57 2015-07-28 08:59:08 -07:00
Kevin Sawicki
7319b93c1e ⬆️ language-sass@0.40 2015-07-28 08:40:57 -07:00
Kevin Sawicki
6a06eaa6de ⬆️ language-gfm@0.80 2015-07-28 08:34:14 -07:00
Kevin Sawicki
357fa60dfb ⬆️ tree-view@0.180 2015-07-28 08:34:13 -07:00
Kevin Sawicki
89d6388800 Merge pull request #8101 from drewkett/docfix2
Fix Arch build instructions again
2015-07-28 07:47:28 -07:00
Antonio Scandurra
938ee68373 Merge pull request #8112 from atom/as-tiles-stacking-context
Create new stacking context for tiles
2015-07-28 16:38:32 +02:00
Machisté N. Quintana
ac03afaa4f Merge pull request #8110 from atom/mq-travis-whitelist
Only build pushes to master on Travis
2015-07-28 10:32:40 -04:00
Antonio Scandurra
9a81d2ec62 🐛 Create new stacking context for tiles
To create a new stacking context we need to isolate the container div. This
fixes a visual glitch on the wrap-guide whenever there are more than 5 tiles.
2015-07-28 16:00:46 +02:00
Nathan Sobo
8335a5df19 Merge pull request #8105 from atom/as-emit-did-insert-on-paste
Emit `did-insert-text` on `pasteText()`
2015-07-28 07:45:23 -06:00
Machisté N. Quintana
765e5154bf 📝 Update CSON link to Atom Flight Manual 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
d81c0ea8f9 📝 Update CSON link to Atom Flight Manual 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
7b3549d66c 📝 Give an example of a snippet scope 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
f2f9672d38 📝 🎨 Drop parens 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
8808cd3964 📝 Clarify that keys must be unique in snippets.cson 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
65d46e79d1 📝 Clarify that CSON requires unique keys 2015-07-28 08:45:52 -04:00
Machiste Quintana
3153c487e3 Only build pushes on Travis for master 2015-07-28 08:38:14 -04:00
Patrick Metzdorf
a07888601b Clarify path separators, partially reverting #8107
Thanks @izuzak for pointing out that the git shell can take forward slashes, and the original instructions do assume usage of that, as opposed to cmd or Powershell.
2015-07-28 13:15:22 +01:00
Machisté N. Quintana
e10e578a04 Merge pull request #8107 from batjko/patch-1
Correct path separator in Windows Build instructions
2015-07-28 07:09:39 -04:00
Patrick Metzdorf
bc43ee242a Correct path separator for Windows 2015-07-28 12:06:57 +01:00
Antonio Scandurra
d46fea9d10 Emit did-insert-text on pasteText() 2015-07-28 10:38:11 +02:00