Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcocrowe/netbeans-application-settings
My NetBeans installation is setup to program in Java. These are the settings, plugins and styles I use.
https://github.com/marcocrowe/netbeans-application-settings
apache-netbeans application-settings java template windows-context-menu
Last synced: 16 days ago
JSON representation
My NetBeans installation is setup to program in Java. These are the settings, plugins and styles I use.
- Host: GitHub
- URL: https://github.com/marcocrowe/netbeans-application-settings
- Owner: marcocrowe
- License: apache-2.0
- Created: 2020-07-15T03:20:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T02:33:02.000Z (about 2 years ago)
- Last Synced: 2024-02-27T01:54:33.390Z (10 months ago)
- Topics: apache-netbeans, application-settings, java, template, windows-context-menu
- Homepage:
- Size: 170 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache NetBeans: Application Settings
## Introduction
My NetBeans installation is setup to program in Java. These are the settings, plugins and styles I use.
## Requirements
- [Java SE Development Kit 18.0.1.1](https://www.oracle.com/java/technologies/downloads/)
- [Apache NetBeans ≥ 14](https://netbeans.apache.org/)## Settings
- [netbeans-settings.zip](./releases/netbeans-settings.zip?raw=true) - My recommended settings for NetBeans.
- [netbeans-default.zip](./releases/netbeans-default.zip?raw=true) - The default settings for NetBeans. *(incase you need to reset your changes)*### Instructions
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.
## Settings: Set author name and website
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
`user=Name Surname `Change this to your name and website and save and close the file. For myself it would be
`user=Mark Crowe `## Windows Context Menu
> ![Sample](./docs/windows-context-menu-screenshot.png)
> Context menu screenshotTo add the Context menu entry save and download the link: [Add-Context-Menu-NetBeans-16.0](./windows-context-menu/open-in-netbeans-version-16.0-add.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.
To remove the Context Menu save and download the link: [Remove-Context-Menu-NetBeans](./windows-context-menu/open-in-netbeans-remove.reg?raw=true) and run the file.
## Plugin Instructions
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.
- `gitignore.io`
- `NB SpringBoot`
- `NetBeans Case Converter`
- `Rainbow Braces`
- `sonarlint4netbeans`Click `Install` and follow any `NetBeans IDE Installers` instructions, choosing `Next`, tick `accept the terms in all of the license arguments`, clicking `Install` and `Verify Certificates`.
### NetBeans Plugins Used
[//]: # (Comment: is the HTML entity for a zero width space. It used to prevent the link from being parsed by the markdown parser)
- gitignore.io
- NB SpringBoot
- NetBeans Case Converter
- Rainbow Braces
- sonarlint4netbeans---
Copyright © 2021 Mark Crowe . All rights reserved.