> I'm creating a program contains many deep branchs of condition checking > using IF and CASE statement. Is there a way/shortcut key in Lazarus to jump > to the begin/end of current block? i'd suggest to break long branch of condition checks into functions/procedures. thanks, Dmitry