Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [handly-dev] More advanced example

Hi Ondrej,
 
Really appreciate your response! Great to know the proposal has the backing of Handly adopters.
 
And thank you for the help offering, much appreciated. I'm still at a very early stage now, but a bit later I think there will be opportunities to contribute if you like :-) I expect a lot of fun going forward!
 
I'm reluctant to push to the project's Eclipse repository right now, since I may still need to rewrite commit history. But I will periodically push to handly-playground, so you can watch the intermediate results:
 
https://github.com/pisv/handly-playground/tree/javamodel
 
Best regards,
Vladimir
 
 
Hi all,

I'm a bit late with response, but wanted to say I support that idea. The good thing is that adopters are already familiar with Java language, Java project structure and classpath concept, so one can fully focus on Handly-specific stuff.

Vladimir, tell me if there's anything I can help with.

Regards,

Ondrej

On 5. 2. 2015 8:44:56, Vladimir Piskarev <pisv@xxxxx> wrote:

Thanks Vlad!
 
Since there was no opposition to the proposal so far, I have started implementing it.
 
 
-Vladimir
 
 
Hi!

This looks great.

Unfortunately I have been diverted to other tasks, but I think I will be back soon.

regards,
Vlad


On Mon, Feb 2, 2015 at 8:19 AM, Vladimir Piskarev <pisv@xxxxx> wrote:
Hi,
 
A more advanced example is in the plan for Handly 0.3.
 
Such an example should demonstrate how to implement some of the more advanced features with Handly and, ideally, spur further Handly adoption.
 
In particular, the following requirements for the example have been gathered via the project's forum [1]:
 
* "Real-world" (The existing Basic Example has been deliberately greatly contrived)
* Demonstrate how to deal with a classpath-like concept (e.g. source folders)
* Exemplify model integration with a custom text editor (i.e. non-Xtext)
 
Also, it should demonstrate the new UI features of Handly 0.3: outline, quick outline, working set support.
 
Taking all that into account, I'm currently inclining to this option:
 
* Example model for Java, complete with an example Java editor and an example Package Explorer.
 
I believe it can exemplify all the features mentioned above and is sufficiently "real-world" (despite inevitable simplifications vs. the full-fledged JDT implementation, particularly in the UI: after all, the example should remain comprehensible and stay focused on the model implementation with Handly, rather than on the "richness" of the editor and navigator, so both of them will be greatly contrived).
 
Besides, adopters already know Java (and probably JDT internals too), so it sounds like a useful "common ground". Also, JDT already provides important services (like parsing) that can be used by the example.
 
I'd like to emphasize that we are not talking about "an attempt at implementing the full-fledged (i.e. on par with JDT's) Java model with Handly"; that's not a goal of this work. The example should be "as simple as possible, but not simpler" to demonstrate use cases deemed important for Handly adopters; it will be necessarily somewhat contrived. Java is chosen simply for pragmatic reasons stated above.
 
Please let me know if there are any questions or comments regarding this proposal, or if you have alternative proposals. Your input is most welcome!

_______________________________________________
handly-dev mailing list
handly-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/handly-dev


Back to the top