This repository was archived by the owner on Apr 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Installation
Andre Greeff edited this page Jul 27, 2015
·
3 revisions
There are two options for running this plugin; the first is aimed more at developers looking to modify or enhance the existing code, while the second is aimed more at developers who simply want to make use of .editorconfig
files in their own projects.
After downloading the release editorconfig-{version}.nbm
file:
- Open NetBeans, select "Tools" > "Plugins"
- Switch to "Downloaded" tab and click "Add Plugins..."
- Browse to and select the
nbm
you downloaded - Click "Install"
After cloning this repository:
- Launch NetBeans, select "File" > "Open Project"
- Be sure to allow Maven to download project dependencies; this may take some time depending on your connection speed
- In the "Projects" panel:
- Right-click and run the "Clean and Build" task
- Right-click and select the "Install/Reload in Development IDE" option
To verify the plugin is installed correctly:
- Select "Tools" > "Plugins"
- Switch to the "Installed" tab
- Look for "EditorConfig Plugin" in the "Editing" category
- If the plugin is listed and has a green tick in the "Active" column, you're good to go
- If the plugin is listed but has a grey dot in the "Active" column, tick the plugin and click "Activate"
- If the plugin is not listed, restart your IDE and try installing it again
From either installation process listed above, the following steps will allow you to see exactly what your IDE is doing while running this plugin:
- Select "View" > "IDE Log"
- Close an open project
- Re-open any of your projects
- Create a
.editorconfig
file and set some rules