Skip to content

Commit 2b8934a

Browse files
committed
Windows Folder Context Menu
1 parent 27df2ba commit 2b8934a

8 files changed

+29
-17
lines changed
101 KB
Loading

readme.md

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,40 @@
55
My NetBeans installation is setup to program in Java. These are the settings, plugins and styles I use.
66

77
## Requirements
8+
89
- [Java SE Development Kit 16.0.2](https://www.oracle.com/java/technologies/javase-jdk16-downloads.html)
9-
- [Apache NetBeans >= 12.4](https://netbeans.apache.org/)
10+
- [Apache NetBeans >= 12.5](https://netbeans.apache.org/)
1011

1112
## Settings
12-
- ### [netbeans-settings.zip](./releases/netbeans-settings.zip?raw=true)
13-
My recommended settings for NetBeans.
1413

15-
- ### [netbeans-default.zip](./releases/netbeans-default.zip?raw=true)
16-
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
27+
`user=Mark Crowe <https://github.com/markcrowe-com>`
28+
29+
## Windows Context Menu
30+
31+
> ![Sample](./docs/windows-context-menu-screenshot.png)
32+
> Context menu screenshot
33+
34+
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.
1737

1838
## Plugin Instructions
1939

2040
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+
2142
- `gitignore.io`
2243
- `NB SpringBoot`
2344
- `NetBeans Case Converter`
@@ -26,23 +47,14 @@ Open `Apache NetBeans`. On the menu bar open `Tools`, choose `Plugins`. Click
2647

2748
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`.
2849

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
38-
`user=Mark Crowe <https://github.com/markcrowe-com>`
39-
4050
### NetBeans Plugins Used
51+
4152
* gitignore.&#8203;io
4253
* NB SpringBoot
4354
* NetBeans Case Converter
4455
* Rainbow Braces
4556
* sonarlint4netbeans
4657

4758
---
48-
Copyright (c) 2021 Mark Crowe <https://github.com/markcrowe-com>. All rights reserved.
59+
60+
Copyright (c) 2021 Mark Crowe [https://github.com/markcrowe-com](https://github.com/markcrowe-com). All rights reserved.
580 Bytes
Binary file not shown.
1.43 KB
Binary file not shown.
1.43 KB
Binary file not shown.
1.43 KB
Binary file not shown.
1.43 KB
Binary file not shown.
1.43 KB
Binary file not shown.

0 commit comments

Comments
 (0)