[gnome-text-editor: 2/3] help: section 'search by name' finished




commit facce2e9622755fa1b1c88f0cf467a5f8062f8e6
Author: Günther Wagner <info gunibert de>
Date:   Wed Jul 21 22:51:07 2021 +0200

    help: section 'search by name' finished

 help/C/basics-open-file.page | 13 +++++++++++++
 help/meson.build             |  1 +
 2 files changed, 14 insertions(+)
---
diff --git a/help/C/basics-open-file.page b/help/C/basics-open-file.page
index 807b438..2dc915b 100644
--- a/help/C/basics-open-file.page
+++ b/help/C/basics-open-file.page
@@ -13,4 +13,17 @@
   <p>To open a file in GNOME Text Editor use <gui>Open</gui> in the Headerbar
   and <gui>Browse Files...</gui> or the shortcut <keyseq><key>Ctrl</key><key>O</key></keyseq>.
   </p>
+
+  <p>In the dialog choose your file(s) you want to open and click <gui>Open</gui>.
+  It is possible to select multiple files to open these at once.</p>
+
+  <p>Closing the dialog without opening a file can be archived by clicking <gui>Cancel</gui>.</p>
+
+  <section>
+    <title>Open by name</title>
+
+    <p>You can search in the <gui>Open Popup</gui> or press <keyseq><key>Ctrl</key><key>K</key></keyseq> to 
search for recently edited files.</p>
+
+    <media type="image" src="media/search-recent.png"/>
+  </section>
 </page>
diff --git a/help/meson.build b/help/meson.build
index 90a63bd..5318add 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -11,4 +11,5 @@ media = [
 
 gnome.yelp(meson.project_name(),
   sources: pages,
+  media: media,
 )


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