GNOME Bugzilla – Bug 753909
Copy and paste of code fragment from CHM merges all pasted text into single line
Last modified: 2015-12-30 10:20:11 UTC
In my documentation I have example of several lines of code in the form: \code ... ... ... \endcode When I copy/paste this piece of text from CHM file, all lines of this text are pasted as merged into single very long line. I guess the reason is that in HTML file every line between \code ... \endcode is prepended by <div class="line"> tag. While from HTML copy/paste of such text works OK, it does not work correctly from CHM - all lines merged into single one. PS: number and nature of bugs in recent versions is just frustrating. Positively, 1.7.6.1 is the last workable version of Doxygen.
I just pushed a proposed solution to github (pull request 386)
(In reply to Eugene from comment #0) > > PS: number and nature of bugs in recent versions is just frustrating. > Positively, 1.7.6.1 is the last workable version of Doxygen. Please submit bug reports for found problems including a small self-contained example (source+config file in a zip or tar).
Code has been integrated in github
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.11. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).