Re: [pdt-dev] fix .gitignore

2012-09-07 Thread Alexey Panchenko
For most of the plugins it is enough to have just 2 lines in .gitignore: /bin/ /target/ Regards, Alex On Fri, Sep 7, 2012 at 5:47 PM, Martin Eisengardt < martin.eisenga...@gmail.com> wrote: > I will provide a patch in some hours. :-) > > On Fri, Sep 7, 2012 at 12:44 PM, Jacek Pospychała wrote:

[pdt-dev] Heads-up: ArchiveFolder.getElementInfo(monitor) overridden method removed

2012-11-29 Thread Alexey Panchenko
Hi PDT Developers, I've just removed that method, as it suddenly started to cause NPE in tests. http://git.eclipse.org/c/dltk/org.eclipse.dltk.core.git/commit/?id=32db5fb02f9d16a5011bfdd2d541a13e49b89fb7 Those lines were added in the following commit: http://git.eclipse.org/c/dltk/org.eclipse.dl

Re: [pdt-dev] Separate builds for Kepler and Juno

2013-01-03 Thread Alexey Panchenko
Hi, You need nightly build of DLTK, at the moment available only from https://hudson.eclipse.org/hudson/job/dltk-nightly/ Regards, Alex On Thu, Jan 3, 2013 at 5:31 PM, Robert Gründler wrote: > Alright thanks. > > I've tried the Kepler build now, and it seems contentassist is broken > (stack tr

Re: [pdt-dev] Develope pdt extension

2013-02-07 Thread Alexey Panchenko
As I remember, I dropped "IBuildpathEntry.isContainerEntry()" method today. It was kind of redundant. Regards, Alex On Fri, Feb 8, 2013 at 1:09 AM, Dawid Pakuła wrote: > Czesc ;) > > Sorry for my english and thank you for your reply. > I want (have to) write some tests for pdt-eg Core-Plugin

Re: [pdt-dev] Eclipse 4.3M6 + PDT Nightly - Broken Autocomplete.

2013-03-31 Thread Alexey Panchenko
Why do you think branch is needed? Regards, Alex On Apr 1, 2013 9:15 AM, "赵忠伟" wrote: > But I think you still need several days,maybe we need create a branch for > the DLTK latest code,I have fixed the issue on my machine,but did not > commit it yet. > > On Mon, Apr 1, 2013 at 9:57 AM, Tomasz Ra

Re: [pdt-dev] Eclipse 4.3M6 + PDT Nightly - Broken Autocomplete.

2013-04-02 Thread Alexey Panchenko
fix soon. > > > On Mon, Apr 1, 2013 at 10:18 AM, Alexey Panchenko < > alex.panche...@gmail.com> wrote: > >> Why do you think branch is needed? >> >> Regards, >> Alex >> On Apr 1, 2013 9:15 AM, "赵忠伟" wrote: >> >>> But I think you

Re: [pdt-dev] Eclipse RC3 - Autocomplete

2013-06-18 Thread Alexey Panchenko
Hi Tomasz, Is there anything reported in the error log? Regards, Alex On Tue, Jun 18, 2013 at 9:44 PM, Tomasz Rakowski wrote: > Hi, > > I've just installed the current version of Eclipse Kepler (4.3) RC3 and I > installed the PDT extension from the "default" source (whatever RC3 > suggests),

Re: [pdt-dev] Eclipse RC3 - Autocomplete

2013-06-18 Thread Alexey Panchenko
; > > > On Tue, Jun 18, 2013 at 5:09 PM, Marek Maksimczyk > wrote: > > On 18.06.2013 17:01, Tomasz Rakowski wrote: > >> > >> It's a clean pdt. Other than pdt, there is egit and subversive. > >> > > > > It's strange, maybe as said Ale

[pdt-dev] H2Cache questions

2013-10-19 Thread Alexey Panchenko
Hi PDT-team, I have some questions regarding this class http://git.eclipse.org/c/dltk/org.eclipse.dltk.core.git/log/core/plugins/org.eclipse.dltk.core.index.sql.h2/src/org/eclipse/dltk/internal/core/index/sql/h2/H2Cache.java which was contributed some time ago by Michael and committed by Roy. A

Re: [pdt-dev] H2Cache questions

2013-10-22 Thread Alexey Panchenko
the idea in my todo list for performance optimizations is indeed >> to try removing the H2Cache and measure the impact. Unfortunately, I was >> distracted from the performance topic with other things, but I hope I'll be >> back on it very soon. >> >> Greetings, >&g

Re: [pdt-dev] Two AST models and parsers

2013-11-15 Thread Alexey Panchenko
Actually, JDT also uses 2 ASTs :) One is used in indexing/search/model building etc - the so called compiler AST. It uses less resources, so can be created faster. The other one supports rewrite, so it uses more resources because of that and is used mostly for refactorings. Regards, Alex On Sat,

Re: [pdt-dev] Static latest repository for stable and nightly releases

2014-11-20 Thread Alexey Panchenko
Hi, For DLTK-nightly it should be possible to link https://hudson.eclipse.org/dltk/job/dltk-nightly/lastSuccessfulBuild/artifact/org.eclipse.dltk.releng/build/update.site/target/site/ Regards, Alex On Fri, Nov 21, 2014 at 2:47 AM, Kaloyan Raev wrote: > Dawid, > > Do you mean you want to aggre