Chromium Integration for Eclipse
Introduction
Chromium Integration for Eclipse allows users to seamlessly integrate Equo Chromium in the Eclipse IDE and Eclipse RCP applications, transforming default SWT browser instances into a modern, constantly updated Chromium-based browser engine. It provides an up-to-date browser engine, with enhanced compatibility, security, and performance with the ability to experience a consistent user interface across all platforms effortlessly.
Installation
You can install Chromium Integration for Eclipse through either the Eclipse Marketplace
or by using the commercial or trial p2 repo
.
-
Installing Chromium Integration From the Eclipse Marketplace:
To install Chromium Integration for Eclipse you can either visit the Eclipse Marketplace in your browser or open your Eclipse and go toHelp → Eclipse Marketplace…
. A popup will show up and there you’ll search forChromium Integration for Eclipse
and then click onInstall
. -
Installing Chromium Integration from a P2 Commercial License:
To install Chromium Integration for Eclipse you need to open Eclipse and go toHelp → Install New Software…
. A popup will show up and there you will need to paste yourp2 repo
. Then select theChromium Integration for Eclipse
plugin, click onNext
and finallyInstall
.
Once the installation is complete, you’ll be prompted to restart your Eclipse. After the restart you can now open an internal web browser by going to Window → Show View → Other…
. Here you need to type browser
, you’ll see Internal Web Browser
under the General
folder. Click on it and then click on Open
.
A browser should open and you’ll see the Equo
watermark if Chromium Integration for Eclipse has been installed and not yet activated.
The Javadoc view works since eclipse 4.26. |
Add feature to an Eclipse-based product
Adding Chromium Integration for Eclipse to an Eclipse-based product is only available in the Enterprise tier. Please contact us if you want to know more. |
To add Chromium Integration for Eclipse you can add com.equo.chromium.eclipse.feature
to the .product file or the following code to one of the features included in the product, for example:
<?xml version="1.0" encoding="UTF-8"?>
<feature ...
...
<requires>
...
<import feature="com.equo.chromium.eclipse.feature" version="1.0.x" match="greaterOrEqual"/>
...
</requires>
...
</feature>
Read more about it in the releases notes section.
Removing watermark
Chromium Integration for Eclipse is free to use although it includes a watermark that can be removed clicking on it, your default browser should open on Equo’s website and there you’ll see the options to remove it.