Skip to main content

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


On Sep 21, 2013, at 12:27 PM, stefan.prisca@xxxxxxxxx wrote:

Hi Marcel,
 
I opened the snipmatch.product file from eclipse (Import -> File System -> snipmatch.product ), and it seems that it cannot resolve the dependency on o.e.r.snipmatch.rcp.feature. I assume this might be the cause.

This does not make much sense to me. It resolves properly and the snippet view shows up.

I’ll have to take a look at this the next week, as I want to finish the documentation this two days.

I get a bunch of errors. But the first one is depicted below:



 
 If you use the Launch-MultiPage runtime (the other one, Launch Eclipse Runtime, only contains the simple editor) does it work? Or from the update-site.


When I use this launch config, Eclipse doesn't start. On the console I get this error output.

gogo: InterruptedException: sleep interrupted
java.lang.InterruptedException: sleep interrupted
at java.lang.Thread.sleep(Native Method)
at org.apache.felix.gogo.shell.Activator.run(Activator.java:72)
at java.lang.Thread.run(Thread.java:680)



 
Also, there still are some issues with the grammar that I need to solve. I will add them to the backlog. 


Okay. I'd love to have a working product before adding any new feature first and clean up what's there. The main reason is, that I'd like to create a few snippets for Vaadin and wanna show case them to Vaadin web developers soon. Having a working editor is essential for that :)

It would be great if you could make the editor work when launching an Eclipse Runtime from the product file as soon as possible. This is the most stable configuration file that should work with every machine. Please let me know if you have trouble with updating the product file. I'd be glad to lend a helping hand here.

Best,
Marcel




 
Best Regards,
Stefan.
 
From: Marcel Bruch
Sent: ‎Saturday‎, ‎September‎ ‎21‎, ‎2013 ‎11‎:‎54‎ ‎AM
To: Recommenders developer discussions
 
Hi Stefan,

> I will keep this project on github for the moment, until the incubator repository gets stable.

just recognized that the build at eclipse.org succeed. Great!

I added a few general comments to the current design to cs-12 [1] which would benefit from your input - and others.

I noticed that the editor fails with exceptions when I try to open a snippet from the Snippet view (when starting the runtime with the product file under tools/snipmatch.product). I might  have overseen some important dependencies or configuration steps. Can you help me figuring out what's wrong here?

Thanks,
Marcel

[1] https://git.eclipse.org/r/#/c/16504/


On Sep 20, 2013, at 6:22 PM, stefan.prisca@xxxxxxxxx wrote:

>  Hi,
> This is the weekly report for the snipeditor:
>  
>  
> What the plan was for this week:
>  
> -> Correct the proposals for the ${array} variable.
>  
> -> Enable saving for the data in the metadata page.
>  
> -> Template expressions do not work fine with methods (I forgot to update the syntax for them to support template _expression_). For example, the method snippets (private method, private static method, etc) do not work and will cause errors.
>  
> What was accomplished:
> -> modifications made through the metadata page can be saved
> -> methods now support jface syntax
>  
> What the plan for next week is:
> -> Correct the proposals for the ${array} variable. I did not manage to do this in the last week.
> -> work on project documentation.
>  
> I will keep this project on github for the moment, until the incubator repository gets stable.
>  
> Best Regards,
> Stefan.
>  
> The project repository: https://github.com/stefanprisca/SnipEditor
> The project update-site: https://github.com/stefanprisca/SnipMatch_UpdateSite 
> _______________________________________________
> recommenders-dev mailing list
> recommenders-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/recommenders-dev

_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/recommenders-dev
_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/recommenders-dev


Back to the top