summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@informatique-libre.be>2022-12-13 16:00:00 +0100
committerSébastien Wilmet <swilmet@informatique-libre.be>2022-12-13 16:00:00 +0100
commitd46d3700aa26ba502916a194b51942e61a19f6e8 (patch)
tree34de525a32eab41ca3b1f150056ea5d16a929b80
parent0f79873917d1454625b2444708ab02f6ab5267f9 (diff)
downloadgedit-d46d3700aa26ba502916a194b51942e61a19f6e8.tar.gz
help: gedit-search-and-replace portal
-rw-r--r--help/C/gedit-replace.page6
-rw-r--r--help/C/gedit-search-and-replace.page13
-rw-r--r--help/C/gedit-search.page7
-rw-r--r--help/C/index.page2
-rw-r--r--help/meson.build1
5 files changed, 19 insertions, 10 deletions
diff --git a/help/C/gedit-replace.page b/help/C/gedit-replace.page
index 9c758e755..762816d21 100644
--- a/help/C/gedit-replace.page
+++ b/help/C/gedit-replace.page
@@ -1,11 +1,9 @@
<page xmlns="http://projectmallard.org/1.0/"
- type="topic" style="task"
+ type="topic"
id="gedit-replace">
<info>
- <link type="guide" xref="index#gedit-working-with-files" group="seventh" />
- <link type="seealso" xref="gedit-search" />
- <desc>Replace portions of text in a file.</desc>
+ <link type="guide" xref="gedit-search-and-replace" group="second" />
</info>
<title>Replace text</title>
diff --git a/help/C/gedit-search-and-replace.page b/help/C/gedit-search-and-replace.page
new file mode 100644
index 000000000..cad9632a7
--- /dev/null
+++ b/help/C/gedit-search-and-replace.page
@@ -0,0 +1,13 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide"
+ id="gedit-search-and-replace">
+
+ <info>
+ <link type="guide" xref="index#gedit-working-with-files" group="sixth" />
+ <desc>Find and replace portions of text in a file.</desc>
+ </info>
+
+ <title>Search and replace</title>
+
+ <links type="topic" groups="first second" />
+</page>
diff --git a/help/C/gedit-search.page b/help/C/gedit-search.page
index dbd533e89..f7b6ee9c2 100644
--- a/help/C/gedit-search.page
+++ b/help/C/gedit-search.page
@@ -3,13 +3,10 @@
id="gedit-search">
<info>
- <link type="guide" xref="index#gedit-working-with-files" group="sixth" />
- <link type="seealso" xref="gedit-replace" />
- <desc>Find a portion of text within a file.</desc>
+ <link type="guide" xref="gedit-search-and-replace" group="first" />
</info>
- <title>Search for text</title>
-
+ <title>Simple search</title>
<p>
To find a portion of text within a file.
</p>
diff --git a/help/C/index.page b/help/C/index.page
index 535d094d5..2290760e1 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -12,7 +12,7 @@
<section id="gedit-working-with-files">
<title>Working with files</title>
- <links type="topic" groups="first second third fourth fifth sixth seventh last" style="2column" />
+ <links type="topic" groups="first second third fourth fifth sixth" style="2column" />
</section>
<section id="gedit-printing-guide">
diff --git a/help/meson.build b/help/meson.build
index 74ba1fa06..15995c27a 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -31,6 +31,7 @@ gedit_help_sources = [
'gedit-replace.page',
'gedit-save-file.page',
'gedit-search.page',
+ 'gedit-search-and-replace.page',
'gedit-spellcheck.page',
'gedit-syntax-highlighting.page',
'gedit-tab-groups.page',