Atom editor
#9

Might want an ability to exclude files and have authors specify them manually. I doubt people will want a hundred "@Aa", "@Ab", "@Ac" etc macros in auto-complete just for includnig y_stringhash for example. Or:

pawn Code:
/*
NOPARSE
*/


#define @Aa:H_Naa(%1a%0)%7||| H_Da(%1,a,%0,97)%7|||
#define @Ab:H_Nab(%1b%0)%7||| H_Da(%1,b,%0,98)%7|||
#define @Ac:H_Nac(%1c%0)%7||| H_Da(%1,c,%0,99)%7|||
#define @Ad:H_Nad(%1d%0)%7||| H_Da(%1,d,%0,100)%7|||
#define @Ae:H_Nae(%1e%0)%7||| H_Da(%1,e,%0,101)%7|||
#define @Af:H_Naf(%1f%0)%7||| H_Da(%1,f,%0,102)%7|||

// ...

/*
PARSE
*/
Similar to the:

pawn Code:
/*
native Func(a);
*/
Trick used to add functions to PAWNO, but with the compiler seeing them and the parser not.

Anyway, I'll have a look at the source and see what I can do.

Didn't you already write a JavaScript PAWN tokeniser, would it not make sense to use that?
Reply


Messages In This Thread
Atom editor - by Y_Less - 12.05.2014, 13:59
Re: Atom editor - by iFarbod - 12.05.2014, 15:00
Re: Atom editor - by Y_Less - 12.05.2014, 15:12
Re: Atom editor - by maddinat0r - 12.05.2014, 17:00
Re: Atom editor - by Slice - 13.05.2014, 00:37
Re: Atom editor - by SkittlesAreFalling - 13.05.2014, 06:24
Re: Atom editor - by Y_Less - 13.05.2014, 08:44
Re: Atom editor - by Slice - 14.05.2014, 14:03
Re: Atom editor - by Y_Less - 14.05.2014, 14:20
Re: Atom editor - by nilanjay - 14.05.2014, 15:13
Re: Atom editor - by Scottas - 14.05.2014, 15:14
Re: Atom editor - by Y_Less - 14.05.2014, 15:16
Re: Atom editor - by xeeZ - 14.05.2014, 16:23
Re: Atom editor - by Scottas - 14.05.2014, 17:02
Re: Atom editor - by GiamPy. - 15.05.2014, 10:42
Re: Atom editor - by Gigi-The-Beast - 15.05.2014, 10:51
Re: Atom editor - by Slice - 15.05.2014, 10:59
Re: Atom editor - by Y_Less - 15.05.2014, 11:15
Re: Atom editor - by Slice - 15.05.2014, 12:36
Re: Atom editor - by Slice - 20.05.2014, 09:31
Re: Atom editor - by Ari - 01.10.2014, 14:43

Forum Jump:


Users browsing this thread: 1 Guest(s)