All Projects → dragos → typesafe-config-eclipse

dragos / typesafe-config-eclipse

Licence: Apache-2.0 License
An Eclipse plugin for Typesafe Config files

Programming Languages

Xtend
68 projects
shell
77523 projects
java
68154 projects - #9 most used programming language

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].