| Summary: | Source tab text field is rich-text and automatically uses ligatures | ||
|---|---|---|---|
| Product: | [Applications] KBibTeX | Reporter: | Erik Quaeghebeur <bugs.kde.org> |
| Component: | User interface | Assignee: | Thomas Fischer <fischer> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | auxsvr |
| Priority: | NOR | ||
| Version First Reported In: | 0.8.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | 8b6edc4cfc4f3670011eb6ad7525c436aeabfdd3 | Version Fixed/Implemented In: | 0.9 |
| Sentry Crash Report: | |||
|
Description
Erik Quaeghebeur
2019-03-19 14:21:31 UTC
This problem should be fixed both by using the powerful KTextEditor component in the source view as well as a rewrite of an Encoder class that erroneously replaced 'st' with 'st' in certain situations. To test the latest code going towards 0.9, please have a look at the quick start instructions: https://userbase.kde.org/KBibTeX/Development#Quick_Start_to_Run_KBibTeX_from_Git Run the script as follows: bash run-kbibtex.sh https://anongit.kde.org/kbibtex.git kbibtex/0.9 Please re-open the bug if the problem still persists. (In reply to Thomas Fischer from comment #1) > This problem should be fixed both by using the powerful KTextEditor > component in the source view as well as a rewrite of an Encoder class that > erroneously replaced 'st' with 'st' in certain situations. I can confirm that running latest git head fixed the issue. (Thanks) |