Menu

[r2883]: / trunk / Src / Help / HTML / dlg_favourites.htm  Maximize  Restore  History

Download this file

105 lines (104 with data), 4.2 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/
*
* Copyright (C) 2013, Peter Johnson (www.delphidabbler.com).
*
* $Rev$
* $Date$
*
* Help topic for the Favourites dialogue box.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text-html; charset=Windows-1252">
<title>
Favourites Dialogue Box
</title>
<link rel="stylesheet" href="../css/codesnip.css" type="text/css">
</head>
<body>
<object
type="application/x-oleobject"
classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e"
>
<param name="ALink Name" value="FavouritesDlg">
</object>
<h1>
Favorites Dialogue Box
</h1>
<p>
The user's favourite snippets can be accessed and managed from this
dialogue box. It is displayed from the <em>Snippets | Favourites</em>
menu option, the <img
alt="Menu icon" src="../images/Favourites.png" class="glyph"
> toolbar, or by pressing <span class="smallcaps">F4</span>.
</p>
<p>
The dialogue box is non-modal so you can continue using <em>CodeSnip</em>
while the dialogue box is displayed. It stays on top of <em>CodeSnip</em>.
To make it easier to see the program while the dialogue box is displayed
it becomes semi-transparent when the main program window has focus and
only becomes opaque when activated. The degree of transparency can be
adjusted using the <em>Transparency</em> slider (see below).
</p>
<p>
Favourite snippets are listed in the main list view control. To the right
of each snippet is the date and time it was created or last accessed. As
usual snippets from the main and user database are displayed in different
colours (black and blue by default).
</p>
<p>
Snippets can be sorted in either alphabetic order by clicking the
&quot;Snippet&quot; header. You can also sort by accessed date if you
click the &quot;Last used&quot; header.
</p>
<p>
To display a snippet in the main <em>CodeSnip</em> window select it in the
list and click the <em>Display</em> button or press
<span class="smallcaps">Alt+D</span>. Alternatively you can just double
click the snippet.
</p>
<p>
By default snippets are displayed in a new tab in <em>CodeSnip</em>'s <a
href="detail_pane.htm"
>detail pane</a>. You change this to display all snippets in the same tab
by clearing the tick mark from the <em>Open favourites in new tabs</em>
check box. This setting is persistent.
</p>
<p>
You can remove a snippet from favourites by selecting it and clicking the
<em>Remove</em> button. This does not delete the snippet, just removes it
from the favourites list.
</p>
<p>
All the favourites can be cleared by clicking the <em>Clear All</em>
button. You will be asked to confirm this action.
</p>
<h3>
Adjusting the dialogue's transparency
</h3>
<p>
The dialogue box's transparency when deactivated can be adjusted using the
<em>Transparency</em> slider. The slider is adjusted with the mouse or by
using the <span class="smallcaps">Left</span> or
<span class="smallcaps">Right</span> arrow keys when the slider has focus.
If you don't want to use the transparency feature, drag the slider all the
way to the right.
</p>
<p>
To make it easy to decide on the required transparency the dialogue box
fades down to the selected transparency when the <em>Transparency</em>
slider is used and the transparency changes as the slider is moved. When
the mouse or arrow key is released the dialogue's opacity is restored. To
view the current transparency without changing it press the
<span class="smallcaps">Space</span> key when the slider has focus.
</p>
<p>
The transparency level will be remembered the next time the dialogue box
is displayed.
</p>
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.