Re: [PHP] Re: PHP 4.1.0 patch for Quanta IDE, The Sequel

2001-12-20 Thread Mike Eheler
"); Print_R(GET_defined_VaRs()); sPrinTF('%s',''); ?> Variable names are the *only* exception. So yes, $var != $Var; And variable names are not syntax highlighted specifically (other than the fact that variables are highlighted). So by case-sensitizing keyword and function references, that is

Re: [PHP] Re: PHP 4.1.0 patch for Quanta IDE, The Sequel

2001-12-20 Thread Jack Dempsey
really? seems sensitive to me... Mike Eheler wrote: > Cool, however PHP is not case sensitive, nor is ASP or HTML for that > matter, therefore case sensitive syntax highlighting will not be good > for these languages. > > Mike > > J Smith wrote: > > > I sumbitted a similar patch to the Quanta