Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Support highlighting the full expression#3205

Merged
jasonLaster merged 3 commits into
firefox-devtools:masterfrom
bomsy:highlight-expr-hover
Jun 23, 2017
Merged

Support highlighting the full expression#3205
jasonLaster merged 3 commits into
firefox-devtools:masterfrom
bomsy:highlight-expr-hover

Conversation

@bomsy
Copy link
Copy Markdown
Contributor

@bomsy bomsy commented Jun 22, 2017

Associated Issue: #3109

WIP - Highlight the entire expression on hover

@jasonLaster jasonLaster force-pushed the highlight-expr-hover branch from b684c36 to 9fac797 Compare June 22, 2017 23:23
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 22, 2017

Codecov Report

Merging #3205 into master will decrease coverage by 0.54%.
The diff coverage is 7.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3205      +/-   ##
==========================================
- Coverage   47.94%   47.39%   -0.55%     
==========================================
  Files          98       97       -1     
  Lines        4063     4019      -44     
  Branches      838      827      -11     
==========================================
- Hits         1948     1905      -43     
+ Misses       2115     2114       -1
Impacted Files Coverage Δ
src/components/shared/Popover.js 5.55% <0%> (ø) ⬆️
src/components/Editor/Preview.js 4.68% <0%> (-0.49%) ⬇️
src/components/Editor/index.js 20.27% <0%> (+2.42%) ⬆️
src/utils/editor/expression.js 11.11% <20%> (+11.11%) ⬆️
src/actions/navigation.js 0% <0%> (-15.39%) ⬇️
src/reducers/event-listeners.js 22.22% <0%> (-11.12%) ⬇️
src/reducers/async-requests.js 91.66% <0%> (-8.34%) ⬇️
src/utils/prefs.js 92.3% <0%> (-7.7%) ⬇️
src/reducers/pause.js 29.87% <0%> (-5.2%) ⬇️
src/utils/sources-tree.js 87.5% <0%> (-4.97%) ⬇️
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a611465...9fac797. Read the comment docs.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 22, 2017

Codecov Report

Merging #3205 into master will decrease coverage by 0.01%.
The diff coverage is 9.75%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #3205      +/-   ##
=========================================
- Coverage   47.92%   47.9%   -0.02%     
=========================================
  Files          98      98              
  Lines        4063    4064       +1     
  Branches      833     835       +2     
=========================================
  Hits         1947    1947              
- Misses       2116    2117       +1
Impacted Files Coverage Δ
src/components/Editor/Preview.js 4.83% <0%> (ø) ⬆️
src/components/shared/Popover.js 5.55% <0%> (ø) ⬆️
src/utils/editor/index.js 12.76% <0%> (-0.88%) ⬇️
src/reducers/ast.js 83.78% <100%> (ø) ⬆️
src/actions/ast.js 72.09% <100%> (ø) ⬆️
src/utils/editor/expression.js 4.34% <5.26%> (+4.34%) ⬆️
src/components/Editor/index.js 18.71% <9.09%> (+0.72%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8ee691...9dfa9d1. Read the comment docs.

@jasonLaster jasonLaster changed the title wip fixes Support highlighting the full expression Jun 23, 2017
@jasonLaster jasonLaster force-pushed the highlight-expr-hover branch 3 times, most recently from 03164bb to 52063e5 Compare June 23, 2017 01:34
@codehag
Copy link
Copy Markdown
Contributor

codehag commented Jun 23, 2017

@jasonLaster @bomsy can you check if the updated test snapshot is correct?

@codehag codehag closed this Jun 23, 2017
@codehag codehag reopened this Jun 23, 2017
@codehag
Copy link
Copy Markdown
Contributor

codehag commented Jun 23, 2017

(closed by accident)

@aklt
Copy link
Copy Markdown
Contributor

aklt commented Jun 23, 2017

@codehag I just tested this and all the tests complete nicely on my machine 👍

@codehag
Copy link
Copy Markdown
Contributor

codehag commented Jun 23, 2017

@aklt Super!

Copy link
Copy Markdown
Contributor

@codehag codehag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@jasonLaster jasonLaster force-pushed the highlight-expr-hover branch from 1280e40 to de7fdeb Compare June 23, 2017 14:42
* highlight pause expressions

* add test
@jasonLaster jasonLaster force-pushed the highlight-expr-hover branch from de7fdeb to 2f589fb Compare June 23, 2017 18:21
@jasonLaster jasonLaster force-pushed the highlight-expr-hover branch from 2f589fb to 45f07dd Compare June 23, 2017 19:13
@jasonLaster jasonLaster merged commit 6ff2fb9 into firefox-devtools:master Jun 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants