dkandalov / scratch

Scratch is IntelliJ IDEs plugin to quickly open temporary text editor
http://plugins.jetbrains.com/plugin/?null&pluginId=4428
84 stars 8 forks source link

Build Status

screenshot

Scratch Plugin

This is a plugin for IntelliJ IDEs for cases when you want to type something without having to create new file or switch to another editor.

It allows you to have multiple temporary editor tabs, one of which can be made the default. The default scratch tab can be quickly opened with a shortcut.

Contents of the temporary editor tabs are stored outside of the project, so your directory will not get cluttered.

Note that since IJ14 there are built-in scratches with similar functionality which unfortunately still don't have actions to open "default" scratch and show list of available scratches. At some point this plugin might be reimplemented as additional actions on top of built-in scratches.

How to use?

In scratches list popup:

* - shortcuts are copied from Delete, Rename and Generate actions, i.e. if you have changed keyboard layout, your own shortcuts should work as well.

Some of these actions are also in Tools -> Scratch menu.

"Hidden" features

Thanks to Vojtěch Krása for making version 1.0 of this plugin happen and testing it.