Menu

[r2442]: / trunk / Src / Help / HTML / welcome.htm  Maximize  Restore  History

Download this file

119 lines (117 with data), 3.7 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
105
106
107
108
109
110
111
112
113
114
115
116
117
<!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) 2005-2012, Peter Johnson (www.delphidabbler.com).
*
* $Rev$
* $Date$
*
* Welcome help topic.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text-html; charset=Windows-1252">
<title>
Welcome
</title>
<link rel="stylesheet" href="../css/codesnip.css" type="text/css">
</head>
<body>
<h1>
<a name="welcome"></a>Welcome
</h1>
<p>
<em>CodeSnip</em> is a code snippets manager and viewer targetted at the
Pascal language, with a specific emphasis on Delphi and Free Pascal
flavours.
</p>
<p>
In addition to managing your own code snippets, <em>CodeSnip</em> can also
download and display source code from the DelphiDabbler <a
class="weblink"
target="_blank"
href="http://www.delphidabbler.com/codesnip"
>Code Snippets Database</a> of reusable Pascal source code.
</p>
<p>
What makes <em>CodeSnip</em> different from other code snippets managers
is that it can test-compile snippets that are in the correct format. It
can also generate a compilable unit containing suitable selected snippets,
taking care of all dependencies.
</p>
<p>
<em>CodeSnip</em> understands several different
<a href="snippet_kinds.htm">kinds of snippet</a>: functions &amp;
procedures, simple and complex type definitions (including classes and
advanced records), constants and complete units. The is also a free-form
format that lets you record source code in any form you want.
</p>
<p>
Using the program's multi tab interface you can navigate and search the
database. You can copy source code, save it, print it and share it with
others.
</p>
<p>
For a quick introduction see the <a
href="quickstart.htm">QuickStart Guide</a>. Alternatively you can learn
more about:
</p>
<ul>
<li>
The program&#39;s <a
href="main_display.htm">main display</a>.
</li>
<li>
<a
href="navigation.htm">Navigating</a> the database.
</li>
<li>
The <a
href="main_menu.htm">menu options</a>.
</li>
<li>
Performing <a
href="tasks.htm">common tasks</a>.
</li>
</ul>
<h2>
Welcome Page
</h2>
<p>
When the program starts it displays its welcome page. The page is divided
into five sections:
</p>
<ol>
<li>
<em>Local User Database</em>: provides information about the state of
the local user database.
</li>
<li>
<em>Code Snippets Database</em>: provides information about this
database (sometimes referred to as the &quot;main&quot; or
&quot;online&quot; database.
</li>
<li>
<em>Compilers</em>: lists the compilers, if any, that have been
configured for running test compilations within <em>CodeSnip</em>
</li>
<li>
<em>Help</em>: some usedful help links.
</li>
<li>
<em>Donate</em>: a request for donations to support <em>CodeSnip</em>
development.
</li>
</ol>
<p>
Some of the sections display links to related commands or help topics.
</p>
<p>
The welcome page can be re-displayed at any time by selecting the <em>View
| Welcome Page</em> menu option.
</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.