Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] [GSOC 2013] SnipEditor-Weekly Report

Hello,
The weekly report for the snip-editor project:
What i planned to do:
->solve the test integration issue
 ->solve remaining grammar-related error
 -> solve the remaining grammar issues (there are name collisions between declarations, e.g.: if you write ${f} the editor will force you to write ${freeName(...)}.)
What was accomplished:
-> tests are integrated in the build
-> the grammar has no more issues, it supports the JFace template syntax. This can be seen in the tests cases provided as .cSnip files. 
-> The editor supports Java type references(offering code completion). The types must be specified in the include section in order to be used. There are no quick fixes yet :-).
What the plan for next week is:
-> include code completion for java methods
->  make the editor aware of elements declared inside the method bodies. Currently, it is only aware of elements declared inside the class body(attributes and methods). Also i'd like to extend this awareness to the whole file, s.t. it will recognize declared attributes and methods not only if they are in the body of a class (as it can be seen in most of the snippets).

Best Regards, Stefan.

project repository: https://github.com/stefanprisca/SnipEditor_MavenBuild
update site: https://github.com/stefanprisca/SnipEditor_UpdateSite



Back to the top