Summary: | Don't remove leading whitespace in macros | ||
---|---|---|---|
Product: | [Applications] KBibTeX | Reporter: | Stephan Beyer <s-beyer> |
Component: | Loading/saving files | Assignee: | Thomas Fischer <fischer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.8.1 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kbibtex/c43b00e066f255ff9c12a0d930e4be8d8d60f41d | Version Fixed In: | c43b00e066f255ff9c12a0d930e4be8d8d60f41d |
Sentry Crash Report: | |||
Bug Depends on: | 388892 | ||
Bug Blocks: |
Description
Stephan Beyer
2018-11-27 14:47:25 UTC
Please see the latest commit from branch 'bugs/kde401470' in my personal repository clone: https://cgit.kde.org/clones/kbibtex/thomasfischer/kbibtex.git/log/?h=bugs/kde401470 This should fix the problem. To test the code, please see here: https://userbase.kde.org/KBibTeX/Development#Quick_Start_to_Run_KBibTeX_from_Git but invoke the script as follows: bash run-kbibtex.sh https://cgit.kde.org/clones/kbibtex/thomasfischer/kbibtex.git bugs/kde401470 Have you been able to check branch 'bugs/kde401470' and can confirm if the bug has been fixed? Git commit c43b00e066f255ff9c12a0d930e4be8d8d60f41d by Thomas Fischer. Committed on 06/12/2018 at 19:50. Pushed by thomasfischer into branch 'kbibtex/0.8'. Don't remove leading whitespace in macro If a macro's text starts with one or more leading whitespaces, replace all whitespaces with a single space. M +4 -1 src/io/fileimporterbibtex.cpp https://commits.kde.org/kbibtex/c43b00e066f255ff9c12a0d930e4be8d8d60f41d Git commit 46aaf2aa0166e2e2d42ccb069ef334b39512fca1 by Thomas Fischer. Committed on 24/12/2018 at 20:38. Pushed by thomasfischer into branch 'master'. Don't remove leading whitespace in macro If a macro's text starts with one or more leading whitespaces, replace all whitespaces with a single space. This commit is a manual forward-port of commit c43b00e066f255f from branch 'kbibtex/0.8'. M +4 -1 src/io/fileimporterbibtex.cpp https://commits.kde.org/kbibtex/46aaf2aa0166e2e2d42ccb069ef334b39512fca1 |