home.social

#softwaretools — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #softwaretools, aggregated by home.social.

  1. I. CORRECTIONS:

    (1) The notation has square brackets for the old version:
    [-old-]{+new+}
    —I made several typos in the original post.

    (2) The incantation is `git diff --word-diff=plain'.

    II. NOTES:

    (a) There is also --word-diff-regex="." marking differences at single character granularity.

    (b) Sometimes I run `git diff' directly from the command line and sometimes from another environment, such as Emacs.
    The defaults may vary.

    @dougmerritt

    #Diff
    #Git
    #GitDiff
    #SoftwareTools

  2. I. CORRECTIONS:

    (1) The notation has square brackets for the old version:
    [-old-]{+new+}
    —I made several typos in the original post.

    (2) The incantation is `git diff --word-diff=plain'.

    II. NOTES:

    (a) There is also --word-diff-regex="." marking differences at single character granularity.

    (b) Sometimes I run `git diff' directly from the command line and sometimes from another environment, such as Emacs.
    The defaults may vary.

    @dougmerritt

    #Diff
    #Git
    #GitDiff
    #SoftwareTools

  3. I. CORRECTIONS:

    (1) The notation has square brackets for the old version:
    [-old-]{+new+}
    —I made several typos in the original post.

    (2) The incantation is `git diff --word-diff=plain'.

    II. NOTES:

    (a) There is also --word-diff-regex="." marking differences at single character granularity.

    (b) Sometimes I run `git diff' directly from the command line and sometimes from another environment, such as Emacs.
    The defaults may vary.

    @dougmerritt

    #Diff
    #Git
    #GitDiff
    #SoftwareTools

  4. I. CORRECTIONS:

    (1) The notation has square brackets for the old version:
    [-old-]{+new+}
    —I made several typos in the original post.

    (2) The incantation is `git diff --word-diff=plain'.

    II. NOTES:

    (a) There is also --word-diff-regex="." marking differences at single character granularity.

    (b) Sometimes I run `git diff' directly from the command line and sometimes from another environment, such as Emacs.
    The defaults may vary.

    @dougmerritt

    #Diff
    #Git
    #GitDiff
    #SoftwareTools

  5. Funny thing, algorithms.
    I replaced

    performanceID

    with

    performerID

    and if I were marking the change manually,
    it would be:

    -perform[-ance-]ID
    +perform{+er+}ID

    but in fact it is:

    -perform[-anc-]eID
    +performe{+r+}ID

    (obviously...).

    [Typos corrected.]

    #Diff
    #Morphology
    #SoftwareTools

  6. QGIS DevTools — Déboguer et développer ses plugins plus efficacement
    Le développement de plugins QGIS peut parfois être fastidieux : recharger le plugin, déboguer, inspecter l’interface, exécuter des scripts, etc.
    C’est là que DevTools pour QGIS (NextGIS) entre en jeu — un ensemble d’outils conçus pour rendre le développement plus fluide, interactif, rapide et ergonomique.