You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default settings for NetBeans. (incase you need to reset your changes)
14
+
-[netbeans-settings.zip](./releases/netbeans-settings.zip?raw=true) - My recommended settings for NetBeans.
15
+
-[netbeans-default.zip](./releases/netbeans-default.zip?raw=true) - The default settings for NetBeans. *(incase you need to reset your changes)*
16
+
17
+
### Instructions
18
+
19
+
Open Apache NetBeans. On the menu bar open `Tools`, choose `Options`. On the bottom left of the Options windows choose `Import`. Then in the `Select Options to Import` window click `Browse`, and select `NetBeans-Settings.zip`. Then click `OK`, click `OK` again. Then click `Yes`. NetBeans will now restart with the new settings.
20
+
21
+
## Settings: Set author name and website
22
+
23
+
Open Apache NetBeans. On the menu bar open `Tools`, choose `Templates`. On the `Template Manager` window, at the bottom right corner click the `Settings` button. A document `User.properties` will open. On line 8 it should read
24
+
`user=Name Surname <https://github.com/username>`
25
+
26
+
Change this to your name and website and save and close the file. For myself it would be
To add the Context menu entry save and download the link: [Add-Context-Menu-NetBeans-12.5](./windows-context-menu/Open-In-NetBeans;%20Version%2012.5;%20Add.reg?raw=true) and run the file. For other versions see the [windows-context-menu](./windows-context-menu/) directory and select the file for your version of NetBeans.
35
+
36
+
To remove the Context Menu save and download the link: [Remove-Context-Menu-NetBeans-12.5](./windows-context-menu/Open-In-NetBeans;%20Remove.reg?raw=true) and run the file.
17
37
18
38
## Plugin Instructions
19
39
20
40
Open `Apache NetBeans`. On the menu bar open `Tools`, choose `Plugins`. Click the `Settings` tab and tick `NetBeans 8.2 Plugin Portal`. Then select `Available Plugins` and tick install for the following plugins.
41
+
21
42
-`gitignore.io`
22
43
-`NB SpringBoot`
23
44
-`NetBeans Case Converter`
@@ -26,23 +47,14 @@ Open `Apache NetBeans`. On the menu bar open `Tools`, choose `Plugins`. Click
26
47
27
48
Click `Install` and follow any `NetBeans IDE Installers` instructions, choosing `Next`, tick `accept the terms in all of the licence arguments`, clicking `Install` and `Verify Certificates`.
28
49
29
-
## Settings Instructions
30
-
31
-
Open Apache NetBeans. On the menu bar open `Tools`, choose `Options`. On the bottom left of the Options windows choose `Import`. Then in the `Select Options to Import` window click `Browse`, and select `NetBeans-Settings.zip`. Then click `OK`, click `OK` again. Then click `Yes`. NetBeans will now restart with the new settings.
32
-
33
-
## Settings: Set author name and website
34
-
Open Apache NetBeans. On the menu bar open `Tools`, choose `Templates`. On the `Template Manager` window, at the bottom right corner click the `Settings` button. A document `User.properties` will open. On line 8 it should read
35
-
`user=Name Surname <https://github.com/username>`
36
-
37
-
Change this to your name and website and save and close the file. For myself it would be
0 commit comments