summaryrefslogtreecommitdiff
path: root/dist/changes-2.0.0
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-03-05 11:50:37 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-03-05 15:04:23 +0100
commit181b086f99803fd0003b9e6ce8ef58f3ae45a462 (patch)
treef0120f2a98103c261dacfd50c642b9e6c3f2318c /dist/changes-2.0.0
parent9b365395dcfc0aee20e1329749978cc46badf78f (diff)
downloadqt-creator-181b086f99803fd0003b9e6ce8ef58f3ae45a462.tar.gz
Added syntax highlighted code to clipboard as HTML when copying
The generated HTML is not the prettiest HTML in the universe, but it does the job. When copying code from Qt Creator to Microsoft Office or OpenOffice.org, the syntax highlighting is now preserved. The code also pastes as preformatted text. Reviewed-by: mae Task-number: QTCREATORBUG-727
Diffstat (limited to 'dist/changes-2.0.0')
-rw-r--r--dist/changes-2.0.02
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-2.0.0 b/dist/changes-2.0.0
index e49cf5c202..2bcc710c06 100644
--- a/dist/changes-2.0.0
+++ b/dist/changes-2.0.0
@@ -30,6 +30,8 @@ Editing
* Open with "System Editor"
* Fixed missing semicolon after } when creating unnamed enumeration
* Fixed auto indent for C style coments
+ * Copying text from the editor now supports HTML mime type, preserving
+ the syntax highlighting.
C++ Support
* Recognize *.cu as C files