|
1 |
| -# Scratch Files for Netbeans (Required JDK 8 > 1.8.0_122 - <a href="https://github.com/Chris2011/NbScratchFile/issues/1#issuecomment-331884374">#1</a>) <a href="https://travis-ci.org/Chris2011/NbScratchFile"><img src="https://travis-ci.org/Chris2011/NbScratchFile.svg?branch=develop" /></a> |
2 |
| - |
3 |
| -# ATM there is no support for JDK >= 9, yet. I'm working on it. |
4 |
| - |
5 |
| -### 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` |
6 |
| - |
7 |
| -The idea came up while using Sublime Text 2, where you can type `Ctrl + N` to creates an empty file. |
8 |
| -This is really simple, it will open a new tab with a Untitled file. Nothins special. |
9 |
| - |
10 |
| -IntelliJ has a similar but more powerful functionalty too: <a href="http://blog.jetbrains.com/idea/2014/09/intellij-idea-14-eap-138-2210-brings-scratch-files-and-better-mercurial-integration/">IntelliJ IDEA 14 eap 138.2210 brings scratch files...</a>. |
11 |
| - |
12 |
| -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 |
13 |
| -save the file to your user `/userDir/.netbeans/scratches`. You can see all the saved scratches as nodes at `Services -> Scratches` |
14 |
| - |
15 |
| -## Screenshots |
16 |
| -### `File -> New Scratch File` or `Ctrl + Alt + Shift + N` |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| -### Choose target language |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| -### Service node integration |
25 |
| - |
| 1 | +# NbScratchFile |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | +## Description |
| 10 | + |
| 11 | +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` |
| 12 | + |
| 13 | +The idea came up while using Sublime Text 2, where you can type `Ctrl + N` to creates an empty file. |
| 14 | +This is really simple, it will open a new tab with a Untitled file. Nothins special. |
| 15 | + |
| 16 | +IntelliJ has a similar but more powerful functionalty too: <a href="http://blog.jetbrains.com/idea/2014/09/intellij-idea-14-eap-138-2210-brings-scratch-files-and-better-mercurial-integration/">IntelliJ IDEA 14 eap 138.2210 brings scratch files...</a>. |
| 17 | + |
| 18 | +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 |
| 19 | +save the file to your user `/userDir/.netbeans/scratches`. You can see all the saved scratches as nodes at `Services -> Scratches` |
| 20 | + |
| 21 | + |
| 22 | +## Screenshots |
| 23 | + |
| 24 | +### `File -> New Scratch File` or `Ctrl + Alt + Shift + N` |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | +### Choose target language |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +### Service node integration |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +## Changelog |
| 37 | + |
| 38 | +See [Changelog](./Changelog.md) for all information |
| 39 | + |
| 40 | + |
| 41 | +## NetBeans Compatibility |
| 42 | + |
| 43 | +Version >= 2.0.0 is compatible to Apache NetBeans >= 9.0 |
0 commit comments