22.05.2014, 21:12
(
Last edited by Bews; 22/05/2014 at 09:48 PM.
)
Quote:
@Bews You could give the new version (v0.2) a shot, and see if it performs better than the previous version. It should now parse all the includes, and also solve the issues you pointed out.
|
This is also ignored:
pawn Code:
enum filemode
{
io_read, /* file must exist */
io_write, /* creates a new file */
io_readwrite, /* opens an existing file, or creates a new file */
io_append, /* appends to file (write-only) */
}
const EOF = -1;
Edit: And please update your NPP template to this one: userDefineLang.xml (it has some bugs fixed)