[Tool/Web/Other] [Editor] PawnEdit IDE (Development preview)
#13

You should most definitely add "-;+ -(+" to compiler(pawncc.exe)'s launch line, as it has become a fashion in PAWN scripts floating around about SAMP.

Currently your program's compile/run feature allows the next code:
Code:
SendClientMessage(playerid, COLOR_LIGHTBLUE, "k");
to also be written as:
Code:
SendClientMessage(playerid, COLOR_LIGHTBLUE, "k")
or even:
Code:
SendClientMessage playerid, COLOR_LIGHTBLUE, "k"
This difference in parameters will actually make it incompatible for some scripts(like YSI), and I personally would consider it incredibly bad practise to write such code(one that does not use ')' nor ';' in it).

Also, unfortunately, it is a SAMP forum rule that you must make the source code available.

I must say, I do like the compiler green for flawless script.

Edit: also the text highlighting fails at multi-line comments and it seems to mess about with the indentation of the code a lot. Also a huge dislike goes towards replacing the \t with spaces.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)