Re: JsInterop @JsFunction is not really a function?

2015-07-16 Thread 'Goktug Gokdogan' via Google Web Toolkit
(It looks like I forgot this email in my drafts.) As of https://gwt-review.googlesource.com/#/c/12810/ this should be fixed. On Tue, Apr 14, 2015 at 4:40 AM, Marcin Okraszewski wrote: > The document you posted is very interesting. Is there any place that would > tell what is implemented out of i

Re: How to get autocomplete of CSS3 properties on Eclipse inside the tag of GWT UiBinder?

2015-07-16 Thread Gilberto
Issue reported: https://github.com/gwt-plugins/gwt-eclipse-plugin/issues/79 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@

Re: How to get autocomplete of CSS3 properties on Eclipse inside the tag of GWT UiBinder?

2015-07-16 Thread Gilberto
Thanks Jens for the answer. Ok, I was missing the GWT DIY Policy™ on this one =) I'll take a look and update this thread and the StackOverflow question if I get something. On Thursday, July 16, 2015 at 3:07:52 PM UTC-3, Jens wrote: > > You could also use the open source fork of GPE > > https://

Re: How to get autocomplete of CSS3 properties on Eclipse inside the tag of GWT UiBinder?

2015-07-16 Thread Jens
You could also use the open source fork of GPE https://github.com/gwt-plugins/gwt-eclipse-plugin and figure out how to patch it to provide CSS 3 autocompletion. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from t

Re: How to get autocomplete of CSS3 properties on Eclipse inside the tag of GWT UiBinder?

2015-07-16 Thread Jens
*.ui.xml files have their own UiBinder editor in Eclipse provided by the GPE plugin. It might be that your Eclipse settings regarding CSS simply do not take effect in that editor. As a workaround you could probably avoid using inline styles and instead create a *.gss file for it, . Then you m

Re: How to get autocomplete of CSS3 properties on Eclipse inside the tag of GWT UiBinder?

2015-07-16 Thread Gilberto
Well, after more than one month I asked this question on StackOverflow I still got no answers. It must be something so stupid to find out that no one took the time to answer it. Oh well... I'll keep using the old CSS2 content assist on Eclipse till the UiBinder is dead on 3.0. On Tuesday, Ju

Re: How to re-brand a base project?

2015-07-16 Thread Julien Dramaix
This article could help you: http://blog.arcbees.com/2015/04/28/managing-your-css-files-with-variables-and-a-theme/ On Wednesday, July 15, 2015 at 4:14:21 PM UTC+2, William Davis wrote: > > I have a base application with all the functionality. Lets say I want to > create several different versi

Re: confounding rpc serialization exception

2015-07-16 Thread Thomas Broyer
See https://github.com/gwtproject/gwt/issues/3071 On Thursday, July 16, 2015 at 2:35:46 PM UTC+2, Shawn wrote: > > I added a list containing a class that implements Serializable, has a > public no arg constructor, and contains only strings. Now I get an rpc > serialization exception: > > > com.

Re: confounding rpc serialization exception

2015-07-16 Thread Shawn Brown
g. guess a library I was using was returning a copy which was unmodifiable. simply throwing the copy into a new LinkedList seems to have solved it On Thu, Jul 16, 2015 at 9:34 PM, Shawn Brown wrote: > I added a list containing a class that implements Serializable, has a > public no arg cons

confounding rpc serialization exception

2015-07-16 Thread Shawn Brown
I added a list containing a class that implements Serializable, has a public no arg constructor, and contains only strings. Now I get an rpc serialization exception: com.google.gwt.user.client.rpc.SerializationException: could not get type signature for class java.util.Collections$UnmodifiableRa