Re: [gedit-list] Syntax Coloring
- From: Paolo Borelli <pborelli katamail com>
- To: Jeremy Swinborne <jeremy swinborne com>
- Cc: gedit-list gnome org
- Subject: Re: [gedit-list] Syntax Coloring
- Date: Fri, 25 Aug 2006 15:07:58 +0200
Jeremy Swinborne wrote:
Hi,
I am interested in adding to the functionality of the syntax coloring
capabilities for PHP. I have yet to find a program in the linux world that
is as flexible as Macromedia Homesite. I am interested in helping the php
syntax coloring identify and color all offical PHP functions and I am
interested in helping gedit to highlight HTML in php files properly. It
drives me nuts that I may have a piece of code like follows:
<? $foo = 'fish sticks'; ?>
<html>
<body>
<? echo $foo; ?>
<body>
</html>
and the only coloring that occurs is in the <? ?>. Why should scripting
languages like PHP and the like handle coloring HTML in a php file?
So my question to you is, how can I get started in helping with this? Most
of my background is in OO PHP for the past 5 years. But I have worked in C
and C++ in the past. Where would you suggest I start? Should I look into
writing this as a plugin?
Syntax highlighting is implemented in gtksourceview (a library which
gedit uses).
Currently gtksourceview doesn't properly handle two kind of syntax in
the same file like php-in-html etc, but there is work being done to
address that.
ciao
Paolo
Cheers,
Jeremy
_______________________________________________
gedit-list mailing list
gedit-list gnome org
http://mail.gnome.org/mailman/listinfo/gedit-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]