views:

181

answers:

8

Whilst fiddling recently with Ulysses 2.0 - "The definitive creative writing package", I was struck by how effective the fullscreen/console mode was at focusing my mind on actually getting words on the page.

Are there any code editors that include a similar function? Or even a hack that allows code highlighting in Ulysees?

Preferably, for me, OSX, but feel free to list alternatives for others.

+1  A: 

Notepad++ has fullscreen mode by pressing F11 (or f12 i can't decide).

RCIX
gedit under linux: also F11.
bobince
+2  A: 

Visual Studio has a fullscreen mode via pressing Shift+Alt+Enter.

RCIX
A: 

Sorry? You mean like aligning the top left of your window with the top left of your screen and then clicking and holding the mouse pointer on the bottom right of your window and dragging it to the bottom right of your screen? That sort of full screen.

Another option would be to use masking tape to cover parts of the screen you don't want to see?

PurplePilot
-1, masking tape leaves a sticky, smelly residue if you leave it on too long.
jleedev
+3  A: 

Any console based editor (vim, emacs, nano, ...) can be used in full screen mode, as long as the terminal in which it is run supports it. And I'd wager that most or all do. Usually this functionality is bound to F11 or Alt+Enter.

Stephan202
+3  A: 

MacVim has a fullscreen mode: :set fullscreen, :help fullscreen, and ⇧⌘F.

jleedev
Almost my chosen answer just for introducing me to Mac Vim :)
Jon Hadley
A: 

I use Think from Freeverse. It's a free utility that highlights your current app and simply darkens everything else, enabling you to focus on your document.

You can use it with your favorite editor. If you use Eclipse, you can double click the editor tab to maximize it, collapsing all other views. You can also customize the colors (if you prefer white text on dark background). It's not quite the same, but not bad.

zvikico
A: 

I like Q10

Thebes
A: 

This is going to end up a long list!

I use Textpad as my text editor when not using Visual Studio - http://www.textpad.com - and it has a fullscreen mode.

Murph