Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 2.05 KB

README.md

File metadata and controls

46 lines (30 loc) · 2.05 KB

Build Status Download

Eclipse plugin for Typesafe Config files

This project provides Eclipse toolings for editing configuration files in Hocon format (coloquially called Typesafe Config).

Installation

Eclipse Marketplace:

Drag to your running Eclipse workspace. Drag the install button on your running Eclipse application

Update site

Alternatively, use the plain old update site: https://dl.bintray.com/dragos/typesafe-config-eclipse/

Features

  • configurable syntax highlighting and error checking
  • outline view
  • toggle comments
  • structured selection (syntax-aware increase/decrease selection)
  • auto edits, match braces

Screenshot

Limitations

  • no completion or hyperlinking

Build

Run mvn inside com.typesafe.hocon.releng.

Cut a release

  • check that the current version is correct (1 ahead of the latest release)
  • build release
  • ./publish.sh <BintrayAPIkey> <version>, where <version> is a non-SNAPSHOT version. Say, the current version in pom.xml is 1.0.5-SNAPSHOT, you should call ./publish.sh with 1.0.5
  • tag (e.g. (git tag v1.0.5) and push tags
  • bump version (inside com.typesafe.hocon.releng): mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.0.6-SNAPSHOT

Contribute

The project is based on xtext. Help in the form of code contributions is most welcome!