Coder Social home page Coder Social logo

Comments (7)

bruno- avatar bruno- commented on July 18, 2024

Hm.. I jumped the gun by opening this issue.
I managed to find and correct the problem myself. I've submitted #7.
Things now work both in the "regular" terminal and the one with solarized colorscheme.

From what I see icdiff uses highlighted colors and not the regular ones (or whatever they are called).
Is there a reason to use highlighted colors?

from icdiff.

jeffkaufman avatar jeffkaufman commented on July 18, 2024

icdiff currently uses "bold" colors for two reasons: (a) when a changed section consists of whitespace changes only it needs to highlight the whitespace, and you can only do this with bold, and (b) in my colorscheme I think the bold colors are easier to see.

I'm happy to add a flag for this that uses non-bold colors, except for the case of (a). Let me have a look.

from icdiff.

bruno- avatar bruno- commented on July 18, 2024

Hmm.. yes, you are right about (a). After you said this I realized I don't see whitespace changes when using non-bold colors locally..

from icdiff.

jeffkaufman avatar jeffkaufman commented on July 18, 2024

Actually, I think (a) isn't really a problem, and is just an issue with the hacky show_all_spaces regexp I'm using.

from icdiff.

bruno- avatar bruno- commented on July 18, 2024

Ah yes.. it seems the regex there presumes a bold color is used.

After changing the regex to assume "regular" color is used (basically changing the 1 to 0) I can confirm the whitespace diff, is now visible!

from icdiff.

jeffkaufman avatar jeffkaufman commented on July 18, 2024

Ok; if you update icdiff and give it the --no-bold argument then you'll get something that should work better for you.

from icdiff.

bruno- avatar bruno- commented on July 18, 2024

Thanks a lot 👍

from icdiff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.