gedit r6256 - in trunk/help: . C



Author: claudep
Date: Fri May  2 09:50:56 2008
New Revision: 6256
URL: http://svn.gnome.org/viewvc/gedit?rev=6256&view=rev

Log:
2008-05-02  Claude Paroz  <claude 2xlibre net>

	* C/gedit.xml: Added documentation concerning backslashes in search.
	Fixes #300977.

Modified:
   trunk/help/C/gedit.xml
   trunk/help/ChangeLog

Modified: trunk/help/C/gedit.xml
==============================================================================
--- trunk/help/C/gedit.xml	(original)
+++ trunk/help/C/gedit.xml	Fri May  2 09:50:56 2008
@@ -518,6 +518,16 @@
               <para>Specifies a carriage return.</para>
     				</listitem>
         </varlistentry>
+        <varlistentry>
+          <term><literal>\\</literal></term>
+    				<listitem>
+              <para>The backslash character itself must be escaped if it is being searched for.
+                    For example, if you are looking for the "<literal>\n</literal>" literal, you will
+                    have to type "\\n" in the <guilabel>Search for</guilabel> field. Or if you are
+                    looking for a sequence of backslashes, you will have to double the number of 
+                    searched backslashes.</para>
+    				</listitem>
+        </varlistentry>
 			 </variablelist>
     </sect2>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]