Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-08-20 Thread Tharindu Munasinghe
Hi Mentors, I have completed the autocompletion feature as per the discussion last time. Please find the implementation at [1] and the demo at [2]

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-08-03 Thread Sriskandarajah Suhothayan
Sure, we'll have a chat on this next Wednesday Suho On Mon, Aug 3, 2015 at 1:50 PM, Tharindu Munasinghe < munasinghethari...@gmail.com> wrote: > Hi Suho, > > As per the discussion last time , I have implemented the context aware > auto-completion feature with regular expression based approach.

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-08-03 Thread Tharindu Munasinghe
Hi Suho, As per the discussion last time , I have implemented the context aware auto-completion feature with regular expression based approach. Currently this supports - Syntax completions : For stream,table, function definition statements and query statements appropriately - Completio

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-07-15 Thread Sriskandarajah Suhothayan
any update one this? Whats the approach we are taking now On Mon, Jul 6, 2015 at 4:34 PM, Tharindu Munasinghe < munasinghethari...@gmail.com> wrote: > Yes , exactly they are not scalable models. There are several > implementations I found but many of them doesn't > provide context-sensitiveness

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-07-05 Thread Sriskandarajah Suhothayan
The both model you are progressing are not scalable, and error prone. If we make any change to the grammar then we have to also fix that in several places. Isn't there any other alternatives? Suho On Tue, Jun 30, 2015 at 4:59 AM, Tharindu Munasinghe < tharindu...@cse.mrt.ac.lk> wrote: > Hi Ment

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-06-30 Thread Tharindu Munasinghe
Hi Mentors, I have been working on the context-aware auto completion feature. There is a function called getExpectedTokensInCurrentRule() in Antlr4 API which returns the possible next tokens based on the current rule context. I have tried to use that function to get the possible tokens, but as I c

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-06-14 Thread Tharindu Munasinghe
Hi Mentors, I have almost completed the implementation of syntax and semantic error highlighting mechanism. Now the errors are listed in appropriate lines while user is writing the query . Number of server calls are reduced significantly , but still more optimizations can be done on this. This we

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-06-10 Thread Tharindu Munasinghe
Hi Suho, *Weekly Progress Update* I have been working on syntax and semantic error highlighting mechanism. Client side syntax checking is almost completed and I managed to integrate new editor with CEP 4.0 .Once there are no syntax errors , the query will be submitted to the server side Siddhi c

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-06-03 Thread Sriskandarajah Suhothayan
Thanks for the update, yes keep us posted Suho On Wed, Jun 3, 2015 at 9:26 AM, Tharindu Munasinghe < tharindu...@cse.mrt.ac.lk> wrote: > Hi Suho > > I am working on the client side syntax checker (improving the error > messages) and integrating the new editor with CEP. As soon as I > complete th

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-06-03 Thread Tharindu Munasinghe
Hi Suho I am working on the client side syntax checker (improving the error messages) and integrating the new editor with CEP. As soon as I complete them I will review the work with you before sending PRs . Sorry for delay in updating the progress. I will update you frequently from now onward. T

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-06-02 Thread Sriskandarajah Suhothayan
Hi Tharindu Your work looks good, do you have any updates ? Suho On Sun, May 24, 2015 at 9:54 AM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: > > > On Wed, May 20, 2015 at 2:27 AM, Tharindu Munasinghe < > tharindu...@cse.mrt.ac.lk> wrote: > >> Hi Mentors, >> > > Hi Tharindu, > > >>

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-05-24 Thread Mohanadarshan Vivekanandalingam
On Wed, May 20, 2015 at 2:27 AM, Tharindu Munasinghe < tharindu...@cse.mrt.ac.lk> wrote: > Hi Mentors, > Hi Tharindu, > > I have started the initial implementation of client-side features like > syntax highlighting , code completion and code-snippets. I have tried both > ACE editor as well as C

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-05-19 Thread Tharindu Munasinghe
Hi Mentors, I have started the initial implementation of client-side features like syntax highlighting , code completion and code-snippets. I have tried both ACE editor as well as Code-mirror libraries but according to my observation, ACE editor can easily be customized for domain specific languag

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-05-06 Thread Tharindu Munasinghe
Thanks Srinath! I had a quick discussion with Suho last week. He gave me the initial work flow and priorities of the features listed in the proposal. I am currently testing Antr4,Code-mirror and Ace libraries for the implementation purposes. Built the CEP 4.0 and have been getting familiar with S

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-05-04 Thread Srinath Perera
Tharindu, congratulations on the proposal! Shall we meet and discuss sometime this or the following week? On Wed, Apr 29, 2015 at 2:46 PM, Tharindu Munasinghe < tharindu...@cse.mrt.ac.lk> wrote: > Hi Mentors, > > First of all thanks for selecting my proposal on $subject . I am > planing to comp

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-04-29 Thread Tharindu Munasinghe
Hi Mentors, First of all thanks for selecting my proposal on $subject . I am planing to complete most of the basic implementations before the official Gsoc starting date (May 25) . Before that I would like to have a review for the design decisions included in the proposal. It would be great if yo

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-03-27 Thread Tharindu Munasinghe
Hi all, Attached here is the proposal I submitted for $subject . https://docs.google.com/a/cse.mrt.ac.lk/document/d/1Txl5uZbLYIX8slLR8F5kI8U0Se79tBgHxw2dA3hMIhI/edit# On 28 March 2015 at 00

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-03-03 Thread Tharindu Munasinghe
Hi all, Thanks Mohan for the quick response. Sure.. according to the currently available slots I have sent a calendar invitation for the discussion on $subject .Please find the invitation at 3.00 PM today and let me know the availability by then. Thanks, On Tue, Mar 3, 2015 at 10:47 PM, M

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-03-03 Thread Mohanadarshan Vivekanandalingam
On Tue, Mar 3, 2015 at 5:19 PM, Tharindu Munasinghe wrote: > Hi, > > Hi Tharindu, > I am Tharindu Munasinghe , an undergraduate from Department of Computer > Science and Engineering, University of Moratuwa .Currently I am an intern > at WSO2. > > I went through the GSoC proposal list and inter

[Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-03-03 Thread Tharindu Munasinghe
Hi, I am Tharindu Munasinghe , an undergraduate from Department of Computer Science and Engineering, University of Moratuwa .Currently I am an intern at WSO2. I went through the GSoC proposal list and interested in proposal [1]