Re: [Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-27 Thread Mahendra Thennakoon
Hi Ramindu,

Thank you for the references. I will go through them and come up with a way
to create a similar syntax highlighter for Siddhi QL.

Best regards.

On Mon, Feb 27, 2017 at 1:51 PM, Ramindu De Silva  wrote:

> Hi Mahendra,
>
> Your approach is correct. It'll be useful if you try to understand Siddhi
> grammar[1] and Siddhi QL[2] and try to implement the syntax highlighting
> accordingly.
>
> [1] https://github.com/wso2/siddhi/blob/master/modules/
> siddhi-query-compiler/src/main/antlr4/org/wso2/siddhi/
> query/compiler/SiddhiQL.g4
> [2] https://docs.wso2.com/display/CEP420/SiddhiQL+Guide+3.1
>
> Best regards,
>
> On Mon, Feb 27, 2017 at 12:16 PM, Nirmal Fernando  wrote:
>
>> [Looping the mentors]
>>
>> On Mon, Feb 27, 2017 at 11:51 AM, Mahendra Thennakoon <
>> mahendrathennak...@gmail.com> wrote:
>>
>>> Hi Ramindu, Suho,
>>>
>>> I created an Atom package 'language-javascript-alt'[1] that can
>>> highlight a select set of Javascript syntax.
>>>
>>> [image: Inline image 1]
>>>
>>> [image: Inline image 2]
>>>
>>> I used the TextMate documentation for Language Grammars[2] and MDN
>>> reference on Javascript lexical grammar[3] for my reference. Any feedback
>>> is greatly appreciated.
>>>
>>> Thank you.
>>>
>>> [1]: https://github.com/MahendraTennakoon/language-javascript-alt
>>> [2]: http://manual.macromates.com/en/language_grammars.html
>>> [3]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
>>> /Reference/Lexical_grammar
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> Thanks & regards,
>> Nirmal
>>
>> Technical Lead - Analytics Team, WSO2 Inc.
>> Mobile: +94715779733 <+94%2071%20577%209733>
>> Blog: http://nirmalfdo.blogspot.com/
>>
>>
>>
>
>
> --
> *Ramindu De Silva*
> Software Engineer
> WSO2 Inc.: http://wso2.com
> lean.enterprise.middleware
>
> email: ramin...@wso2.com 
> mob: +94 772339350
> mob: +94 719678895
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-27 Thread Ramindu De Silva
Hi Mahendra,

Your approach is correct. It'll be useful if you try to understand Siddhi
grammar[1] and Siddhi QL[2] and try to implement the syntax highlighting
accordingly.

[1]
https://github.com/wso2/siddhi/blob/master/modules/siddhi-query-compiler/src/main/antlr4/org/wso2/siddhi/query/compiler/SiddhiQL.g4
[2] https://docs.wso2.com/display/CEP420/SiddhiQL+Guide+3.1

Best regards,

On Mon, Feb 27, 2017 at 12:16 PM, Nirmal Fernando  wrote:

> [Looping the mentors]
>
> On Mon, Feb 27, 2017 at 11:51 AM, Mahendra Thennakoon <
> mahendrathennak...@gmail.com> wrote:
>
>> Hi Ramindu, Suho,
>>
>> I created an Atom package 'language-javascript-alt'[1] that can highlight
>> a select set of Javascript syntax.
>>
>> [image: Inline image 1]
>>
>> [image: Inline image 2]
>>
>> I used the TextMate documentation for Language Grammars[2] and MDN
>> reference on Javascript lexical grammar[3] for my reference. Any feedback
>> is greatly appreciated.
>>
>> Thank you.
>>
>> [1]: https://github.com/MahendraTennakoon/language-javascript-alt
>> [2]: http://manual.macromates.com/en/language_grammars.html
>> [3]: https://developer.mozilla.org/en-US/docs/Web/JavaScript
>> /Reference/Lexical_grammar
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> Thanks & regards,
> Nirmal
>
> Technical Lead - Analytics Team, WSO2 Inc.
> Mobile: +94715779733 <+94%2071%20577%209733>
> Blog: http://nirmalfdo.blogspot.com/
>
>
>


-- 
*Ramindu De Silva*
Software Engineer
WSO2 Inc.: http://wso2.com
lean.enterprise.middleware

email: ramin...@wso2.com 
mob: +94 772339350
mob: +94 719678895
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-26 Thread Nirmal Fernando
[Looping the mentors]

On Mon, Feb 27, 2017 at 11:51 AM, Mahendra Thennakoon <
mahendrathennak...@gmail.com> wrote:

> Hi Ramindu, Suho,
>
> I created an Atom package 'language-javascript-alt'[1] that can highlight
> a select set of Javascript syntax.
>
> [image: Inline image 1]
>
> [image: Inline image 2]
>
> I used the TextMate documentation for Language Grammars[2] and MDN
> reference on Javascript lexical grammar[3] for my reference. Any feedback
> is greatly appreciated.
>
> Thank you.
>
> [1]: https://github.com/MahendraTennakoon/language-javascript-alt
> [2]: http://manual.macromates.com/en/language_grammars.html
> [3]: https://developer.mozilla.org/en-US/docs/Web/
> JavaScript/Reference/Lexical_grammar
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Thanks & regards,
Nirmal

Technical Lead - Analytics Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-26 Thread Mahendra Thennakoon
Hi Ramindu, Suho,

I created an Atom package 'language-javascript-alt'[1] that can highlight a
select set of Javascript syntax.

[image: Inline image 1]

[image: Inline image 2]

I used the TextMate documentation for Language Grammars[2] and MDN
reference on Javascript lexical grammar[3] for my reference. Any feedback
is greatly appreciated.

Thank you.

[1]: https://github.com/MahendraTennakoon/language-javascript-alt
[2]: http://manual.macromates.com/en/language_grammars.html
[3]:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-19 Thread Ramindu De Silva
Hi Mahendra,

As for the starting point, you can check how to create a simple plugin for
atom. Maybe syntax highlighting or providing suggestions or parsing a
language. This will require you to check the developing environment for
atom. And how to build the package structure and how to install on atom.
You can get an idea by looking at several language plugins such as
language-java, autocomplete-java or somewhat simple language.

Best Regards,

On Sun, Feb 19, 2017 at 11:53 PM, Tharindu Edirisinghe 
wrote:

> Hi Mahendra,
>
> We are glad to see your interest on doing GSoc with WSO2. I have added
> Suho and Ramindu here who would be mentoring the project, so that they will
> provide more information and guide you for applying for the project.
>
> Best Regards,
> Tharindu Edirisinghe
>
> On Sun, Feb 19, 2017 at 11:45 PM, Mahendra Thennakoon <
> mahendrathennak...@gmail.com> wrote:
>
>> Hi all,
>>
>> I'm Mahendra Tennakoon, a 3rd-year undergraduate student from Sri Lanka
>> Institute of Information Technology (SLIIT). I'm interested in implementing
>> the "Atom plugin for Siddhi" which is a WSO2 project proposal for Google
>> Summer of Code 2017 as mentioned here
>> .
>> I'm familiar with Javascript and I have used Atom editor for a few projects
>> as well. I would be extremely grateful to hear from someone who can provide
>> more information on this project and some guidance on getting started.
>>
>> Thank you.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> Tharindu Edirisinghe
> Senior Software Engineer | WSO2 Inc
> Platform Security Team
> Blog : http://securityinternal.com
> mobile : +94 775181586 <+94%2077%20518%201586>
>



-- 
*Ramindu De Silva*
Software Engineer
WSO2 Inc.: http://wso2.com
lean.enterprise.middleware

email: ramin...@wso2.com 
mob: +94 772339350
mob: +94 719678895
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] GSOC 2017 - Atom Plugin for Siddhi

2017-02-19 Thread Mahendra Thennakoon
Hi all,

I'm Mahendra Tennakoon, a 3rd-year undergraduate student from Sri Lanka
Institute of Information Technology (SLIIT). I'm interested in implementing
the "Atom plugin for Siddhi" which is a WSO2 project proposal for Google
Summer of Code 2017 as mentioned here
.
I'm familiar with Javascript and I have used Atom editor for a few projects
as well. I would be extremely grateful to hear from someone who can provide
more information on this project and some guidance on getting started.

Thank you.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev