Commit Graph

26593 Commits

Author SHA1 Message Date
Antonio Scandurra
1b5fd18630 Use ::rowForPosition and ::positionForRow instead of simple math 2015-11-27 09:54:14 +01:00
Antonio Scandurra
02651b7a58 🎨 Rename to ::setBlockDecorationDimensions 2015-11-26 16:10:08 +01:00
Antonio Scandurra
5ac7ffcf48 🎨 Rename to ::blockDecorationsDimensionsById 2015-11-26 16:09:21 +01:00
Antonio Scandurra
96863eef1c Ensure content scrollHeight takes block decorations into account
Seems like all these properties in the presenter's state share a common
contract, which we should probably extract. It could also mean there's an
underlying design problem, because we are testing two dimensions of the same
behavior in a single spec.
2015-11-26 15:44:59 +01:00
Antonio Scandurra
30da4bdb0c Ensure gutter scroll height takes block decorations into account 2015-11-26 15:43:34 +01:00
Antonio Scandurra
89d9a2ce83 🎨 Create block decorations in TextEditor
This is just an experiment, although I like that we can hide some information
(irrelevant to the user) behind a clean API.
2015-11-26 15:40:08 +01:00
Antonio Scandurra
c8254566ef Change verticalScrollbar's height according to block decorations 2015-11-26 15:34:45 +01:00
Cheng Zhao
aca12a8dc8 ⬆️ electron@0.34.5
Fix #9584.
2015-11-26 16:09:40 +08:00
simurai
c4fa042395 ⬆️ language-less@v0.29.0 2015-11-26 15:29:05 +09:00
Wliu
6b0cce6a31 Merge pull request #9668 from atom/wl-docs-skip-ci
Suggest [ci skip] in documentation-only commits
2015-11-25 21:39:54 -05:00
Antonio Scandurra
508e8b02c3 📝 Mention blurry font fix in CHANGELOG 2015-11-25 11:02:17 +01:00
Antonio Scandurra
5467409aae Merge pull request #9797 from atom/as-bump-electron-patch
Upgrade to Electron 0.34.4
2015-11-25 10:58:16 +01:00
Wliu
f159e81de2 ⬆️ language-java@0.17.0 2015-11-24 15:36:53 -05:00
Wliu
4977b6180e ⬆️ language-css@0.35.1 2015-11-24 15:35:26 -05:00
Nathan Sobo
9c43702339 Add to changelog 2015-11-24 12:05:15 -07:00
Nathan Sobo
8978691831 Merge pull request #9773 from atom/mb-ns-prepare-stack-trace-fixes
Allow Error.prepareStackTrace to be temporarily reassigned
2015-11-24 11:59:53 -07:00
Nathan Sobo
b101e57394 Add to release notes 2015-11-24 11:45:32 -07:00
Nathan Sobo
9df43d4fb5 Merge pull request #9796 from atom/as-native-key-bindings
Use CommandRegistry to listen for native-key-bindings
2015-11-24 11:30:41 -07:00
Antonio Scandurra
6493673d18 ⬆️ electron 0.34.4 2015-11-24 17:49:44 +01:00
Antonio Scandurra
c061b27076 2015-11-24 17:36:44 +01:00
Antonio Scandurra
8dbb9cfd55 Use CommandRegistry to listen for native-key-bindings 2015-11-24 16:24:51 +01:00
Antonio Scandurra
059f5d2e7e Merge pull request #9788 from atom/as-fix-dev-tools-inserting-character
Interact with DevTools asynchronously
2015-11-24 15:01:18 +01:00
Nathan Sobo
282ad4cb7e ⬆️ text-buffer 2015-11-24 06:41:30 -07:00
Antonio Scandurra
7bd62790d2 📝 2015-11-24 14:02:34 +01:00
Antonio Scandurra
972d483dc2 ⬆️ metrics 2015-11-24 13:53:36 +01:00
Antonio Scandurra
b3738cfc34 Interact with DevTools on process.nextTick
Using any of the DevTools synchronous methods causes the bad character input
issue.
2015-11-24 12:51:13 +01:00
Antonio Scandurra
6b5ef9a0aa 🔥 2015-11-24 12:45:15 +01:00
Antonio Scandurra
9376738918 Make spec async because of Promise-based API 2015-11-24 12:28:31 +01:00
Antonio Scandurra
9e931b15c3 Switch to a Promise-based version of DevTools interaction 2015-11-24 12:21:16 +01:00
Antonio Scandurra
9655d8184e Interact with DevTools asynchronously 2015-11-24 11:43:09 +01:00
simurai
0c9250663f ⬆️ one-dark/light-ui@v1.1.7 2015-11-24 18:13:05 +09:00
simurai
899da9ba2d Merge pull request #9480 from atom/sm-button-icons
Adjust icon size for small buttons
2015-11-24 17:59:31 +09:00
simurai
5fa2a6b52d Use @font-size for button icons 2015-11-24 15:48:32 +09:00
simurai
68a7435b6e ⬆️ one-dark/light-ui@v1.1.6 2015-11-24 09:53:28 +09:00
Max Brunsfeld
4bc46db355 Still assign error's raw stack when prepareStackTrace is overridden
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-11-23 15:30:11 -08:00
Max Brunsfeld
4616b426b0 Allow Error.prepareStackTrace to be temporarily reassigned
Fixes https://github.com/atom/atom/issues/9660

Signed-off-by: Nathan Sobo <nathan@github.com>
2015-11-23 15:22:15 -08:00
Chen Shen
d17ab332ec fix bug in getRawStack 2015-11-23 14:29:17 -08:00
Wliu
3b1083b874 ⬆️ language-javascript@0.102.1 2015-11-23 15:53:55 -05:00
Wliu
52a6e746be ⬆️ language-ruby@0.64.1 2015-11-23 15:53:37 -05:00
Nathan Sobo
3b00559992 ⬆️ text-buffer 2015-11-23 13:50:24 -07:00
Nathan Sobo
231b9885ae Merge branch 'beta' 2015-11-23 11:51:42 -07:00
Nathan Sobo
235a1a57ae Lock text-buffer to specific version
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2015-11-23 11:50:56 -07:00
Nathan Sobo
79540f707d ⬆️ text-buffer and lock on specific version 2015-11-23 11:49:50 -07:00
Ivan Žužak
e75e3bc73a Merge pull request #9633 from atom/iz-features-in-contributing-guide
Add section on feature suggestions to CONTRIBUTING guide
2015-11-23 17:46:14 +01:00
Antonio Scandurra
0df8bb9b52 ⬆️ autocomplete-plus 2015-11-23 17:45:14 +01:00
Ivan Zuzak
35859500ed Use enhancement instead of feature 2015-11-23 17:42:03 +01:00
Daniel Hengeveld
b25ca517ac ⬆️apm@1.5.0
- required for https://github.com/atom/package-generator/issues/14
2015-11-23 16:29:18 +01:00
Wliu
6e72de8bd2 ⬆️ language-toml@0.17.0 2015-11-22 11:10:44 -05:00
Wliu
2c9e13a71b ⬆️ language-c@0.50.0 2015-11-21 19:02:47 -05:00
Max Brunsfeld
30b3cb249e Merge pull request #9636 from DouweM/unique-title
Use unique text editor title in window and tab titles
2015-11-20 16:55:38 -08:00