Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] [gsoc] Weekly Status: Snippet Sharing Infrastructure

Hi,

this is the weekly status report for the GSoC 2014 project Snippet Sharing Infrastructure [1].

What I have done this week:
During the last week I finally fixed the "Search box in Model Repositories doesn't work anymore" bug [2].
The search works again now, but it takes much longer than expected to fix it. Since the common way of searching/filtering does not work anymore when using a lazy content provider the search has to be done in the data model.
But after all the search is faster than before (with only little ui freeze on windows :-( and without ui freeze on mac).

Beside of that I work on [5], "Snippet search preview should list description instead of tags" [3] and
"Snippet repository should be accessible when offline" [4]. The last one takes care of the issue that when you are using eclipse without an internet connection you aren't able to use snimatch (regardless if snippets are already downloaded before). My fix change this: When you are working offline the previously downloaded snippets are used.

What I have planned for the next week
:
The following week will still be used for testing Snipmatch and bugfixing [6]. But I think that I could start implementing new features after the next week.

Regards,

Olav

[1] https://docs.google.com/document/d/1IKXw25w_LsM6xi1Lun48g7Trm_tat6Tgt4HIcVfUT4M/edit#heading=h.f5cmiw24j8xe

[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=434083
[3] https://bugs.eclipse.org/bugs/show_bug.cgi?id=434739
[4] https://bugs.eclipse.org/bugs/show_bug.cgi?id=434738
[5] https://git.eclipse.org/r/#/c/26347/

[6] https://bugs.eclipse.org/bugs/buglist.cgi?quicksearch=recommenders%20Snipmatc&list_id=9031907

Back to the top