You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/Help/HTML/menu_database.htm
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
5
5
* obtain one at https://mozilla.org/MPL/2.0/
6
6
*
7
-
* Copyright (C) 2008-2021, Peter Johnson (gravatar.com/delphidabbler).
7
+
* Copyright (C) 2008-2022, Peter Johnson (gravatar.com/delphidabbler).
8
8
*
9
9
* Help topic describing Database menu.
10
10
-->
@@ -96,6 +96,18 @@ <h1>
96
96
such as a <em>DropBox</em> or <em>Google Drive</em> sub-directory.
97
97
</td>
98
98
</tr>
99
+
<tr>
100
+
<tdclass="img">
101
+
102
+
</td>
103
+
<tdclass="item">
104
+
Delete User Database
105
+
</td>
106
+
<td>
107
+
Displays the <ahref="dlg_deleteuserdb.htm">Delete User Database</a> dialogue box that asks for permission to delete <strong>ALL</strong> the snippets created by the user. If permission is granted then all snippets user defined snippets will be deleted without any further warning.
108
+
<br><spanclass="warning">Use with caution – this action can't be undone.</span>
109
+
</td>
110
+
</tr>
99
111
</table>
100
112
<p>
101
113
† The <em>Move User Database</em> option is not available in the
<aname="task_deleteuserdb"></a>Delete the User-Defined Snippets Database
22
+
</h1>
23
+
<p>
24
+
In the unlikely event you need to delete all of the user defined snippets from CodeSnip you can use the <em>Database | Delete User Database</em> menu option, which will display the <ahref="dlg_deleteuserdb.htm">Delete User Database</a> dialogue box.
25
+
</p>
26
+
<p>
27
+
There are very few use cases where you will want to delete the whole database, but one such case is where you want to move your snippets from a portable version of CodeSnip to a standard version, or vice-versa. For more information about this, see <a
0 commit comments