Commit Graph

24176 Commits

Author SHA1 Message Date
Nathan Sobo
5386bf9098 Add emacs-style subword movement bindings 2015-07-01 12:27:40 -05:00
Nathan Sobo
df6ef94b60 🎨 add spaces after commas 2015-06-30 23:03:55 -05:00
Nathan Sobo
e472830063 Merge remote-tracking branch 'origin/master' into dsandstrom-add-subword-cursors-4 2015-06-30 22:55:40 -05:00
Nathan Sobo
ba3ab41f1f Eliminate hack to move cursor to beginning of buffer
Use the structure of the regex plus a fix to text-buffer instead.
2015-06-30 22:52:35 -05:00
Nathan Sobo
b1d6b79ddd ⬆️ exception-reporting 2015-06-30 20:02:27 -05:00
simurai
47d3355bf8 Merge pull request #7587 from atom/mq-sf-ui
Add SF UI font
2015-07-01 07:54:42 +09:00
Ben Ogle
4d77d4161d Merge pull request #7395 from oggy/will-remove-item
Add Pane::onWillRemoveItem event.
2015-06-30 15:25:16 -07:00
Ben Ogle
f61531c249 ⬆️ solarized syntax themes 2015-06-30 14:04:37 -07:00
Nathan Sobo
8b088926bb Merge pull request #7602 from atom/ns-mixed-indent
Restore support for mixed tabs and spaces in line indentation
2015-06-30 15:54:47 -05:00
Nathan Sobo
f36ae1b4c1 Merge pull request #7558 from atom/ns-assertions
Reintroduce assertion API
2015-06-30 15:54:35 -05:00
Nathan Sobo
eae9a45579 🎨 Clean up spec language 2015-06-30 15:54:15 -05:00
Nathan Sobo
83bddaf34e Merge branch 'master' into add-subword-cursors-4
Conflicts:
	spec/text-editor-spec.coffee
