Re: [PHP-GTK] Code completion in your PHP editor
by Marc Quinton other posts by this author
Mar 21 2007 11:41PM messages near this date
[PHP-GTK] Code completion in your PHP editor
|
[PHP-GTK] GtkCellRendererToggle trouble
On 3/22/07, Åukasz Wojciechowski <LukaszWojciechowski@[...].pl> wrote:
> Im using Eclipse PDT in my developer environment and I think that it
> would be great to have code completion for Gtk* classes.
>
> Maybe someone know how this can be accomplished in PDT? or generally: Is
> there php editor which offers code completion for Gtk* classes ?
- this is a feature available on Scintilla widget, but not on
SourceView widget.
- php-gtk port of Scintilla widget is not very stabilised and
SourceView widget has basic features (but not this one) and seem much
ready,
- I have been working on popup menu for GtkTextview and of course for
GtkSourceView ; code completion is working as expected ; there is a
little framework for that but need to be cleanup.
- I have also been working on a little php parser and I am able to
display a php source structure in a list ; again it need to be cleaned
up.
I can give acces to that code if needed.
Thread:
LukaszWojciechowski
Marc Quinton
|