CodeSnip Code Snippets Repository

   
Release: 3.9.3
Date: 23 November 2011
O/S: Windows 95, Windows 98, Windows Me, Windows NT 3.1, Windows NT 4, Windows 2000, Windows XP, Windows 2003 Server, Windows Vista, Windows 2008 Server, Windows 7, Windows 2008 Server R2

Download

You can get the latest version of CodeSnip here.

CodeSnip 4 Preview Available
The first (alpha) preview of CodeSnip has been released. This release illustrates some of the program's new features.
You can get the preview program from SourceForge. Just choose the file you require from the Release-4.0.0-alpha.1 directory.
This is an early preview, so don't trust valuable data to it. You should carefully read the v4 Preview ReadMe file before installing.

Executable Program Installer v3.9.3

Download link Description
dd-codesnip.zip (1742Kb)
Contains the CodeSnip executable program and help file installer along with a readme file. See the Install Info tab for details of how to install the program. The database is not provided. It can be downloaded from within CodeSnip.
MD5 Checksum: 0b84bb674b93ec48fd0ce84d72f15411

Source code

CodeSnip's source code is maintained in a Subversion repository on SourceForge.net. The current development tree and snapshots of all releases back to v3.0 are available.

FAQ
See CodeSnip's Compiling & Source Code FAQ for answers to some common questions about building CodeSnip and re-using the source code.

Some third party source code is required to build CodeSnip. These dependencies, along with instructions for building codesnip are provided in the file Build.html which is included in the code repository. The link displays the most up to date version which applies to the main development source code tree in the repository's trunk branch. Older versions of Build.html, back as far as v3.1, are available in the tags branch.

There are four ways of grabbing CodeSnip's source code:

  1. From the repository viewer. This Subversion repository is divided into branches. The ones of interest are:
    • The trunk branch contains the current development tree. This branch contains the latest code but at times may not be stable.
    • The tags branch contains the source of stable releases back to v3.0.0. Each release is stored in a version-x.x.x sub-directory where x.x.x is the version number.
    • The branches branch contains experimental code. This branch may sometimes be empty if no experimental code is being worked on.
    You can download a tarball of any of the releases or the development tree by navigating to the required directory and selecting the download GNU tarball link.
  2. Subversion clients can access the repository here:
    https://codesnip.svn.sourceforge.net/svnroot/codesnip
    The appropriate branch can accessed by appending the branch name to this url. For example the current development tree can checked out from
    https://codesnip.svn.sourceforge.net/svnroot/codesnip/trunk
  3. From the SourceForge file browser. Source code going back at least one year is available here in either .zip or .tar.gz formats. Files are labelled with the version number.
  4. The source code of v3.9.3 can be downloaded from this site as dd-codesnip-src.zip.