Search This Blog

Wednesday, 8 May 2013

Proxy Editor Shortcuts

HOLD STRG + SHIFT and then use

cursor left - to toggle left column / Navigator
cursor right - to toggle right column / Property-Inspector
cursor up - to toggle flow view
cursor down - to toggle state bar

if you toggle off all options you have a very big code window
-> this is often useful to know on long code lines !

UNDO/REDO in code-windows
useful to know !!!

STRG Z undo
STRG Y redo

Undo is possible for 40 Steps backwards.
Each step is everything you do without stopping writing - with a handsoff time around 1/2 second.

so writing

hello
{now wainting - then adding world}
hello world
will be two steps !

writing "hello world" together without stop writing is one step!

! Pasting code frome elsewhere is also just one step !





No comments:

Post a Comment