After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753909 - Copy and paste of code fragment from CHM merges all pasted text into single line
Copy and paste of code fragment from CHM merges all pasted text into single line
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.10
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2015-08-21 06:49 UTC by Eugene
Modified: 2015-12-30 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Eugene 2015-08-21 06:49:00 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.
Comment 1 albert 2015-08-23 09:28:07 UTC
I just pushed a proposed solution to github (pull request 386)
Comment 2 albert 2015-08-23 09:34:31 UTC
(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).
Comment 3 albert 2015-08-27 15:52:12 UTC
Code has been integrated in github
Comment 4 Dimitri van Heesch 2015-12-30 10:20:11 UTC
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).