Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Need Some help to run some code

Thanks Andrei, for your fast answer. Well I have not developed any plugin of any work for eclipse so this is my first try but now I have to and I like to start from the begining understanding all I can. So I think my work could help a lot to others who needs to work on project like mine.
So my first question was this
¿What is the most basic structure of a DLTK based editor or plugin? I mean if I just create a "YmlPlugin.java" and "YmlLanguageToolkit.java" classes in a plugin project, that could be consider as the most basic example?? and how can I test it. what should I expect?

That is the beginin, I think that is the best way to introduce the DLTK project (like "hello world") If you give some introduction about what does, in a general way, the class AbstractLanguageToolkit, and some methods of this class.

I reccomend this way 'cause at work I develop using symfony(php framework)  and its documentation are well defined. they have a book like a process from beginer to profesional, it's so easy and I want to contribute to dltk using this process.
I'm sure this will work and we'll create a great documentation, also this way the comments for the clases (the javadoc way) can be create in each iteration.

So dont worry to document what we are gonna do. I will document as much as I can fron now on. This will be as a life cycle of a editor project using DLTK

So now i think i'll create a blog to write down all I'm doing. Tell me what do you think? or better what this community thinks about it?



On 11/15/07, Andrei Sobolev <andrei.sobolev@xxxxxxxxx> wrote:
Hi Leonardo,
...
I also suppose that it will be interesting if you could send questions
about each chapter. So after a new version of tutorial will be done, we
are going to create F.A.Q (Frequently Asked Questions) section.

Best regards,
Andrei.


Back to the top