Getting Started

The following sections discuss setup & use of jadegit while developing your applications using the JADE IDE.

Installation

To setup a fresh JADE environment (ideally without any source code preloaded), download the latest release for your JADE environment and copy the binaries into the bin folder.

Setup jadegit for development by adding the following settings to the INI file.

[JadeSecurity]
JadePatchControlSecurity=true
DevelopmentSecurityLibrary=jadegitdev

In a single-user environment, jadegit can also be enabled or disabled by specifying the INI settings as part of the command line parameters for a JADE shortcut.

Sign On

On startup of the JADE IDE, the JadeGitSchema will be installed automatically during logon.

Following logon, the JadeGit Changes explorer is shown to the right of the screen. This cannot be closed directly, and will be restarted if terminated, but may be minimized if preferred during development.

To keep both visible at the same time, the JADE IDE needs to be resized/positioned to the left of the JadeGit Changes explorer.

Last updated