News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Current status of PHP files support in Code::Blocks?

Started by rickg22, May 30, 2007, 07:07:31 PM

Previous topic - Next topic

rickg22

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.

dmoore

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 :)
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

MortenMacFly

Quote from: rickg22 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.
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]