Summary: | all //xxx fixme is printed twice | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Imre Péntek <pentek.imre> |
Component: | Problem reporter | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.1.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Imre Péntek
2005-12-03 21:06:19 UTC
Now my distro uses utf8 for all files. and even in this case some accented chars are printed badly (none az all or ?) in this box. And when the message contains such a char it is printed twice: one instance with ? and one without the char, and truncated from that position. This behavior is present in kdevelop 3.3.1 (kde 3.5.1) SVN commit 617453 by dagerbo: This patch does a few related things: #removes a lot of unused and weird stuff from problemreporter #all parser activation decisions are moved back into cppsupport where it belongs, problemreporter is just UI #fixes flickering problem tabs #fixes a case where already open documents don't get a problem icon marker #fixes sorting so it happens numerically, no lexographically #afaik fixes repeated entries. if this still happens, I don't think problem reporter is responsible #afaik fixes the remaining cases where the parser could be invoked against non-c/c++ files BUG: 111341 BUG: 117621 BUG: 131716 BUG: 135958 M +53 -14 cppsupportpart.cpp M +9 -4 cppsupportpart.h M +44 -144 problemreporter.cpp M +7 -16 problemreporter.h |