Re: [pdt-dev] Migrating to Git

2012-07-06 Thread Robert Gruendler
Hi, thanks for the info. The main reason i was asking is because i was unsure if the cvs tree i'm using is still being used. Migrating it together with switching to maven/tycho absolutely makes sense! regards -robert On 7/6/12 14:52 , Jacek Pospycha?a wrote: One thing that's holding us

[pdt-dev] ModelException when calling newSuperTypeHierarchy() during indexing

2011-11-14 Thread Robert Gruendler
Hi, i'm still trying to figure out how to get a complete supertype hierarchy during indexing of a PHP class. Here's a simple PHPIndexingVisitorExtension that produces the exception: public class TestIndexingVisitorExtension extends PhpIndexingVisitorExtension { @Override public

[pdt-dev] Execute PHP Script from extension

2011-11-04 Thread Robert Gruendler
Hi all, is it possible to execute a PHP Script from the workspace in the background and get the output of the script? regards -robert ___ pdt-dev mailing list pdt-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/pdt-dev

[pdt-dev] Generate PHP code

2011-09-16 Thread Robert Gruendler
Hi, i'm wondering what's the best way to generate PHP code from within a PDT extension. Is it possible to manually create an AST and dump it to a file somewhere? Or should i simply use template files and fill them with variables? cheers -robert

[pdt-dev] Install latest nightly from hudson

2011-09-10 Thread Robert Gruendler
Hi, until recently the nightly PDT builds were available via the hudson CI tool at https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-indigo/. Every build produced an artifact named something like pdt-Update-N[TIMESTAMP].zip It looks like the structure of the build system has been changed,

Re: [pdt-dev] PDT 2.2 Project Plan

2010-03-22 Thread Robert Gruendler
same here. although i really support the project and appreciate the help one receives as a developer on this list, the end-user information could be enhanced. For example it's a bit confusing that the current development version is presented as the first option in the installation wiki,

Re: [pdt-dev] No code assistance for PHP Language Library

2010-03-03 Thread Robert Gruendler
...@eclipse.org [mailto:pdt-dev-boun...@eclipse.org] On Behalf Of Robert Gruendler Sent: Wednesday, March 03, 2010 2:08 PM To: PDT Developers Subject: [pdt-dev] No code assistance for PHP Language Library Hi all, i don't get any code assistance for the php language library in php projects

Re: [pdt-dev] No code assistance for PHP Language Library

2010-03-03 Thread Robert Gruendler
: RE: [pdt-dev] No code assistance for PHP Language Library Hi Robert, Can you share your .settings folder, .buildpath and .project files? Best regards, Roy From: pdt-dev-boun...@eclipse.org [mailto:pdt-dev-boun...@eclipse.org] On Behalf Of Robert Gruendler Sent: Wednesday, March 03, 2010

Re: [pdt-dev] No code assistance for PHP Language Library

2010-03-03 Thread Robert Gruendler
); The elements Array is empty, so the indexer field is null. regards -robert On Mar 3, 2010, at 10:10 PM, Robert Gruendler wrote: i was looking at the .log file of the workspace which doesn't have code assistance, and i'm getting this exception everytime i trigger code assistance: !MESSAGE PHPCore

Re: [pdt-dev] Extending the project wizard

2010-03-01 Thread Robert Gruendler
: Robert Gruendler rob...@dubture.com To: PDT Developers pdt-dev@eclipse.org Sent: Thursday, February 25, 2010 2:31:37 AM GMT +06:00 Almaty, Novosibirsk Subject: Re: [pdt-dev] Extending the project wizard Hi Alex, is the refactoring regarding the ProjectWizard done ? thanks! -robert

Re: [pdt-dev] Newbie question: asking for help to get a PDT development environment setup

2010-02-25 Thread Robert Gruendler
I've checked out the latest cvs version, but i get a couple of build errors: IStructuredTextFoldingProvider cannot be resolved to a type StructuredTextFoldingProviderPHP.java /org.eclipse.php.ui/src/org/eclipse/php/internal/ui/folding line 62 Java Problem It seems the import

[pdt-dev] Unable to open editor

2010-02-14 Thread Robert Gruendler
Hi all, i'm using pdt 2.2 and dltk 2.0 in eclipse 3.5. After updating dltk to the latest version, i cannot open php editors anymore. I've filed a bug report with the full stack trace here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=302801 Should the current pdt version from

Re: [pdt-dev] How to add code-completion for PHP Framework

2009-10-29 Thread Robert Gruendler
Hi again, one more question regarding code completion extensions: Some framework classes use components, which are declared in a class variable, like this: $components = array('Foo', 'Bar'); After declaring those components, the fields 'Foo' and 'Bar', are accessible via $this-Foo and

Re: [pdt-dev] add method to class

2009-07-06 Thread Robert Gruendler
...@eclipse.org [mailto:pdt-dev-boun...@eclipse.org] *On Behalf Of *Robert Gruendler *Sent:* Sunday, July 05, 2009 11:25 PM *To:* PDT Developers *Subject:* [pdt-dev] add method to class Hi all, could someone give me a hint how i can add a method to a class and make it visible in the editor