Author Topic: Current status of PHP files support in Code::Blocks?  (Read 13949 times)

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
After a while of experimenting...
« Reply #15 on: June 01, 2007, 07:12:51 pm »
I've come to the conclusion that the PHP lexers must be deleted. The HTML Lexer *ALREADY* supports PHP (who would've guessed?), and the PHP lexer can't fold contained html.

The only necessary thing is to add php extensions to the html lexer. I'll do it tonight.

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Current status of PHP files support in Code::Blocks?
« Reply #16 on: June 01, 2007, 08:02:05 pm »
yes the warnings I read in the scintilla code to use the HTML lexer and not PHP lexer for PHP code should have been a giveaway :)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: After a while of experimenting...
« Reply #17 on: June 01, 2007, 08:04:54 pm »
I've come to the conclusion that the PHP lexers must be deleted. The HTML Lexer *ALREADY* supports PHP (who would've guessed?), and the PHP lexer can't fold contained html.
I guess this applies to the vbscript lexer then, too. Unless it's supposed to work with "plain" Visual Basic (VB, not VBS), too. Needs some testing, though...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