hyness / editorconfig-eclipse

EditorConfig plugin for the Eclipse IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EditorConfig Eclipse

EditorConfig plugin for the Eclipse IDE.

Installation

Install using Eclipse update site:

https://editorconfig-eclipse.github.io/repository

Feature Support

Feature Support Notes
indent_style Yes tested with Java, XML, Ant and text editors
indent_size Yes tested with Java, XML, Ant and text editors
tab_width No
end_of_line No applies to files created after similar file opened
charset Yes untested
trim_trailing_whitespace No
insert_final_newline No

Compatibility

Eclipse Mars and Luna are supported.

Building

Building requires Java 1.6 and Maven 3.x.

To build, run:

mvn install

Note that the build depends on the editorconfig core source via a Git submodule. To initialize the submodule, run:

git submodule init && \
git submodule update

Testing

Functional tests, implemented with JUnit and SwtBot, are located in the editorconfig-eclipse-functional-test directory. To run the tests:

mvn -f editorconfig-eclipse-functional-test/pom.xml integration-test

Installing Locally

Install via the local update site: editorconfig-eclipse-p2/target/repository.

License

Licensed under the Apache License, Version 2.0.

About

EditorConfig plugin for the Eclipse IDE

License:Apache License 2.0


Languages

Language:Java 96.1%Language:HTML 2.5%Language:Shell 1.4%