Since Sigasi Studio is built on Eclipse, you can install third party Eclipse plugins.
The best place to start looking for a plugin is the Eclipse Marketplace. We list some interesting plugins here. Since these are third party plugins, there is no official support from Sigasi.
Installing plugins
Unlike most Eclipse distributions Sigasi Studio is shipped without the Eclipse Marketplace plugin, and without the standard Eclipse update sites. Hence, you have to use the old mechanism for installing new plugins, and add the plugin update site.
- Adding the update site
- First, find the update site for the plugin you want to install. For example: for the Mercurial plugin, the update site is http://eclipse-ccase.sourceforge.net/update/
- Click Help > Install New Software Now click Add and fill out the update site. Press OK to confirm.
- Installing
- Still in the Install dialog, search for the plugin you want to install. You can browse the list of available plugins or use the filter text above the list of plugins.
- Select the checkbox for the plugin and click Next
- Follow the instructions for the rest of the wizard.
Revision Control Systems
Sigasi Studio supports a wide range of Revision Control Systems (also know as Version Control or Source Control systems). Support for revision control is based on Eclipse plugins. This section contains a preliminary listing of the most popular revision control systems.
GIT
Recommended plugin: EGit This plugin is shipped with the standalone version of Sigasi Studio.
Subversion (SVN)
There are 2 alternatives.
Subversive
The Subversive plugin (Installation instructions) is only available up to Eclipse oxygen. As update site, you should use: http://download.eclipse.org/releases/oxygen/.
Subclipse
To install the Subclipse plugin, perform these steps in the Help > Install New Software… window:
- Add https://download.eclipse.org/releases/2018-09/ (or the appropriate link for the Eclipse version the release of Sigasi Studio is build on) to the Work with: line.
- Add https://dl.bintray.com/subclipse/releases/subclipse/latest/ to the same line (as documented on https://github.com/subclipse/subclipse/wiki).
- Then search for subclipse and proceed with the installation.
ClearCase
Recommended plugin: ClearCase (Update site: http://eclipse-ccase.sourceforge.net/update/)
Note that this is the Open Source ClearCase plugin hosted on SourceForge, not the official ClearCase plugin distributed by IBM .
Local history
While this is not strictly speaking a version control system, Sigasi Studio has a built-in feature that keeps a local history of your files. Learn more.
Other systems
Some other popular revision control systems include:
- CVS learn more.
- Mercurial (Hg) learn more.
- Perforce learn more.
VI and Emacs
Other languages
Opening to a shell
If you want a quick way to open files and folders from the Project Explorer in a terminal, EasyShell is a useful plugin.