PDA

View Full Version : vBulletin's functions list for syntax highlighting


Chen
30 Jun 2002, 10:58
Here is the complete list of functions vBulletin uses (or rather defines). You can use this list for the sytnax file in your PHP editor, to get those functions highlighted as well.

This is what I use for my php.stx for EditPlus 2:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Enjoy.

Boofo
30 Jun 2002, 13:53
Is that all you have in your php.stx file, or is that just added to what is already there?

Thanks for turning me on to EditPlus2. You were right, it does beat Ultra Edit all to you-know-what. I was just about to register Ultra Edit when you told me about this program. Glad I didn't. :)

TECK
30 Jun 2002, 17:05
this is really handy. thanks chen.

FWC
01 Jul 2002, 00:28
Very cool, Chen. Thanks!! :)

Boofo
01 Jul 2002, 00:35
Can anyone tell me how I add this to what I already have in my php.stx? It won't show up if I just copy the contents into the file (for EditPlus2).

FWC
01 Jul 2002, 00:38
Originally posted by Boofo
Can anyone tell me how I add this to what I already have in my php.stx? It won't show up if I just copy the contents into the file (for EditPlus2). Add it in to php.stx and then restart EditPlus2.

Boofo
01 Jul 2002, 00:41
Already tried that. :)

Chen
01 Jul 2002, 08:39
Here's my syntax file, renamed to .txt.

Boofo
01 Jul 2002, 09:46
So the vBulletin listing isn't supposed to show up in the PHP 4 Cliptext listing then? That's what I was looking for. :) BTW: Is there a way to click on an http link in a file and have it take you to that link without giving you the "file could not be found, do you want to create it" error?

JulianD
10 Jul 2002, 08:53
Hey, thanks chen... Quite useful when editing those files!