Feedback and high-quality pull requests are highly welcome!
This plugin allows you to register a Windows Explorer "Open with Eclipse" menu entry for your Eclipse installation.
To install the plugin into an existing Eclipse installation do:
Open with Eclipse
feature to install.Contact all update sites during install to find required software
is enabled.Next
twice.Finish
.To ensure reproducible builds this Maven project inherits from the vegardit-maven-parent project which declares fixed versions and sensible default settings for all official Maven plug-ins.
The project also uses the maven-toolchains-plugin which decouples the JDK that is used to execute Maven and it's plug-ins from the target JDK that is used for compilation and/or unit testing. This ensures full binary compatibility of the compiled artifacts with the runtime library of the required target JDK.
To build the project follow these steps:
Download and install a Java 17 SDK, e.g. from:
Download and install the latest Maven distribution.
In your user home directory create the file .m2/toolchains.xml
with the following content:
<?xml version="1.0" encoding="UTF8"?> <toolchains> <toolchain> <type>jdk</type> <provides> <version>17</version> <vendor>default</vendor> </provides> <configuration> <jdkHome>[PATH_TO_YOUR_JDK_17]</jdkHome> </configuration> </toolchain> </toolchains>
Set the [PATH_TO_YOUR_JDK_17]
parameter accordingly.
Checkout the code using one of the following methods:
git clone https://github.com/sebthom/open-with-eclipse-plugin
svn co https://github.com/sebthom/open-with-eclipse-plugin open-with-eclipse-plugin
Run mvn clean verify
in the project root directory. This will execute compilation, unit-testing, integration-testing and packaging of all artifacts.
If not otherwise specified (see below), files in this repository fall under the Eclipse Public License 2.0.
Individual files contain the following tag instead of the full license text:
SPDX-License-Identifier: EPL-2.0
This enables machine processing of license information based on the SPDX License Identifiers that are available here: https://spdx.org/licenses/.
An exception is made for:
LICENSE.txt
file, or.LICENSE.txt
suffix added to the base-name of the original file. For example foobar.js
is may be accompanied by a foobar.LICENSE.txt
license file.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4