Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.11 KB

eclipse-setup

Oomph setup for kromo.org projects

The Oomph setup will install Eclipse, plugins and configure Eclipse defaults.

Some common settings

  • Encoding is always UTF-8
  • Line endings is always \n
  • No tabs, always 4 spaces
  • Lines are 120 chracters long

Eclipse plugins

Plugin Description
bndtools helps developing OSGi projects
Code Recommenders (optional)
de.jcup AsciiDoctor Editor
de.jcup Bash Editor
de.jcup YAML Editor
DevTools (optional) Themeing and customization
EasyShell Allows to open a shell window or file manager from the popup menu
ECD Enhanced Class Decompiler
EclEmma Code coverage
Eclipse Buildship Gradle editor
Eclipse EGit Eclipse git integration / Java git client/library
Eclipse M2E Eclipse Maven integration
Eclipse MAT Memory Analyzer (helps analyzing heapdumps)
Eclipse Mylyn Task focused workflow in Eclipse
Eclipse RelEng Release engineering tool (eg. helps mass-fixing copyright header in files)
Eclipse WST Web standard tools to edit JavaScript, HTML, XML, etc.
SonarLint Static code analyzer
SpotBugs Static code analyzer
TestNG for Eclipse TestNG integration for Eclipse