Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Chris2011/NbScratchFile
Scratch Files for Netbeans - Create files without having a project.
https://github.com/Chris2011/NbScratchFile
hacktoberfest
Last synced: 3 months ago
JSON representation
Scratch Files for Netbeans - Create files without having a project.
- Host: GitHub
- URL: https://github.com/Chris2011/NbScratchFile
- Owner: Chris2011
- License: apache-2.0
- Created: 2015-04-21T12:09:24.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-14T22:36:02.000Z (almost 2 years ago)
- Last Synced: 2024-06-29T12:32:38.659Z (4 months ago)
- Topics: hacktoberfest
- Language: Java
- Homepage:
- Size: 4.29 MB
- Stars: 13
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- License: License.txt
Awesome Lists containing this project
- awesome-netbeans - NbScratchFile - Scratch Files for Netbeans - Create files without having a project. (:electric_plug: Plugins <a name="plugins"></a> / Productivity)
README
# NbScratchFile
![License](https://img.shields.io/github/license/Chris2011/NbScratchFile.svg)
![Release](https://img.shields.io/github/release/Chris2011/NbScratchFile.svg)
![Contributors](https://img.shields.io/github/contributors/chris2011/NbScratchFile.svg)
![Downloads](https://img.shields.io/github/downloads/chris2011/NbScratchFile/total.svg)## Description
With this plugin you can create scratch files which will be saved on disk. You don't need a project for this. After typing `Ctrl + Alt + Shift + N` you can choose a language and the file will be saved to your user dir: `/userDir/.netbeans/scratches`
The idea came up while using Sublime Text 2, where you can type `Ctrl + N` to creates an empty file.
This is really simple, it will open a new tab with a Untitled file. Nothins special.IntelliJ has a similar but more powerful functionalty too: IntelliJ IDEA 14 eap 138.2210 brings scratch files....
So my plugin is more like the IntelliJ functionaliy, because you will choose the target language after hitting `Ctrl + Shift + Alt + N` and it will open and automatically
save the file to your user `/userDir/.netbeans/scratches`. You can see all the saved scratches as nodes at `Services -> Scratches`## Screenshots
### `File -> New Scratch File` or `Ctrl + Alt + Shift + N`
![Alt text](/screenshots/NbScratchFile.jpg?raw=true)### Choose target language
![Alt text](/screenshots/ChooseLanguage.gif?raw=true)### Service node integration
![Alt text](/screenshots/ServiceNodeIntegration.gif?raw=true)## Changelog
See [Changelog](./Changelog.md) for all information
## NetBeans Compatibility
Version >= 2.0.0 is compatible to Apache NetBeans >= 9.0
Plugin is available at https://github.com/Chris2011/NbScratchFile/releases/tag/2.0.0