View Single Post
Destro-
Veteran Member
Join Date: Jun 2010
Location: $me->location();
Old 06-25-2016 , 18:36   Re: [Editor] Sublime AMXX-Editor v1.7
Reply With Quote #4

Quote:
Originally Posted by KliPPy View Post
However, I've found a few bugs today.
It doesn't want to detect functions (or just natives?) that return a tagged value. For example, the following line of code isn't detected by the parser and isn't added to the function list for autocompletion.
Code:
native WSResponse: WS_CreateBinaryResponse(const content[] = "", length = 0);
However, it strangely works for the stuff that's already in AMXX, like Tries and Arrays. Can you please look into that?
the space after tag it breaking the parse (fix this for the next update)
there are many things that are valid for the compiler, you never imagine to be used :\

Quote:
Originally Posted by KliPPy View Post
Also, functions that retrieve a parameter by reference have the "Params:" field in a pop-up broken. Like menu_item_getinfo() for example. It stops parsing right at the ampersand symbol.
forget encode special html characters on popup
__________________

Last edited by Destro-; 06-25-2016 at 20:48.
Destro- is offline