Commit Graph

21581 Commits

Author SHA1 Message Date
Kevin Sawicki
cfde9954f2 Add grunt task to print duplicate modules 2015-02-11 15:21:00 -08:00
Ben Ogle
bc7198bab3 ⬆️ metrics@0.43.0 2015-02-11 15:08:47 -08:00
Kevin Sawicki
10b1d80957 Prepare 0.180 2015-02-11 12:49:05 -08:00
Kevin Sawicki
baf6795195 Use ATOM_HOME env var in protocol handler
Closes #5501
2015-02-11 12:20:24 -08:00
Kevin Sawicki
4bbd1257a3 ⬆️ grammar-selector@0.45 2015-02-11 12:08:15 -08:00
Kevin Sawicki
e53004c70c Clean out node_modules between builds
This is a temporary workaround while a dedupe PR is in process

Refs #5489
2015-02-11 11:29:56 -08:00
Kevin Sawicki
67fd52131d Clean out ~/.atom/.apm 2015-02-11 11:21:10 -08:00
Nathan Sobo
e4168d70b7 Use computed clientWidth instead of contentFrameWidth as max scrollWidth 2015-02-11 11:47:18 -07:00
Max Brunsfeld
f1bd4b2c83 ⬆️ packages to use status-bar service
* deprecation-cop
* encoding-selector
* image-view
* incompatible-packages
* release-notes
* settings-view
2015-02-11 10:22:57 -08:00
Kevin Sawicki
aaba6c7fdf ⬆️ apm@0.137 2015-02-11 09:59:40 -08:00
Kevin Sawicki
ce58e7ec78 ⬆️ runas@2
Closes #5493
2015-02-11 09:20:24 -08:00
Nathan Sobo
009d945e1e Destroy TextEditorPresenter when unmounting TextEditorComponent
Fixes atom/find-and-replace#348
2015-02-11 09:02:33 -07:00
Nathan Sobo
98e126b40d Remove redundant require 2015-02-11 07:54:54 -07:00
Kevin Sawicki
090561eb00 Merge pull request #5487 from atom/ks-dedupe-q
Upgrade and dedupe q
2015-02-10 16:25:38 -08:00
Kevin Sawicki
d0b56ba9af Dedupe q 2015-02-10 16:06:18 -08:00
Kevin Sawicki
0d7a1cb8ca ⬆️ text-buffer@4.1.1 2015-02-10 16:00:23 -08:00
Kevin Sawicki
d2241fca54 ⬆️ settings-view@0.176 2015-02-10 15:57:29 -08:00
Kevin Sawicki
29bf81a7bf ⬆️ symbols-view@0.82 2015-02-10 15:49:18 -08:00
Kevin Sawicki
9e8d6a0a5b ⬆️ pathwatcher@3.1.1 2015-02-10 15:49:04 -08:00
Kevin Sawicki
78c66943a7 ⬆️ q@1.1.2 2015-02-10 15:49:04 -08:00
Kevin Sawicki
03148d56f2 ⬆️ language-clojure@0.12 2015-02-10 15:45:04 -08:00
Kevin Sawicki
199401c532 Prepare 0.179 2015-02-10 15:41:38 -08:00
Nathan Sobo
7f0110f49e Update cursors as soon as all required measurements are assigned 2015-02-10 15:16:58 -07:00
Kevin Sawicki
7d8f26ba61 ⬆️ apm@0.136 2015-02-10 13:54:44 -08:00
Nathan Sobo
f5294454e6 Keep a minimum of 3 lines on screen when scrolling past end 2015-02-10 14:38:20 -07:00
Nathan Sobo
3e9b48ef71 Expand computed scrollHeight when editor.scrollPastEnd is enabled 2015-02-10 14:19:06 -07:00
Kevin Sawicki
f3347fd68c ⬆️ language-python@0.32 2015-02-10 12:45:34 -08:00
Kevin Sawicki
e3028b24d5 ⬆️ styleguide@0.44 2015-02-10 12:38:41 -08:00
Kevin Sawicki
6fdb11eaf0 ⬆️ archive-view@0.47 2015-02-10 12:22:03 -08:00
Nathan Sobo
c69b7ca492 ⬆️ status-bar 2015-02-10 12:48:20 -07:00
Nathan Sobo
746950a347 Default overdrawMargin to 15 even when passed as null from outside 2015-02-10 12:39:34 -07:00
Nathan Sobo
884556c200 Revert "Don’t override lineOverdrawMargin with null"
This reverts commit 04cb43d657.
2015-02-10 12:39:34 -07:00
Max Brunsfeld
0392ac51ba ⬆️ git-diff 2015-02-10 11:28:28 -08:00
Ben Ogle
5c947d0fce ⬆️ notifications@0.27.0 2015-02-10 11:10:48 -08:00
Kevin Sawicki
6d8e6591d9 ⬆️ language-sass@0.34 2015-02-10 11:05:23 -08:00
Daniel Hengeveld
d1a53874f7 ⬆️ language-python 👉 0.31.0 2015-02-10 09:36:59 -08:00
Kevin Sawicki
324a624754 ⬆️ settings-view@0.175 2015-02-10 09:34:41 -08:00
Kevin Sawicki
e606b5fc73 Merge pull request #5316 from atom/sm-badge
Badge component
2015-02-10 09:33:53 -08:00
Kevin Sawicki
cb1f40cd0b ⬆️ tabs@0.65 2015-02-10 09:32:48 -08:00
Nathan Sobo
04cb43d657 Don’t override lineOverdrawMargin with null 2015-02-10 10:15:44 -07:00
Nathan Sobo
a4fd589616 Don’t render line numbers if scrolled past end 2015-02-10 10:11:20 -07:00
Nathan Sobo
711f0a227c Honor the editor.scrollPastEnd option in TextEditorPresenter 2015-02-10 09:47:24 -07:00
Nathan Sobo
89d5dd339e Merge pull request #5293 from atom/ns-editor-presenters
Move all text editor view state into a presenter object
2015-02-09 15:43:14 -07:00
Nathan Sobo
48195851d4 Assign line and character measurements on model via presenter 2015-02-09 15:32:14 -07:00
Nathan Sobo
4f0e1997cf 💄 CharWidth -> CharacterWidth in presenter 2015-02-09 15:28:17 -07:00
Max Brunsfeld
3e28eff755 Remove logic for different promise types in waitsForPromise
I added that logic when using the selenium-webdriver library, but
then switched to using webdriverio, which has the same Promise
interface as Q.
2015-02-09 14:22:13 -08:00
Nathan Sobo
d5719bfbd5 Initialize scopedCharacterWidthsChangeCount to 0 2015-02-09 15:03:31 -07:00
Max Brunsfeld
79d0f296e0 Use path.delimiter 2015-02-09 13:40:07 -08:00
Nathan Sobo
bdfca8b902 Coalesce handling style sheet changes in editor with nextAnimationFrame
Previously, we were delaying handling, but still requesting redundant
handling by requesting multiple frames. Now we don’t request a new
update if there is already one outstanding.
2015-02-09 14:36:30 -07:00
Nathan Sobo
df01c8ab6f Batch scoped character measurement in presenter 2015-02-09 14:33:18 -07:00