Linus Eriksson
de54e55878
Fix shaking editor when typing
...
When using DPI scaling the scroll position could be set to a position
that
was not possible causing a scroll event to scroll back. This was causing
the editor to shake when editing. This PR fixes
this by rounding scrollTop and scrollLeft to a physical pixel instead of
rounding using Math.round
Co-authored-by: Antonio Scandurra <as-cii@github.com >
2018-03-05 17:37:30 +01:00
Will Binns-Smith
b42972fa84
Add custom properties to atom-workspace to track editor properties ( #16731 )
...
* Add custom properties to atom-workspace
These track the editor's current font size, font family, and line
height.
* Move editor styles to text-editor; add monospace fallback
* Add default font family
So that there will always be a valid value.
* Fix specs
2018-02-21 19:02:14 -08:00
Will Binns-Smith
e9d4163899
Replace csslint with stylelint ( #16803 )
2018-02-21 16:20:20 -08:00
Max Brunsfeld
983406e166
Merge pull request #16814 from atom/mb-default-scope-descriptor
...
Provide a default scope descriptor if language mode doesn't provide them
2018-02-21 16:06:56 -08:00
Max Brunsfeld
2100f90cf4
Provide a default scope descriptor if language mode doesn't provide them
2018-02-21 14:55:58 -08:00
Max Brunsfeld
e638100158
Merge pull request #16810 from atom/mb-dont-write-config-when-quitting
...
Don't try to write config file while quitting
2018-02-21 10:44:56 -08:00
Max Brunsfeld
dae1c75235
⬆️ atom-keymap
2018-02-21 10:39:30 -08:00
Max Brunsfeld
a0e231dea3
Merge pull request #16809 from atom/mb-fix-color-config
...
Serialize settings as JSON when sending them to the main process
2018-02-21 10:39:07 -08:00
Max Brunsfeld
ea8165a1ca
Make TreeSitterLanguageMode.scopeDescriptorForPosition accept arrays
...
Fixes #16808
2018-02-21 10:16:50 -08:00
Max Brunsfeld
fb85656d8f
Don't try to write config file while quitting
2018-02-21 09:29:02 -08:00
Max Brunsfeld
6b9e87ecd6
Serialize settings as JSON when sending them to the main process
2018-02-21 09:18:15 -08:00
Damien Guard
1d9d17bc39
Update 2018-02-19.md
2018-02-20 18:40:55 -08:00
Ian Olsen
e313bb9d89
Merge pull request #16763 from atom/focus-2018-02-19
...
Weekly focus doc: 2018-02-19
2018-02-20 18:15:51 -08:00
David Wilson
5c85cb4968
Merge pull request #16799 from atom/dw-update-git-utils
...
⬆️ git-utils
2018-02-20 16:29:46 -08:00
Katrina Uychaco
5c8c2b5f9b
Add some github package stuff
2018-02-20 15:19:43 -08:00
David Wilson
f50e1c9ecb
⬆️ git-utils
2018-02-20 14:44:04 -08:00
Max Brunsfeld
df9a4c9226
Add Max's focus
2018-02-20 13:39:19 -08:00
Max Brunsfeld
4b70a16edd
⬆️ snippets
2018-02-20 11:29:52 -08:00
Max Brunsfeld
6cb074596e
Merge pull request #16797 from atom/mb-legacy-scope-alias-renames
...
Tweak config APIs for dealing w/ legacy scope aliases
2018-02-20 11:27:16 -08:00
Max Brunsfeld
1cdb804824
Tweak config APIs for dealing w/ legacy scope aliases
2018-02-20 11:07:45 -08:00
Ash Wilson
5468e34097
⬆️ @atom/watcher
2018-02-20 09:05:14 -08:00
Ash Wilson
df3291a81c
Merge remote-tracking branch 'origin/master' into focus-2018-02-19
2018-02-19 12:55:52 -08:00
Ash Wilson
f866978d11
Merge pull request #16768 from atom/updoot-watcher
...
Update @atom/watcher
2018-02-19 12:15:47 -05:00
Ash Wilson
5d69a9fde5
⬆️ @atom/watcher
2018-02-18 23:58:26 -08:00
Ash Wilson
1f6c57ce61
Merge pull request #16780 from atom/aw-api-doc-oom
...
Just say no to infinite loops
2018-02-19 02:57:06 -05:00
Ash Wilson
9dd40256e9
⬆️ tello
2018-02-18 22:20:55 -08:00
Wliu
ad2d858bf8
Merge pull request #16775 from atom/wl-better-fuzzying
...
Update fuzzaldrin-plus to 0.6.0 in all packages
2018-02-17 17:36:28 -05:00
Wliu
2c16ee440d
⬆️ fuzzy-finder@1.7.6
2018-02-17 16:32:42 -05:00
Wliu
0bbad9031a
⬆️ command-palette@0.43.4
2018-02-17 16:32:04 -05:00
Wliu
9b5506fba6
⬆️ autocomplete-plus@2.40.3
2018-02-17 16:31:27 -05:00
Wliu
3545c0140c
⬆️ background-tips@0.28.0
2018-02-17 14:03:28 -05:00
Wliu
05f561849f
⬆️ background-tips@0.27.2
2018-02-17 13:02:23 -05:00
Antonio Scandurra
0269e98675
Add Teletype highlights and focus for next week
2018-02-17 11:42:34 +01:00
Ash Wilson
7e2e39c538
@atom/watcher and (a bit of) GitHub package work
2018-02-16 21:26:47 -05:00
David Wilson
17af5933f9
Add some focus items for Atom IDE
2018-02-16 14:53:38 -08:00
Max Brunsfeld
b922430c1d
⬆️ language packages for tree-sitter fixes
2018-02-16 14:50:34 -08:00
Max Brunsfeld
d2d3ad9fb8
Merge pull request #16765 from atom/mb-fix-path-deduplication
...
Fix path duplication after decaffeinating main process code
2018-02-16 14:12:41 -08:00
Max Brunsfeld
2575cf6b1a
Fix path duplication after decaffeinating main process code
2018-02-16 13:41:17 -08:00
Max Brunsfeld
f395f2e80d
⬆️ tree-sitter
2018-02-16 13:09:49 -08:00
Nathan Sobo
29b8ae2abe
Add Xray focus stuff
2018-02-16 13:10:24 -07:00
Nathan Sobo
cda838250b
Add empty focus template for week of 2018-02-19
2018-02-16 13:03:00 -07:00
Nathan Sobo
e334f0419f
Merge pull request #16753 from billyjanitsch/revert-15487
...
Stop scaling up small scroll wheel events
2018-02-16 11:58:33 -08:00
Max Brunsfeld
cd997e3d77
Simplify TreeSitterHighlightIterator.moveToSuccessor
2018-02-16 09:40:57 -08:00
Wliu
82d5974616
Merge pull request #16748 from UziTech/patch-6
...
return value of sync confirm function
2018-02-16 10:06:27 -05:00
Wliu
9101d62c0e
Merge pull request #16756 from atom/wl-params-to-options
...
Fix incorrect variable name
2018-02-15 20:05:44 -05:00
Wliu
69af0141a1
🐛 params -> options
2018-02-15 18:35:50 -05:00
Nathan Sobo
f647109474
Merge pull request #15831 from atom/b3-failing-seed
...
Handle edits that scroll up due to hiding the horizontal scrollbar
2018-02-15 14:32:20 -08:00
Linus Eriksson
8cfcdf8c00
Revert always return false
2018-02-15 23:12:35 +01:00
Linus Eriksson
63326e969a
Unfocus test and always return false to see if this fails on circle
2018-02-15 22:53:29 +01:00
Linus Eriksson
ad6b2131d6
Style the scrollbar in the test
2018-02-15 22:47:33 +01:00