[gnome-sudoku] help: Update Notes
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sudoku] help: Update Notes
- Date: Tue, 5 Dec 2017 16:14:49 +0000 (UTC)
commit 419d3ddbe81338ff582c5f204327bbb22df6f4a9
Author: Piotr Drąg <piotrdrag gmail com>
Date: Tue Dec 5 01:13:13 2017 +0100
help: Update Notes
Only the Easter egg Ctrl-N notes are supported.
Also rename notes to earmarks, as you can’t add
arbitrary notes anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=739418
help/C/earmarks.page | 40 ++++++++++++++++++++++++++++++++++++++++
help/C/keyboard-shortcuts.page | 2 +-
help/C/notes.page | 40 ----------------------------------------
help/C/strategy.page | 4 ++--
help/Makefile.am | 2 +-
5 files changed, 44 insertions(+), 44 deletions(-)
---
diff --git a/help/C/earmarks.page b/help/C/earmarks.page
new file mode 100644
index 0000000..5927180
--- /dev/null
+++ b/help/C/earmarks.page
@@ -0,0 +1,40 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="earmarks">
+ <info>
+ <revision pkgversion="3.4" version="0.1" date="2012-03-08" status="final"/>
+ <revision pkgversion="3.26" version="0.2" date="2017-12-05" status="review"/>
+ <link type="guide" xref="index#tips"/>
+ <credit type="author copyright">
+ <name>Thomas Hinkle</name>
+ <email>tmhinkle gmail com</email>
+ <years>2011</years>
+ </credit>
+ <credit type="editor">
+ <name>Chris Beiser</name>
+ <email>ctbeiser gmail com</email>
+ </credit>
+ <credit type="editor">
+ <name>Michael Hill</name>
+ <email>mdhillca gmail com</email>
+ </credit>
+ <license>
+ <p>Creative Commons Share Alike 3.0</p>
+ </license>
+ </info>
+
+<title>Earmarks</title>
+<p>Earmarks (small numeric notes) can be added to any cell. They allow you to mark possible values for a
cell. Earmarks allow you to store any number of digits in the cell. Each digit may be selected only once.</p>
+
+<p>To add earmarks to a cell:</p>
+
+<steps>
+ <item><p>Select the cell.</p></item>
+ <item><p>Press <keyseq><key>Ctrl</key><key>1</key></keyseq> through
<keyseq><key>Ctrl</key><key>9</key></keyseq>.</p></item>
+</steps>
+
+<p>You can remove a number from the earmarks by pressing <keyseq><key>Ctrl</key><key>1</key></keyseq>
through <keyseq><key>Ctrl</key><key>9</key></keyseq> again.</p>
+
+<note><p>You can also add earmarks by clicking the cell while pressing <key>Ctrl</key>, or right-clicking
the cell, and then choosing a number.</p></note>
+
+</page>
diff --git a/help/C/keyboard-shortcuts.page b/help/C/keyboard-shortcuts.page
index ae5e827..51bb71e 100644
--- a/help/C/keyboard-shortcuts.page
+++ b/help/C/keyboard-shortcuts.page
@@ -57,7 +57,7 @@
<td><p><keyseq><key>Ctrl</key><key>Shift</key><key>Z</key></keyseq></p></td>
</tr>
<tr>
- <td><p>Add a number to the top notes of a cell</p></td>
+ <td><p>Add a number to the earmarks of a cell</p></td>
<td><p><keyseq><key>Ctrl</key><key>1-9</key></keyseq></p></td>
</tr>
<tr>
diff --git a/help/C/strategy.page b/help/C/strategy.page
index 587c075..e4ce9b7 100644
--- a/help/C/strategy.page
+++ b/help/C/strategy.page
@@ -32,7 +32,7 @@
</item>
<item><p>Determine which numbers in the row are missing.</p></item>
<item><p>Choose one of the empty cells in this row. Determine which of the missing numbers are in
that column or in that 3x3 box.</p></item>
- <item><p> Using <link xref="notes">notes</link>, enter the missing numbers which are not in that
column or 3x3 box, into the the upper field. These numbers are candidate solutions for that cell.</p></item>
+ <item><p> Using <link xref="earmarks">earmarks</link>, enter the missing numbers which are not in
that column or 3x3 box. These numbers are candidate solutions for that cell.</p></item>
<item><p>Go to the next empty cell of the chosen row and repeat the above method. Repeat this for
every row and column, starting at those with the most numbers and continuing through to the least. Always
look carefully for the numbers and don't forget the 3x3 boxes.</p></item>
</steps>
<note><p>This strategy will help reveal the cells which have only one possible choice. When
revealed, you can fill those cells in with that choice, and repeat the strategy again until the entire puzzle
is solved.</p></note>
@@ -48,7 +48,7 @@
<steps>
<item><p>Find the number which appears most often.</p></item>
<item><p>Now look at the left vertical alignment of the 3x3 boxes and locate the column(s) in
which this number appears.</p></item>
- <item><p>In this alignment, go to a 3x3 box which does not contain this number in any of its
cells. Using <link xref="notes">notes</link>, enter this number in every empty cell of the column in which
this number does not appear. If the number appears in the row of one of these cells, do not enter it in that
cell's notes.</p></item>
+ <item><p>In this alignment, go to a 3x3 box which does not contain this number in any of its
cells. Using <link xref="earmarks">earmarks</link>, enter this number in every empty cell of the column in
which this number does not appear. If the number appears in the row of one of these cells, do not enter it in
that cell's earmarks.</p></item>
<item><p>Repeat the last two steps for the center and right vertical alignments.</p></item>
<item><p>Find the next number which appears most, and repeat until you have done this for all 9
numbers.</p></item>
</steps>
diff --git a/help/Makefile.am b/help/Makefile.am
index a8ce813..c747703 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -14,12 +14,12 @@ HELP_FILES = \
bug-filing.page \
develop.page \
documentation.page \
+ earmarks.page \
highlighting.page \
index.page \
keyboard-shortcuts.page \
legal.xml \
license.page \
- notes.page \
print-blank-puzzles.page \
print-inprogress-game.page \
rules.page \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]