Skip to main content

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

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


Back to the top