Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] [soc-dev] [GSoC] Templates weekly report

Hi,

This is the weekly report for the Template Editor project.

What the plan for this week was:

  • Test the editor to see if there are any remaining issues in syntax highlighting and / or the grammar.

  • Take a look at the auto-complete bugs. This are some problems with the way the editor auto-completes comments and quotes.

What has been done:

  • The grammar did not allow for strings to recognize template variables. (See bug [3] and change-set [4])
    e.g. in < System.out.println("${enclosing_type}"); > ${enclosing_type} should be recognized as a Template Variables and highlighted as such.

    This has been solved, and works properly. Template variables in strings are now recognized and highlighted accordingly.[5]

  • I've added more tests for the grammar and for the syntax highlighter.

  • I submitted a change set [2] that would fix bug [1]. This is now yet merged.

What the plan for next week is:

  • Keep working on bug [1] and change set [2] and add test cases for this changes.

  • Upgrade the project version from 0.2.0 to 0.3.0.
    With the latest changes in the syntax highlighting calculator and in the grammar, I think it's time the version gets an upgrade as well :-)

[1]:< https://bugs.eclipse.org/bugs/show_bug.cgi?id=431628 >
[2]:< https://git.eclipse.org/r/#/c/30283/ >
[3]:< https://bugs.eclipse.org/bugs/show_bug.cgi?id=439768 >
[4]:< https://git.eclipse.org/r/#/c/30049/ >
[5]:​






Back to the top