[Tool/Web/Other] CodeParser: Generate auto-complete files for Sublime Text / Notepad++ (Qt/C++)
#10

Quote:
Originally Posted by Johnson_boy
View Post
@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.
OnPlayerEditObject and OnPlayerEditAttachedObject in skipped list, why?
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;
_ALS_OnFilterScriptInit and the same functions (starting with _ALS_) should be skipped I think. They are used in hooks.

Edit: And please update your NPP template to this one: userDefineLang.xml (it has some bugs fixed)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)