Skip to content

Commit 1bedd10

Browse files
committed
Updating README file in prep for v1.0.2 release (supporting Netbeans 8.2)
1 parent fec8adb commit 1bedd10

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The result of using this configuration is, once imported you can then use the ``
88

99
## Requirements
1010

11-
* [NetBeans](https://netbeans.org/) (Tested and developed on v8.1 but should work fine on other versions too!)
11+
* [NetBeans](https://netbeans.org/) (Tested and developed on v8.2 RC and v8.1 but should work fine on other versions too!)
1212

1313
## License
1414

@@ -20,14 +20,19 @@ I am happy to provide support via. my personal email address, so if you need a h
2020

2121
## Installation
2222

23-
* Download the [latest release](https://github.com/bobsta63/netbeans-psr-formatting/releases) (specifically the __ZIP__ version) to your machine.
23+
* Download the [latest release](https://github.com/bobsta63/netbeans-psr-formatting/releases) (specifically the __ZIP__ version) to your machine (If you're using Netbeans 8.1 or below see the notes below about a bug and a provided workaround version).
2424
* Open up the NetBeans IDE on your computer
2525
* From the top menu, click on ```Tools``` and then from the menu that appears click ```Options```
2626
* When the **Options** window appears click on the ```Import``` button at the bottom left.
2727
* When the **Import** window appears click on the ```Browse``` button and select the downloaded zip archive that you downloaded in the first step.
2828
* Under the ```Select options to import:```, check the ```All``` check box and then click ```Ok``` and then ```Apply```.
2929
* You should then be prompted to restart the IDE, restart and enjoy your new auto-formatting skills ;)
3030

31+
## Using NetBeans 8.1 (and lower)?
32+
33+
There is an issue in Netbeans versions 8.1 (and lower) in which the ``namespace`` new-line configuration does not work (a bug) of which has since been
34+
fixed in Netbeans 8.2. As a workaround however, [release v1.0.1](https://github.com/bobsta63/netbeans-psr-formatting/releases/tag/v1.0.1) uses a single blank line to split the ``namespace`` from the first line of which is recommended to use.
35+
3136
## Preparing the source code for 'import'
3237

3338
In order to import the settings into NetBeans, compress the root directory of the ```src``` directory into a **zip file** of which can then be used to import into NetBeans as shown below in the installation guide.

0 commit comments

Comments
 (0)