Diff tool does not highlight lines
See original GitHub issueDiff 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 Analytics
- State:
- Created 5 years ago
- Comments:7 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
figure out, highlight style need import manually
.codeMarker { background: #fff677; position: absolute; z-index: 20; }
@dancancer could you make a pull request? And @securingsincity could you merge it and release new version?