From f24fd2f85a65a969e09b1e17d0d0b1f2db04b5d6 Mon Sep 17 00:00:00 2001
From: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Date: Wed, 11 Apr 2012 15:28:06 +0200
Subject: [PATCH] Doc: new code paste servers

Change-Id: I7d5ee0a68906e8618bd9b8e4cc5f67c56010a4a3
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
---
 doc/src/editors/creator-editors.qdoc | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc
index 9ee0fb0b2a8..11ede2df02d 100644
--- a/doc/src/editors/creator-editors.qdoc
+++ b/doc/src/editors/creator-editors.qdoc
@@ -783,13 +783,22 @@
 
         \o  \gui{Pastebin.Ca}
 
+        \o  \gui{Paste.KDE.Org}
+
+        \o  \gui{Shared network drives}
+
     \endlist
 
     To configure the server, select \gui{Tools} > \gui{Options} >
-    \gui{Code Pasting}.
+    \gui{Code Pasting}. In \gui CodePaster, specify the host name of the
+    CodePaster service. In \gui Fileshare, specify the path to a shared
+    network drive. The code snippets are copied to the drive as simple files.
+    You have to delete obsolete files from the drive manually.
 
     To paste a snippet of code onto the server, select \gui{Tools} >
     \gui{Code Pasting} > \gui{Paste Snippet} or press \key{Alt+C,Alt+P}.
+    By default, \QC copies the URL of the snippet to the clipboard and displays
+    the URL in the \gui Output pane.
 
     To fetch a snippet of code from the server, select \gui{Tools} >
     \gui{Code Pasting} > \gui{Fetch Snippet} or press \key{Alt+C,Alt+F}.
-- 
GitLab