[Dev] GSoC 2017 Project proposal 6: Eclipse plugin for Siddhi

2017-03-06 Thread Udeshika Sewwandi
Hi, I am Udeshika Sewwandi, a final year undergraduate of Department of Computer Science and Engineering of University of Moratuwa. I am interested with the GSoC 2017 Proposal 6: "Eclipse plugin for Siddhi" .I'm going through the references provided for the project and can you please direct me to t

[Dev] GSoC 2017 Project Proposal 6: Eclipse Plugin for Siddhi

2017-03-06 Thread Udeshika Sewwandi
Hi, I am Udeshika Sewwandi, a final year undergraduate of Department of Computer Science and Engineering of University of Moratuwa. I am interested with the GSoC 2017 Proposal 6: "Eclipse plugin for Siddhi" .I'm going through the references provided for the project and can you please direct me to t

Re: [Dev] GSoC 2017 Project proposal 6: Eclipse plugin for Siddhi

2017-03-06 Thread Nirmal Fernando
Hi Udeshika, Thanks for your interest in this project. Suho (CCied) and I will be your mentors. You can start familiarizing yourself with Siddhi and Eclipse plugin development. Let us know if you have any specific questions. On Mon, Mar 6, 2017 at 11:20 AM, Udeshika Sewwandi < sewwandikaus...@cse

Re: [Dev] GSoC 2017 Project proposal 6: Eclipse plugin for Siddhi

2017-03-06 Thread Sriskandarajah Suhothayan
We need an editor that supports Siddhi grammar https://github.com/wso2/siddhi/blob/master/modules/siddhi-query-compiler/src/main/antlr4/org/wso2/siddhi/query/compiler/SiddhiQL.g4 Can start with a PoC on implementing an editor with syntax highlighting and auto-completion not necessary for Siddhi bu

Re: [Dev] GSoC 2017 Project proposal 6: Eclipse plugin for Siddhi

2017-03-08 Thread Udeshika Sewwandi
Hi, I have gone through almost all the references given. I found that instead of antlr we can use Xtext framework [1] which has features for Eclipse also. Currently I am following the references given in [2],[3] to get familiarize with editor plugins for Eclipse. Is there any eclipse version that n

Re: [Dev] GSoC 2017 Project proposal 6: Eclipse plugin for Siddhi

2017-03-12 Thread Udeshika Sewwandi
Hi, For the project can I use Antlr 4 IDE in Eclipse which is built on Xtext ? >From that an Antlr 4 project can be created and grammar file,lexer and parser are generated automatically. If not through command line the same lexer and parser can be generated using the grammar file and can be importe

Re: [Dev] GSoC 2017 Project proposal 6: Eclipse plugin for Siddhi

2017-03-13 Thread Sriskandarajah Suhothayan
We can do this but this will take a lot of effort in implementing Antlr to Xtext which will be a bit of a work and may be a bit hard to maintain. +1 If no other options. Regards Suho On Mon, Mar 13, 2017 at 10:38 AM, Udeshika Sewwandi < sewwandikaus...@cse.mrt.ac.lk> wrote: > Hi, > For the proje

Re: [Dev] GSoC 2017 Project proposal 6: Eclipse plugin for Siddhi

2017-03-14 Thread Udeshika Sewwandi
Hi, I have skipped the path with Xtext. I have already started implementing using Antlr and I am on implementing the PoC for syntax highlighting and content assistance(auto completion) for a sample grammar file based on simple maths expressions for now. I will update about it in the near future. Th

Re: [Dev] GSoC 2017 Project proposal 6: Eclipse plugin for Siddhi

2017-03-14 Thread Sriskandarajah Suhothayan
Ack. On Tue, Mar 14, 2017 at 5:14 PM, Udeshika Sewwandi < sewwandikaus...@cse.mrt.ac.lk> wrote: > Hi, > I have skipped the path with Xtext. I have already started implementing > using Antlr and I am on implementing the PoC for syntax highlighting and > content assistance(auto completion) for a sa