Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] DLTK Python

Hi Alex,

I see no logic in using common model for all project natures. If we
are talking about JVM scripting languages in the same application -
I'm not sure that Java elements should be indexed using DLTK (if I
guess your point correctly).

I've reopened the original bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=265803
I suggest discussing possible design there.

Thanks,

On Wed, Apr 1, 2009 at 8:42 PM, Alex Panchenko <alex@xxxxxxxxx> wrote:
> Hi Lothar, Michael,
>
> We are also interested in extending DLTK with multiple natures per project.
>
> But it requires a lot of design discussions, since it could be implemented in different ways. Basically, there are two cases:
> - shared model (e.g. several JVM scripting languages to be executed in the same application)
> - separate models (e.g. Ruby(or PHP :-) + javascript in a web project)
> If we apply these questions to different subsystems we would have different behavior for each of the DLTK subsystems.
>
> So, let's start designing this feature first.
>
> Regards,
> Alex
>
> ----- Original Message -----
> From: "Lothar Werzinger" <lothar@xxxxxxxxxxxxxx>
> To: "DLTK Developer Discussions" <dltk-dev@xxxxxxxxxxx>
> Sent: Wednesday, April 1, 2009 10:08:37 PM GMT +06:00 Almaty, Novosibirsk
> Subject: Re: [Dltk-dev] DLTK Python
>
> On Wednesday 01 April 2009, Michael Spector wrote:
>> Hi Lothar,
>>
>> We have talked at the EclipseCon, do you remember?
>
> Yes, I do. Thanks for all the tips.
>
>> 1. As for Python code completion, it's not implemented on the DLTK
>> side... There should be a ScriptCompletionEngine implementation. I
>> think it's a matter of 1 week to provide such an engine for Python. I
>> suggest you to look at the RubyCompletionEngine or
>> JavaScriptCompletionEngine, Python's completion engine should be
>> pretty much similar to those. And, of course, we'll appreciate if one
>> contribute it back to the Eclipse community .
>
> Thanks, I just wanted to check if someone else is working on Python, so that
> we could join forces.
>
>> 2. Regarding multiple natures - DLTK *must* provide this IMHO, and I'm
>> willing to help in development for resolving this issue.
>
> I am looking forward to DLTK supporting this feature.
>
> Thanks,
> Lothar
> --
> Lothar Werzinger Dipl.-Ing. Univ.
> Director of Technology
> Tradescape Inc. - Enabling Efficient Digital Marketplaces
> 1754 Technology Drive, Suite 128
> San Jose, CA 95110
> web: http://www.tradescape.biz
> _______________________________________________
> dltk-dev mailing list
> dltk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dltk-dev
> _______________________________________________
> dltk-dev mailing list
> dltk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dltk-dev
>



-- 
Best regards,
Michael


Back to the top