https://github.com/danthe1st/simplebackground-eclipse
https://github.com/danthe1st/simplebackground-eclipse
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danthe1st/simplebackground-eclipse
- Owner: danthe1st
- License: gpl-3.0
- Created: 2022-09-25T16:42:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T16:48:19.000Z (about 3 years ago)
- Last Synced: 2025-07-02T02:03:56.123Z (3 months ago)
- Language: Java
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleBackground-Eclipse
This Eclipse Plugin allows to configure the background in Eclipse.
Under `Window`>`Preferences`>`SimpleBackground`, the following options are available:
- `Background image`: This option allows to set a background image.
- `Background alpha`: This option allows to customize the transparency of the main Eclipse Window.
- `Background image alpha`: This option allows to customize the transparency of the background image.
This option is ignored if no background image is set.## Setup
### Installation
* Select `Help`>`Install New Software`

* Click on `Add Software Site`

* In the dialog, enter a name and `https://raw.githubusercontent.com/danthe1st/eclipse-update-site/master/` as the URL

* Select the created Software Site under `Work With` and unselect `Group Items by category`
* Select `SimpleBackground` and click on `Next`
* Complete the installation process### Development setup
- Install Eclipse
- Make sure that [Eclipse PDE](https://marketplace.eclipse.org/content/eclipse-pde-plug-development-environment) is installed. It can be installed from the Eclipse Marketplace here:
[](http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=2234530 "Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client")
- Make sure the m2e plugin is installed. It can be installed
- Clone this repository
- Import it as a Maven project including the module `simplebackground-main` (`io.github.danthe1st.simple-background`)
- Open the file `plugin.xml` with the `Plug-in Manifest Editor` in the `simplebackground-main` (`io.github.danthe1st.simple-background`) module and click on the run button on the top right in order to start Eclipse with this plugin.
