Commit Graph

24659 Commits

Author SHA1 Message Date
Max Brunsfeld
c9a89035ea ⬆️ text-buffer 2015-08-13 15:14:15 -07:00
Ben Ogle
0608f94387 Merge pull request #8356 from atom/bo-tab-type
Support `editor.tabType`
2015-08-13 11:13:13 -07:00
Kevin Sawicki
948d86f6fe ⬆️ status-bar@0.78 2015-08-13 10:45:28 -07:00
Ben Ogle
4609be7912 Be defensive with grammar in usesSoftTabs() 2015-08-13 10:34:44 -07:00
Max Brunsfeld
4ff3b6d5ef Merge pull request #8144 from atom/mb-custom-extension-grammar-map
Allow custom association between file names and grammars
2015-08-13 10:17:29 -07:00
Max Brunsfeld
c6d8bce137 Merge remote-tracking branch 'origin/master' into mb-custom-extension-grammar-map 2015-08-13 09:59:56 -07:00
Kevin Sawicki
469662ae4e Merge pull request #8357 from atom/ks-pane-resize-command
Add pane increase/decrease size commands
2015-08-13 07:23:27 -07:00
Kevin Sawicki
8308248578 Update keymaps for changed pane command names 2015-08-13 06:54:51 -07:00
Kevin Sawicki
5da44711dc Add initial spec for pane resize commands 2015-08-13 06:54:51 -07:00
Kevin Sawicki
83b99ef962 Move size adjusting to model 2015-08-13 06:54:51 -07:00
Kevin Sawicki
388d716028 pane:enlarge/shrink -> pane:increase-size/decrease-size 2015-08-13 06:54:51 -07:00
liuxiong332
ccccc9657c add keymaps for pane:shrink and pane:enlarge commands. 2015-08-13 06:54:51 -07:00
liuxiong332
b4109715df add command enlarge and shrink 2015-08-13 06:54:51 -07:00
Machisté N. Quintana
c245b7cd11 ⬆️ status-bar@0.77.0 2015-08-13 07:39:00 -04:00
Machisté N. Quintana
b1915cef76 Merge pull request #8358 from atom/mq-bump-about
⬆️ about@1.1.0
2015-08-13 07:35:49 -04:00
Machisté N. Quintana
81414ce03f ⬆️ about@1.1.0 2015-08-12 22:11:14 -04:00
Kevin Sawicki
f0d888b9cb ⬇️ language-javascript@0.87.1 2015-08-12 18:36:28 -07:00
Max Brunsfeld
0203438669 Add description for customFileTypes in schema 2015-08-12 18:04:52 -07:00
Max Brunsfeld
2493da0a84 Rename fileTypesByScope -> customFileTypes 2015-08-12 17:55:19 -07:00
Ben Ogle
51538b0c67 Don’t need this coffeeEditor 2015-08-12 17:48:52 -07:00
Ben Ogle
4598e000f4 Remove duplicated bit 2015-08-12 17:33:02 -07:00
Ben Ogle
1b727c1862 Handle a grammar change for @softTabs 2015-08-12 17:32:05 -07:00
Max Brunsfeld
30d8216bf6 Merge branch 'master' into mb-custom-extension-grammar-map
Conflicts:
	package.json
2015-08-12 17:31:15 -07:00
Max Brunsfeld
62aaadbfb6 ⬆️ settings-view 2015-08-12 17:26:44 -07:00
Ben Ogle
b5d253b9c5 Add a spec for the scoped setting 2015-08-12 17:23:15 -07:00
Ben Ogle
1192008479 Update the tab type when the setting changes 2015-08-12 17:21:53 -07:00
Ben Ogle
1544c117a2 Add logic that uses the editor.tabType setting 2015-08-12 17:11:12 -07:00
Ben Ogle
b3ea638de3 Add a bunch of specs for tabType setting 2015-08-12 17:10:43 -07:00
Kevin Sawicki
c34083e450 ⬆️ language-javascript@0.88 2015-08-12 17:03:55 -07:00
Max Brunsfeld
5f620fb739 Config::getSchema - use null to represent inaccessible key path 2015-08-12 16:52:25 -07:00
Ben Ogle
71f6cd0a0f Get some base tests setup 2015-08-12 16:43:53 -07:00
Ben Ogle
d9d442b723 Consolidate tab specs 2015-08-12 16:30:14 -07:00
Hernawan Fa'iz Abdillah
8eff9d493d Add description to tabType config 2015-08-12 16:21:37 -07:00
Hernawan Fa'iz Abdillah
0441fa1f10 Add tabType config item 2015-08-12 16:21:05 -07:00
Kevin Sawicki
4c4cb9affd Prepare 1.0.8 2015-08-12 16:09:37 -07:00
Ben Ogle
0a6da382cf ⬆️ find-and-replace@0.180.0
Fix some issues
2015-08-12 14:33:28 -07:00
Nathan Sobo
ce8b834015 Merge pull request #8350 from atom/ns-fix-autoscroll-on-gutter-selection
Autoscroll correctly when dragging gutter selections
2015-08-12 14:32:56 -06:00
Daniel Hengeveld
d5567df57f ⬆️ welcome@0.30.0
Open metrics package page directly rather than linking out to atom.io
2015-08-12 12:45:41 -07:00
Nathan Sobo
fbea2d7954 Autoscroll correctly when dragging gutter selections
* Explicitly assign the orientation of the selection when it crosses
  the initially clicked row.
* Autoscroll to the cursor, not the entire selection.
2015-08-12 13:13:15 -06:00
Ben Ogle
f4a7405ee3 ⬆️ find-and-replace@0.179.0
Fix license issue
2015-08-12 12:12:33 -07:00
Max Brunsfeld
29f47f7fcb Merge pull request #8173 from atom/mb-rename-disabled-keymaps-config-key
Rename 'disabledKeymaps' -> 'packagesWithKeymapsDisabled'
2015-08-12 10:52:53 -07:00
Daniel Hengeveld
dc7e34d746 ⬆️ settings-view@0.213.0
Adds package URI support
2015-08-12 10:48:55 -07:00
Nathan Sobo
8bc5789828 ⬆️ tree-view 2015-08-12 10:05:18 -06:00
simurai
8d68680da8 ⬆️ atom-dark-ui@v0.50.0 + atom-light-ui@v0.43.0 2015-08-12 20:36:29 +09:00
Ben Ogle
a6a2610ac8 ⬆️ find-and-replace@0.178.0 2015-08-11 17:49:40 -07:00
Kevin Sawicki
829c61d98a Prepare 1.0.7 2015-08-11 16:34:21 -07:00
Kevin Sawicki
f7a60c043b ⬆️ first-mate@4.2 2015-08-11 15:59:31 -07:00
Nathan Sobo
7cb199a0cb Merge pull request #8334 from atom/ns-fix-wrap-scopes
Process closing scopes at wrap boundaries
2015-08-11 14:23:25 -06:00
Nathan Sobo
1223d7a154 Process closing scopes at wrap boundaries 2015-08-11 13:13:30 -06:00
Nathan Sobo
f707905335 ⬆️ text-buffer. Fixes #8322 2015-08-11 10:58:50 -06:00