Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Oh my god. Check this. Take, for example, I post some converted objects in to pawno from convertFFS, they're all unindented. What I used to do was spam
TAB
Left Arrow
Down
and repeat..
for every
single
fucking
line.
I just found out you can highlight a load of lines and press TAB and it indents them all. I'm literally crying.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
I literally can't believe I never knew this. Fucking amazing. The THOUSANDS of lines I've individually indented...
Posts: 3,351
Threads: 780
Joined: Jan 2010
pawn Код:
public EPIC(playerid)
{
SendClientMessage(playerid, red, "FUCK YES! TAB FTW!");
return 1;
}
Posts: 3,351
Threads: 780
Joined: Jan 2010
pawn Код:
new HasIndented[MAX_PLAYERS];
if(HasIndented[playerid] == 0)
{
SendClientMessage(playerid, red, "ARE YOU FUCKIN KIDDING ME?! LEARN TO INDENT NOOB!!");
Ban(playerid);
}
Posts: 634
Threads: 4
Joined: Sep 2010
Reputation:
0
Lmao that was like first thing I found out myself in my scripting attempts :P
Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
I've done the same thing with indenting but to the left.
You do Shift + TAB to indent them backwards. Thanks to this, I'm younger.