2015-06-30 15:43:33 -05:00
Nathan Sobo
82e25872b2 Handle indentation with mixed tabs and spaces 2015-06-30 15:31:11 -05:00
Nathan Sobo
fbfb18aaf6 ⬆️ exception-reporting 2015-06-30 15:30:58 -05:00
Nathan Sobo
c9a8585b49 🎨 2015-06-30 15:30:58 -05:00
Nathan Sobo
1d8035c3cc Back out changes to onDidThrowError API 2015-06-30 15:30:58 -05:00
Nathan Sobo
5d957b677b Revert "Merge pull request #7373 from atom/revert-7350-ns-assertions"
This reverts commit 1a3441a503, reversing
changes made to 1aab5e74d9.
2015-06-30 15:30:58 -05:00
Kevin Sawicki
c0132ea04a ⬆️ tree-view@0.174 2015-06-30 13:28:38 -07:00
Nathan Sobo
ea11d19a1d Revert "⬆️ solarized syntax themes."
This reverts commit 93931328f0.
2015-06-30 15:03:18 -05:00
Ben Ogle
93931328f0 ⬆️ solarized syntax themes.
Thanks @schmittyjd
2015-06-30 10:57:50 -07:00
Ben Ogle
67e9688333 ⬆️ find-and-replace@0.174.1 2015-06-30 10:33:53 -07:00
Nathan Sobo
58078e8959 Merge pull request #7101 from atom/as-tiled-gutter
Tiled Line Numbers
2015-06-30 11:54:13 -05:00
Kevin Sawicki
7e9e8e03a3 Merge pull request #7573 from viddo/master
Update dependency, tree-view@0.173.0
2015-06-30 09:20:12 -07:00
Antonio Scandurra
eb3e1437d0 Add spec to check for tile background color 2015-06-30 14:52:47 +02:00
Antonio Scandurra
6735357dd1 Retrieve backgroundColor from the correct object
Thanks, @nathansobo! 
2015-06-30 14:46:29 +02:00
Antonio Scandurra
8cd9128bec Merge branch 'master' into as-tiled-gutter 2015-06-30 14:40:44 +02:00
Machisté N. Quintana
3ac69500b0 Add SF UI font 2015-06-30 08:24:04 -04:00
Nicklas Gummesson
5fcdb8fdf4 ⬆️ tree-view@0.173.0 2015-06-30 08:43:17 +02:00
Nathan Sobo
b580012173 Merge pull request #7563 from atom/ns-tabs-or-spaces-pick-one
Consider tabs or spaces mutually exclusively as indentation
2015-06-29 19:19:44 -05:00
Nathan Sobo
4af7f1e29d Merge branch 'master' into as-tiled-gutter 2015-06-29 18:37:17 -05:00
Nathan Sobo
32705ab372 Merge branch 'master' into as-tiled-gutter 2015-06-29 17:10:45 -05:00
Nathan Sobo
b6d099ac78 Consider tabs or spaces mutually exclusively as indentation
Previously, we allowed a mix of tabs and spaces to be counted toward the
indentation of a line. This caused problems when auto-indenting lines in
a hard-tabbed file that contained “alignment spaces”, such as occurs in
aligned comment blocks. For this case, it makes more sense to assume
that the line is indented via tabs only, and consider the subsequent
alignment space as part of the line’s content. Since it’s hard to
imagine actual source code in which a mixed treatment of tabs and spaces
is desirable, I’m going with this over any more complex approach.
2015-06-29 17:05:28 -05:00
Kevin Sawicki
259d42d285 Merge pull request #7560 from atom/ks-remove-deferred-browser-process-requires
Remove deferred browser process requires
2015-06-29 13:45:58 -07:00
Kevin Sawicki
9c4dd71de2 Remove deferred browser process requires 2015-06-29 13:30:37 -07:00
Machisté N. Quintana
375cf27574 Merge pull request #7521 from hectorcascos/update-package-json
Update license in package.json
2015-06-28 22:26:13 -04:00
Héctor Cascos
85879ffdb5 Update license in package.json 2015-06-29 01:38:25 +02:00
Machisté N. Quintana
cb81554549 Merge pull request #7426 from drewkett/docfix
Fix Arch build instructions
2015-06-27 09:01:55 -05:00
Kevin Sawicki
13272728a2 ⬆️ language-python@0.37 2015-06-26 09:34:03 -05:00
Andrew Burkett
3a3e4c1eb9 Fix Arch build instructions 2015-06-25 16:12:30 -07:00
Kevin Sawicki
77d7e7a69f ⬆️ settings-view@0.209 2015-06-25 13:20:27 -05:00
Kevin Sawicki
f30e352f6f ⬆️ deprecation-cop@0.53 2015-06-25 13:19:14 -05:00
Kevin Sawicki
2ff8f90608 Prepare 1.0.1 2015-06-25 09:40:30 -05:00
Kevin Sawicki
38745761e2 ⬆️ pathwatcher@4.4.1 2015-06-25 05:05:58 -05:00
Kevin Sawicki
c82b1022dc Merge pull request #7329 from atom/ks-prepare-one
Prepare 1.0
2015-06-24 17:05:29 -05:00
Kevin Sawicki
3e1c18ed40 ⬆️ apm@1.0.1 2015-06-24 16:51:48 -04:00
Kevin Sawicki
4d75175bdd ⬆️ apm@1.0.0 2015-06-24 16:51:48 -04:00
Kevin Sawicki
993d702ce9 Include deprecated APIs when running core specs 2015-06-24 16:51:48 -04:00
Kevin Sawicki
0c4e052247 Remove --include-deprecated-apis from apm test commands 2015-06-24 16:51:48 -04:00
Kevin Sawicki
85a4ae7fea Remove --include-deprecated-apis command line option 2015-06-24 16:51:48 -04:00
Kevin Sawicki
0fa514b6e1 Remove open with deprecated APIs commands 2015-06-24 16:51:47 -04:00