-
Notifications
You must be signed in to change notification settings - Fork 100
Setting Up Code Format
Reimar Schröter edited this page Apr 18, 2016
·
3 revisions
HOME < ... < Getting started < Preparing Eclipse
-
Go to Window -> Preferences.
-
Open page General -> Workspace.
- Set text file encoding to UTF-8.
- Set new text file line delimiters to Unix.
-
If you already have files in your workspace with Non-Unix line endings, do the following:
- Select all projects in the navigator or package explorer view (you can also only select the single files).
- In the menu click on File -> Convert Line Delimiters To -> Unix.
- Go to Window -> Preferences.
- Open page Java -> Code Style -> Formatter.
- Click on Import... and open the file
Conventions.xmlin thede.ovgu.featureide.fm.coreplug-in
- Click on Import... and open the file
You may also visit FeatureIDE's home page: https://featureide.github.io/
- [Eclipse RCP and RAP Development] (https://github.com/FeatureIDE/FeatureIDE/wiki/Eclipse-RCP-and-RAP-Development)
- [Checkout FeatureIDE sources] (https://github.com/FeatureIDE/FeatureIDE/wiki/Checkout-FeatureIDE-sources)
- [Run Configuration] (https://github.com/FeatureIDE/FeatureIDE/wiki/Run-configuration)
- [Setting Up Code Format] (https://github.com/FeatureIDE/FeatureIDE/wiki/Setting-Up-Code-Format)