New issue 344: 'Ignore whitespace' button on a file block inside a changeset does not work https://bitbucket.org/conservancy/kallithea/issues/344/ignore-whitespace-button-on-a-file-block
Thomas De Schampheleire: When viewing a changeset, there is a global ‘Ignore whitespace’ button which causes the ‘ignorews=1' GET parameter, and which works correctly. There is also a ‘Ignore whitespace’ button on each file block, which causes a ‘WS:1’ flag in the URL. This option does not have any influence on the diff. Looking in the code, it looks as if the raw diff is obtained once for the changeset, taking into account the global ‘ignorews’ option, and then later split into file blocks \(but without being able to influence the whitespace-ignoring part anymore. _______________________________________________ kallithea-general mailing list [email protected] https://lists.sfconservancy.org/mailman/listinfo/kallithea-general
