Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a scratch pad in Eclipse?

Tags:

eclipse

This is a very simple question. I often find myself wanting to create a scratch pad/buffer in Eclipse in which I need to copy-paste something or write some notes without creating a file for it.

For example, when I am working in Vim, I can create a new buffer with :new (actually a shortcut key mapped to :new) and get going. Or in most other editors, I can just press Ctrl+N to create a new buffer.

Is this possible in Eclipse?

like image 923
HRJ Avatar asked Jan 31 '12 07:01

HRJ


1 Answers

Maybe this could do: "File" -> "New" -> "Other" -> "General" -> "Untitled text file"

like image 142
dbrank0 Avatar answered Nov 17 '22 17:11

dbrank0