Loose Indication! [HELP]
#2

Use the TAB key to indent (push a line in). Each 'block' should be pushed in one level, i.e.

pawn Код:
public function(params)
{
    if(condition)
    {
        for(...)
        {
            // stuff
        }
    }
    return 1;
}
Put the mouse cursor (the blinking |) at the start of the line and press TAB, or highlight all the code and press TAB. Use Shift+TAB to outdent (reverse indent).
Reply


Messages In This Thread
Loose Indication! [HELP] - by Oscii - 27.05.2012, 10:26
Re: Loose Indication! [HELP] - by MP2 - 27.05.2012, 10:32
Re: Loose Indication! [HELP] - by Oscii - 27.05.2012, 10:43
Re: Loose Indication! [HELP] - by Oscii - 27.05.2012, 11:56
Re: Loose Indication! [HELP] - by pasha97 - 27.05.2012, 12:07
Re: Loose Indication! [HELP] - by [NWA]Hannes - 27.05.2012, 12:10
Re: Loose Indication! [HELP] - by Vince - 27.05.2012, 12:28
Re: Loose Indication! [HELP] - by [NWA]Hannes - 27.05.2012, 12:45
Re: Loose Indication! [HELP] - by MP2 - 27.05.2012, 16:50
Re: Loose Indication! [HELP] - by Gangs_Rocks - 27.05.2012, 16:58

Forum Jump:


Users browsing this thread: 1 Guest(s)