Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Question regarding GSoC

ok,
it's been few days and I've got few more comments to the proposal:

could we start from syntax highlighting? if it starts working, we'll get such functionality like e.g. Vim - already enough to get noticed by users!
It will also help resolve smaller issues, like detecting php blocks. E.g. php file can have html, css, php, js mixed together. We want different highlighers to take their own blocks. (I guess that depends on Orion a lot)
Next - syntax validation and marking errors - this will give us some parser so it will set us for further work, e.g. on context assist, refactorings etc.

Implementation should be flexible, to easily change underlying mechanisms.
For example, let's launch highlighting service (http://www.eclipse.org/pdt/tools/highlighter) with simple text input, that just shows highlighting. (layer 1)
Next, add API (layer 2)
Next add API-Orion integration (layer 3)

With such config, it'll be easy to test layer 1 or switch different impls of layer 1 and we can work on it at the same time as layer 3 (which will require Orion team interaction).
Maybe even there's already highligher service, so we could avoid implementing layer 1? :-)



________________________________________
From: pdt-dev-bounces@xxxxxxxxxxx [pdt-dev-bounces@xxxxxxxxxxx] on behalf of Wayne Beaton [wayne@xxxxxxxxxxx]
Sent: 06 April 2011 19:30
To: pdt-dev@xxxxxxxxxxx
Subject: Re: [pdt-dev] Question regarding GSoC

I just accepted your mentor request. You're good to go.

Wayne

On 04/06/2011 02:30 AM, Jacek Pospychała wrote:
> thanks Karol,
>
> I just requested to become a mentor and will add myself once I'm accepted.
>
> ________________________________________
> From: pdt-dev-bounces@xxxxxxxxxxx [pdt-dev-bounces@xxxxxxxxxxx] on behalf of Karol Gusak [karol@xxxxxxxx]
> Sent: 05 April 2011 20:09
> To: PDT Developers
> Subject: Re: [pdt-dev] Question regarding GSoC
>
> Hi again folks,
>
> sorry for double post, but one of the program administrators asked me
> to call for potential mentors of this idea to comment on the proposal
> in socghop webapp. Could you take a peek? I hope this link works:
>
> http://socghop.appspot.com/gsoc/proposal/review/google/gsoc2011/kgusak/1
>
> Regards,
> Karol
> _______________________________________________
> pdt-dev mailing list
> pdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pdt-dev
> _______________________________________________
> pdt-dev mailing list
> pdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pdt-dev
_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev


Back to the top