vote up 2 vote down star

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.

flag

8 Answers

vote up 3 vote down check

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.

link|flag
vote up 2 vote down

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

link|flag
vote up 2 vote down

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

link|flag
1  
Almost my chosen answer just for introducing me to Mac Vim :) – Jon Hadley Nov 2 at 12:24
vote up 1 vote down

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

link|flag
gedit under linux: also F11. – bobince Nov 1 at 13:20
vote up 0 vote down

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.

link|flag
vote up 0 vote down

I like Q10

link|flag
vote up 0 vote down

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.

link|flag
vote up -7 vote down

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?

link|flag
1  
-1, masking tape leaves a sticky, smelly residue if you leave it on too long. – jleedev Nov 1 at 14:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.