| Summary: | '>' symbol replaced by '>' in the output window when building with ConTeXt | ||
|---|---|---|---|
| Product: | [Applications] kile | Reporter: | prash <prash.n.rao> |
| Component: | user interface | Assignee: | Michel Ludwig <michel.ludwig> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | trunk-kde4 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kile/1e7959c1f9462945b82cfdd0610d3e20771b4700 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
prash
2012-07-09 11:20:01 UTC
Git commit aecfddbb45e7e3c9552af366733614770791ba6f by Michel Ludwig.
Committed on 14/07/2012 at 21:42.
Pushed by mludwig into branch '2.1'.
Don't automatically replace '<' with "<" ('>' with ">") any more
QTextEdit now seems to correctly recognize that the overall text is not HTML.
M +2 -3 src/widgets/outputview.cpp
http://commits.kde.org/kile/aecfddbb45e7e3c9552af366733614770791ba6f
Git commit 1e7959c1f9462945b82cfdd0610d3e20771b4700 by Michel Ludwig.
Committed on 14/07/2012 at 21:42.
Pushed by mludwig into branch 'master'.
Don't automatically replace '<' with "<" ('>' with ">") any more
QTextEdit now seems to correctly recognize that the overall text is not HTML.
M +2 -3 src/widgets/outputview.cpp
http://commits.kde.org/kile/1e7959c1f9462945b82cfdd0610d3e20771b4700
|