Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] SnipMatch's local search demo

Thanks Marcel,

Her description looks easy to implement (remove a bunch of comments).
I'll planning to do it tomorrow. Sorry for the delay - I made a bunch
of changes last week, then got busy for a couple days.

Also, I haven't forgot about creating a timeline: as soon as Chen has
his proposal, we'll nail it down.

Really looking forward to mentoring his this summer - I'll also have
lots more time then.


On Wed, Mar 14, 2012 at 12:48 PM, Marcel Bruch <bruch@xxxxxxxxxxxxxxxxxx> wrote:
> Doug, can you discuss with Sharon on how to continue with the SnipMatch CQ ? Maybe calling her (as she proposed) might be the fastest means to learn what's required ?
>
>
>
> On 14.03.2012, at 17:39, Doug Wightman wrote:
>
>> Thanks! Looks awesome! Will check out tonight (or tomorrow in the
>> absolute latest)!
>>
>>
>>
>> On Wed, Mar 14, 2012 at 5:46 AM, Chen Cheng <chengchendoc@xxxxxxxxx> wrote:
>>> Doug & Marcel,
>>>
>>> I add a simple description about our GSoC project[1], meanwhile, i am wring
>>> the complete project proposal. Once i finished my complete proposal, i will
>>> post it here to discuss with you guys.
>>>
>>> [1] http://wiki.eclipse.org/Google_Summer_of_Code_2012_Ideas#SnipMatch_and_Code_Recommenders
>>>
>>>
>>> 2012/3/14 Chen Cheng <chengchendoc@xxxxxxxxx>
>>>>
>>>> Ok, I will add it
>>>>
>>>>
>>>> 2012/3/14 Marcel Bruch <bruch@xxxxxxxxxxxxxxxxxx>
>>>>>
>>>>> We should add a teaser at least. Please create a small section about
>>>>> Recommenders and add your proposal there.
>>>>>
>>>>> The proposals will later be rated by the Eclipse mentors. So, having a
>>>>> good summary helps to get best ratings (i.e., consider adding links to
>>>>> screenshots for example).
>>>>>
>>>>> This summary will finally the be the same summary we'll use at GSOC
>>>>> webpage.
>>>>>
>>>>> On 14.03.2012, at 09:37, Chen Cheng wrote:
>>>>>
>>>>> Hi Marcel,
>>>>>
>>>>> You are a GSoC mentor last year, shall we add our GSoC project into this
>>>>> wiki page [1]? It seems that it is a Eclipse GSoC 2012 idea list.
>>>>>
>>>>> [1] http://wiki.eclipse.org/Google_Summer_of_Code_2012_Ideas
>>>>>
>>>>> 2012/3/14 Marcel Bruch <marcel.bruch@xxxxxxxxx>
>>>>>>
>>>>>> Hi Chen,
>>>>>>
>>>>>> exciting news :) I'll test it tonight.
>>>>>>
>>>>>>
>>>>>> On 14.03.2012, at 08:53, Chen Cheng wrote:
>>>>>>
>>>>>> Two attach files to help explain how to use it:
>>>>>>
>>>>>> 1. snipmatch_preference.png
>>>>>> SnipMatch's local setting preference page, operate step 2 and 3 in this
>>>>>> dialog
>>>>>>
>>>>>> 2. SnipMatch.png
>>>>>> SnipMatch works in java file editor
>>>>>>
>>>>>>
>>>>>> 2012/3/14 Chen Cheng <chengchendoc@xxxxxxxxx>
>>>>>>>
>>>>>>> Hi Marcel & Doug,
>>>>>>>
>>>>>>> I have finished SnipMatch's local search demo, and submit code into GIT
>>>>>>> repository, You guys can update the latest code and have a trial of it in
>>>>>>> Eclipse's debug.
>>>>>>>
>>>>>>> This is the simple guide about how to use it:
>>>>>>>
>>>>>>> 1. Download snippets into local file system, you can use "git clone
>>>>>>> https://code.google.com/a/eclipselabs.org/p/code-recommenders.snipmatch-snippets/";
>>>>>>> to get sample json format snippet files. Here we suppose you store the
>>>>>>> snippets in "D://snippets"
>>>>>>>
>>>>>>> 2. Run "SnipMatchPlugin" project as Eclipse application. Then, open
>>>>>>> Eclipse preference -> Code Recommenders -> SnipMatch -> Local setting, you
>>>>>>> will find a "Snippets directory" option, click "Browse" button after it,
>>>>>>> select your json format snippet store path, here is "D://snippets"
>>>>>>>
>>>>>>> 3. Select "Search engine file path" in the same dialog, suppose it is
>>>>>>> "D://snippets/demo.txt", then click the button "Update Index", it will
>>>>>>> generate the index file for the demo search engine named
>>>>>>> "D://snippets/demo.txt".
>>>>>>>
>>>>>>> 4. In Java file editor, use "Ctrl + Enter" to pop up snippet query
>>>>>>> dialog, you can input "print", "loop" or "awt" etc to have a trial.
>>>>>>>
>>>>>>> I just use a simple string compare to search snippets here, we should
>>>>>>> discuss how to merge the Lucene based search engine in the coming days :-)
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Best Regards From Cheng Chen [chengchendoc@xxxxxxxxx]
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Best Regards From Cheng Chen [chengchendoc@xxxxxxxxx]
>>>>>>
>>>>>> <snipmatch_preference.png><SnipMatch.png>_______________________________________________
>>>>>> recommenders-dev mailing list
>>>>>> recommenders-dev@xxxxxxxxxxx
>>>>>> http://dev.eclipse.org/mailman/listinfo/recommenders-dev
>>>>>>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> recommenders-dev mailing list
>>>>>> recommenders-dev@xxxxxxxxxxx
>>>>>> http://dev.eclipse.org/mailman/listinfo/recommenders-dev
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Best Regards From Cheng Chen [chengchendoc@xxxxxxxxx]
>>>>> _______________________________________________
>>>>> recommenders-dev mailing list
>>>>> recommenders-dev@xxxxxxxxxxx
>>>>> http://dev.eclipse.org/mailman/listinfo/recommenders-dev
>>>>>
>>>>>
>>>>> Thanks,
>>>>> Marcel
>>>>>
>>>>> --
>>>>> Eclipse Code Recommenders:
>>>>>  w www.eclipse.org/recommenders
>>>>>  tw www.twitter.com/marcelbruch
>>>>>  g+ www.gplus.to/marcelbruch
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> recommenders-dev mailing list
>>>>> recommenders-dev@xxxxxxxxxxx
>>>>> http://dev.eclipse.org/mailman/listinfo/recommenders-dev
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Best Regards From Cheng Chen [chengchendoc@xxxxxxxxx]
>>>
>>>
>>>
>>>
>>> --
>>> Best Regards From Cheng Chen [chengchendoc@xxxxxxxxx]
>>>
>>> _______________________________________________
>>> recommenders-dev mailing list
>>> recommenders-dev@xxxxxxxxxxx
>>> http://dev.eclipse.org/mailman/listinfo/recommenders-dev
>>>
>> _______________________________________________
>> recommenders-dev mailing list
>> recommenders-dev@xxxxxxxxxxx
>> http://dev.eclipse.org/mailman/listinfo/recommenders-dev
>
> Thanks,
> Marcel
>
> --
> Eclipse Code Recommenders:
>  w www.eclipse.org/recommenders
>  tw www.twitter.com/marcelbruch
>  g+ www.gplus.to/marcelbruch
>
> _______________________________________________
> recommenders-dev mailing list
> recommenders-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/recommenders-dev


Back to the top