Skip to content

Commit 2c99d76

Browse files
author
Chris
committed
Updated readme and added changelog.
1 parent 01145c8 commit 2c99d76

File tree

2 files changed

+54
-25
lines changed

2 files changed

+54
-25
lines changed

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## Update in 2.0.0
4+
5+
### General
6+
1 - Moved from HTML4J back to Swing.
7+
8+
### Fixes
9+
1 - [#3](https://github.com/Chris2011/NbScratchFile/issues/3): Dialog shrinks when typing, outer box doesn't.
10+
2 - [#16](https://github.com/Chris2011/NbScratchFile/issues/16): Doesn't create folder anymore.
11+
3 - [#24](https://github.com/Chris2011/NbScratchFile/issues/24): Input field is not empty after choosing an extension.

Readme.md

Lines changed: 43 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,43 @@
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-
![Alt text](/screenshots/NbScratchFile.jpg?raw=true)
18-
19-
20-
### Choose target language
21-
![Alt text](/screenshots/ChooseLanguage.gif?raw=true)
22-
23-
24-
### Service node integration
25-
![Alt text](/screenshots/ServiceNodeIntegration.gif?raw=true)
1+
# NbScratchFile
2+
3+
![License](https://img.shields.io/github/license/Chris2011/NbScratchFile.svg)
4+
![Release](https://img.shields.io/github/release/Chris2011/NbScratchFile.svg)
5+
![Contributors](https://img.shields.io/github/contributors/chris2011/NbScratchFile.svg)
6+
![Downloads](https://img.shields.io/github/downloads/chris2011/NbScratchFile/total.svg)
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+
![Alt text](/screenshots/NbScratchFile.jpg?raw=true)
26+
27+
28+
### Choose target language
29+
![Alt text](/screenshots/ChooseLanguage.gif?raw=true)
30+
31+
32+
### Service node integration
33+
![Alt text](/screenshots/ServiceNodeIntegration.gif?raw=true)
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

Comments
 (0)