Menu

PHP colour coding

2004-01-04
2004-04-23
  • James Parnis

    James Parnis - 2004-01-04

    Hi. Just wondering if would you like someone to do the colour coding of the new php keywords such as its support of object orientation, ie. keywords such as: public, private, class, etc... also colour coding the php reserved function names.

    I would be happy to do this.

    Kind Regards,
    James

     
    • Don HO

      Don HO - 2004-01-08

      Hi James,

      If I did understand what you said, you would like to do the functions to colourise the new php keywords?

      Could you make it more clear?

      regards
      Don

       
      • James Parnis

        James Parnis - 2004-03-19

        Hello..

        Yes you got it correct..

        I would like to do the functions to colourise the new php keywords...

        I could make a list of the new keywords and the colours I think are appropiate for these?

        Kind Regards
        James

         
        • Don HO

          Don HO - 2004-04-10

          ops, I didn't see this message.

          > I would like to do the functions to colourise the
          > new php keywords...

          It's a php lexer do the recognition of the keywords.
          Unfortunately, there's no more room to add another class of keyword. All I can do is append the new keywords to the old keywords list.

          So if you can send me *ONLY* the new keywords of php5, I'll appreciate it.

          Don

           
    • Ansel Halliburton

      I think he is talking about adding highlighting for some new keywords that will be in PHP5. (PHP5 RC 1 just came out)

       
    • Don HO

      Don HO - 2004-03-19

      Unfortunately, there is no more place for new key words. All I can do is to add the new keywords into the keywords list. It means the colour of new keywords will be same with the old keywords and you can not change it.

      could you mail me the list of new keywords?

      Thanx

      Don

       
      • James Parnis

        James Parnis - 2004-03-19

        yep sure thing..

        give me a day or so..

        i have a php 5 book buts its at my office at the moment.

        i'll email you soon.

         
    • James Parnis

      James Parnis - 2004-04-09

      I found a text file with the php5 keywords already listed.

      http://www.editplus.com/files/php15.zip
      php15.zip (2003-11-13)
      PHP 5 (including HereDoc) stx - Rmi VERNAY

      Which is taken from this webpage:
      http://www.editplus.com/html.html

       
    • Don HO

      Don HO - 2004-04-10

      All I need is *ONLY* the new keywords of php5.
      such as "class public protected etc..." (but no function name of the libary).
      Could you extrait them for me?

      Thanks

      Don

       
    • Don HO

      Don HO - 2004-04-23

      I added the keywords of php5 in the release of version 2.0. please tell me if it's not complete.

      Don