question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Diff tool does not highlight lines

See original GitHub issue

Diff tool does not highlight lines (version 6.2.0)

I noticed the codeMarker styles are not available and it marks the wrong lines.

<DiffEditor
            value={this.state.value}
            height="1000px"
            width="1000px"
            mode={this.state.mode}
            onChange={this.onChange}
          />

issue

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
dancancercommented, Dec 12, 2018

figure out, highlight style need import manually .codeMarker { background: #fff677; position: absolute; z-index: 20; }

1reaction
SilencerWebcommented, Dec 12, 2018

@dancancer could you make a pull request? And @securingsincity could you merge it and release new version?

Read more comments on GitHub >

github_iconTop Results From Across the Web

diff tool with extra highlighting - Stack Overflow
Kompare is able to highlight differences in a viewed patch, although it displays the file content in two different panes and not line...
Read more >
Notepad++ Compare plugin doesn't highlight line changes ...
9, the latest version, and I could not find any way to change it. I use NPP very infrequently as I mostly use...
Read more >
AN4421 – Using CodeWarrior Diff Tool - NXP
The simplest case to use the CodeWarrior diff tool is to ... with the line-oriented differences highlighted by outline and the specific differences...
Read more >
diff-config Documentation - Git
The defaults can be overridden on the command line (using --dirstat=<param1,param2,...> ). The fallback defaults (when not changed by diff.dirstat ) are changes ......
Read more >
Differences view in new git experience is showing whole file ...
... the diff view accessed from the Git Changes window (using the new Git Experience) is showing all lines as being modified and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found