Separation of test and main classpaths according to the maven dependencies:
Universal database tool: https://dbeaver.io/
Marketplace: https://marketplace.eclipse.org/content/dbeaver
https://marketplace.eclipse.org/content/fluentmark
(Preview does not work with umlauts?)
An ergonomic theme for the Eclipse Java IDE on Windows 10 and Mac OS X.
https://marketplace.eclipse.org/content/clean-sheet
Clean Sheet does not work on linux systems. Workaround can be:
dropins
folderThe theme files are like:
?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.e4.ui.css.swt.theme">
<theme
basestylesheeturi="css/myTheme.css"
id="my.theme.id"
label="myThemeName">
</theme>
</extension>
</plugin>
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
css/
src.includes = css/
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Theme
Bundle-SymbolicName: my.theme;singleton:=true
Bundle-Version: 1.0.0.qualifier
Automatic-Module-Name: my.theme
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.e4.ui.css.swt.theme
css like clean-sheet.css
in https://github.com/fappel/xiliary/tree/master/com.codeaffine.eclipse.ui.swt.theme/css
Note: is used by Clean Sheet theme, but can also be installed without Clean Sheet theme (for instance in a linux environment).
Source Code Pro is a set of monospaced OpenType fonts that have been designed to work well in coding environments.
https://github.com/adobe-fonts/source-code-pro
https://fonts.google.com/specimen/Source+Code+Pro
In the Eclipse preferences select the section: “General” -> “Appearance” ->”Color and Fonts”
and there the element: “Basic” -> “Text Font”