Skip to content

piotrhoppe/NbScratchFile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scratch Files for Netbeans (Required JDK 8 > 1.8.0_122 - #1)

ATM there is no support for JDK >= 9, yet. I'm working on it.

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

Choose target language

Alt text

Service node integration

Alt text

About

Scratch Files for Netbeans - Create files without having a project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 81.6%
  • Java 7.3%
  • Vue 6.1%
  • JavaScript 2.0%
  • TypeScript 1.8%
  • CSS 1.2%