Skip to content

dragos/typesafe-config-eclipse

Repository files navigation

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!

About

An Eclipse plugin for Typesafe Config files

Resources

License

Stars

Watchers

Forks

Packages

No packages published