News Feed
Jobs Feed
Sections




News Archive
PHP-GTK Community Site:
Using GtkSourceview to build a php editor with syntax highlighting
December 19, 2006 @ 08:34:00

There's a new tutorial posted on the PHP-GTK Community site today - a quick one showing how to use GtkSourceview to create a simple PHP editor with syntax highlighting.

This widget is nearly usable as a real php-gtk IDE. It extends GtkSourceView widget and internally manages both a text buffer and language object classes.

They provide the code, but not too much in the way of explanation for it. Thankfully, most of it is pretty straight-forward. There are a few things that the script has to manage to make the it work - a text buffer for the data, a viewer (window), and the syntax highlighting component. For the view, there are a few handy functions already built in so you won't have to create them - undos, the syntax highlighting, line numbering, markers, and bracket highlighting.

0 comments voice your opinion now!
gtksourceview editor syntax highlight undo marker bracket gtksourceview editor syntax highlight undo marker bracket


blog comments powered by Disqus

Similar Posts

Debuggable Blog: Better array syntax for PHP: Here's your chance to weigh in

Clay Loveless' Blog: PHP MimeViewer for Trac

Bjarte Karlsen's Blog: My vim setup for editing php files

Stoyan Stefanov's Blog: JS/PHP string concatenation mistype

NetTuts.com: Pro Workflow in Laravel and Sublime Text


Community Events











Don't see your event here?
Let us know!


example tool conference interview opinion testing series zendframework2 functional development podcast object composer unittest code framework language release community introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework