17 feb. 2010 : PHP-GTK Application descriptions can now be submitted in Brazilian Portuguese too. Thanks Bruno Bandeira !.
German and Italian still missing: who will contribute the translated categories for these languages ? Contact the team to offer your translations !
Enabling PHP-GTK2 code completion in Eclipse PDT for a project is very simple. The following example is given on Windows, but the steps should be the same on any supported platform:
Gtk_Dumper.php extractor as described on the previous page, and save the generated skeleton file to some stable directory, say e:\src\php\php-gtk\stubs-2.0.1.php for code completion on the PHP-GTK 2.0.1 version.Note that code completion in Eclipse PDT shows:
Gtk::BUILDER_ERROR_*)/* or NULL */) on optional method parametersIt also depends on the tuning you could have done in your eclipse.ini file. In all cases, raising the-Xmsand-Xmxsettings to a reasonable amount should cut off most theOutOfMemoryException. You might also want to raise the-XX:PermSizeand-XX:MaxPermSizesettings to a higher amount than default one. You can also activate the-Dide.gc=trueoptions if you are funky. I currently use this settings, and it works really fine:
--launcher.XXMaxPermSize 256m -vmargs -Dosgi.requiredJavaVersion=1.5 -XX:PermSize=256m -XX:MaxPermSize=256m -Xms512m -Xmx512m -Dide.gc=true
Recent comments
2 weeks 5 days ago
2 weeks 6 days ago
3 weeks 5 hours ago
4 weeks 1 day ago
5 weeks 3 days ago
5 weeks 6 days ago
13 weeks 1 hour ago
25 weeks 7 hours ago
30 weeks 6 days ago
32 weeks 4 days ago