Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] JavaScript auto-completion

Hi,

my name is Martin and I am working on EASE auto-completion support as part of this year’s Google Summer of Code project.

My work focuses on _javascript_ since it currently is the most widely used EASE language. The project is split into two parts, the first being auto-completion for the live-shell while the second part will try to provide auto-completion for the _javascript_ editor. Depending on my progress and your responses it might be that I will also try to add auto-completion to the Jython shell. If you want further information you can check out my project proposal at [1].

Now that you know what my plan is I just want to give you a quick update on what i have been up to so far.
As some of you might know I am more of a Python guy (I added the Jython Debugging functionality as part of last year's GSOC) so this week I mostly did rapid prototyping to try and get some line analysis working. To correctly get the necessary information from a given code line is essential to both parts of my project so I am focusing my efforts in this direction. I am already able to get some information but the analysis is rather complicated/complex and still needs refinement. I hope to make good progress next week and will give you further updates soon.

That is all for now, have a nice Sunday.
Best regards,
Martin


[1] https://drive.google.com/file/d/0B0xjTmbYz1kPNlFNVWNzRGFsaE0/view?usp=sharing

Back to the top