Ian Olsen
715686fd4e
build only my experimental branch on circle
2016-02-26 14:11:45 -08:00
Michelle Tilley
ff0942dc1f
⬆️ bracket-matcher
2016-02-26 07:40:39 -08:00
Michelle Tilley
84a2ef69af
Fix Workspace#open pending specs
2016-02-26 07:23:51 -08:00
Damien Guard
f03b036872
Merge pull request #10326 from atom/dr-windows-installer-path-read
...
Fix Windows installer path update woes
2016-02-26 07:18:33 -08:00
Josh Abernathy
c8dd8b280d
Merge pull request #10975 from atom/update-nodegit
...
Update nodegit
2016-02-26 09:45:12 -05:00
Katrina Uychaco
7643fa04ed
Small 🐎 when editing a TextEditor that is no longer pending
2016-02-25 17:32:17 -08:00
Katrina Uychaco
8fff6b2dd0
isItemPending(item) ➡️ getPendingItem()
2016-02-25 17:27:39 -08:00
Katrina Uychaco
6add9ce9e4
isItemPending(item) ➡️ getPendingItem()
2016-02-25 17:25:39 -08:00
Katrina Uychaco
3848da4488
💄 and 📝 for pending API
2016-02-25 17:21:01 -08:00
Katrina Uychaco
1c65d0e5e4
Changed Pane and TextEditor specs to match new pending behavior
2016-02-25 16:48:16 -08:00
Katrina Uychaco
b637366a58
Workspace#setItemNotPending ➡️ Item#onDidTerminatePendingState
...
Signed-off-by: Michelle Tilley <binarymuse@github.com >
2016-02-25 16:09:40 -08:00
joshaber
dfd3e1b948
Take autoHeight as an argument.
2016-02-25 17:11:04 -05:00
joshaber
ff0b9e30a9
Add ignoreScrollPastEnd
2016-02-25 16:59:58 -05:00
joshaber
1b6325494d
Merge branch 'master' into atom-textarea
2016-02-25 16:05:59 -05:00
joshaber
dd83619c45
Add autoHeight setting.
2016-02-25 16:05:57 -05:00
joshaber
dd780a7c5a
Revert "Use the computed style to find the height"
...
This reverts commit 822cd78055 .
2016-02-25 15:41:55 -05:00
joshaber
1aa0cec411
⬆️ nodegit@0.11.5
2016-02-25 15:24:22 -05:00
joshaber
2af53231f1
Less lint.
2016-02-25 15:21:56 -05:00
joshaber
822cd78055
Use the computed style to find the height
2016-02-25 15:18:29 -05:00
joshaber
f3ce468a70
Support specifying whether to ignore invisibles and the grammar.
2016-02-25 15:01:40 -05:00
joshaber
55e1496b96
Call the prototype method directly.
...
h/t @maxbrunsfeld
2016-02-25 14:49:07 -05:00
joshaber
768f5ee5ca
Maybe a better comment?
2016-02-25 14:44:01 -05:00
joshaber
dfb1d1d62d
Expose a bound buildTextEditor.
2016-02-25 14:43:54 -05:00
joshaber
02c7bb3ddd
Don't need this view provider anymore.
2016-02-25 14:43:41 -05:00
joshaber
10f0064a63
Call .getElement if the model has it.
2016-02-25 14:43:27 -05:00
joshaber
44dabf1e2f
Added .getElement to TextEditor.
2016-02-25 14:43:02 -05:00
Michelle Tilley
d0ffbca845
💄 and 📝 for pending state
2016-02-25 10:49:11 -08:00
Max Brunsfeld
9c5c171eb5
Don't refer to stable and beta as branches
2016-02-25 10:28:03 -08:00
Max Brunsfeld
77bae0fad1
When creating draft releases, choose release branch based on version number
2016-02-25 10:24:41 -08:00
Max Brunsfeld
a62965dc62
Default the channel based on the package.json, not the branch
2016-02-25 09:28:23 -08:00
Max Brunsfeld
829ba67462
Merge pull request #10967 from b6pzeusbc54tvhw5jgpyw8pwz2x6gs/change-getLineCount-to-getScreenLineCount
...
Fix a inconsistent getLineCount() use
2016-02-25 09:10:53 -08:00
Alfred UC
24865fd254
Fix a inconsistent getLineCount() use
2016-02-25 20:30:25 +09:00
Lee Dohm
e94653d391
⬆️ tree-view@0.201.4
2016-02-24 20:29:49 -08:00
Katrina Uychaco
a487110521
Refactor pending state to live in pane instead of items
...
* New public API `workspace.setItemNotPending` that
packages can use to set an item to set an item to not pending
(e.g. when the user interacts with the item)
* Pending state for newly opened items with `{pending: true}`
is now tracked by `Pane` instead of the item, and packages like
`tabs` that query this information now get it from the Pane.
2016-02-24 18:30:09 -08:00
Max Brunsfeld
2853c2999c
⬆️ fuzzy-finder
2016-02-24 12:59:44 -08:00
Antonio Scandurra
5612f1a46c
⬆️ text-buffer
2016-02-24 14:42:09 +01:00
Ben Ogle
70efaf4cdd
⬆️ notifications@0.62.3
2016-02-23 16:04:37 -08:00
Ben Ogle
8896f15b5d
⬆️ autocomplete-plus@2.29.0 for Unicode support
2016-02-23 12:26:22 -08:00
Antonio Scandurra
5655518e92
Merge pull request #10925 from atom/as-less-aggressive-state-store
...
Faster state serialization
2016-02-23 10:10:02 +01:00
Max Brunsfeld
3bc9eb62b2
Merge pull request #10933 from atom/mb-fix-block-decorations-spec
...
Fix block decorations spec in text editor presenter
2016-02-22 17:08:41 -08:00
Max Brunsfeld
7aab88c4f6
Merge pull request #10841 from ArnaudRinquin/feat/cli-add-option
...
Add the -a, --add CLI option
2016-02-22 16:42:21 -08:00
Max Brunsfeld
98559f5d34
Add missing
2016-02-22 16:31:17 -08:00
Max Brunsfeld
ea5500a124
Print line number of wait timeout in presenter spec
2016-02-22 16:31:06 -08:00
Ben Ogle
989b546f1e
Merge pull request #10921 from atom/bo-keyup
...
Add support for keybindings with keyup keystrokes
2016-02-22 14:28:16 -08:00
Ben Ogle
6457e0573e
⬆️ keybinding-resolver to fix specs
2016-02-22 13:28:00 -08:00
Carl Henderson
2d4474eb8b
search only new data for new lines rather than entire buffer
2016-02-22 15:13:38 -05:00
Katrina Uychaco
606dc0299c
⬆️ tree-view
2016-02-22 11:11:54 -08:00
Arnaud Rinquin
bb1c048e12
Add -a, --add specific integration tests
2016-02-22 18:38:25 +00:00
Josh Abernathy
76c1adcadb
Merge pull request #10926 from atom/fix-case-sensitive-path-relativization
...
Fix case-preserving path relativization
2016-02-22 12:49:03 -05:00
Max Brunsfeld
fa08fba60e
Merge pull request #10927 from atom/mb-electron-36.8
...
Upgrade electron to fix command-backtick bug
2016-02-22 09:30:40 -08:00