Re: How to get autocomplete of CSS3 properties on Eclipse inside the ui:style 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,

Re: How to get autocomplete of CSS3 properties on Eclipse inside the ui:style 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 ui:style inline styles and instead create a *.gss file for it,

Re: How to get autocomplete of CSS3 properties on Eclipse inside the ui:style 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

Re: How to get autocomplete of CSS3 properties on Eclipse inside the ui:style 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

[gwt-contrib]

2015-07-16 Thread Manuel Carrasco Moñino
Dear contributors: In my opinion there is a lot of stuff in our site which is obsolete, or is not useful or even could confuse new developers. I also spoke with Julien and he agrees that we should remove many of the entries, so we want open a thread before in the mailing list to get some

[gwt-contrib] Re:

2015-07-16 Thread Jens
I think I would not invest too much work into the current documentation. I strongly believe we should create a team of 2-3 people that re-think a new TOC along with a description what content each TOC entry should contain and then write up a new, up-to-date documentation for the 2.8 branch and

[gwt-contrib] Re:

2015-07-16 Thread Thomas Broyer
On Thursday, July 16, 2015 at 10:50:12 AM UTC+2, Manuel Carrasco Moñino wrote: Dear contributors: In my opinion there is a lot of stuff in our site which is obsolete, or is not useful or even could confuse new developers. +1 I also spoke with Julien and he agrees that we should

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 big.coffee.lo...@gmail.com wrote: I added a list containing a class that implements Serializable,

Re: [gwt-contrib] Re:

2015-07-16 Thread Manuel Carrasco Moñino
Will work on improving RPC and JSON and not remove them. And agree, devmode is the next step. Also I want to write something about jsinterop although it's experimental. On Thu, Jul 16, 2015 at 11:57 AM, Thomas Broyer t.bro...@gmail.com wrote: On Thursday, July 16, 2015 at 10:50:12 AM UTC+2,

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

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

Re: How to get autocomplete of CSS3 properties on Eclipse inside the ui:style 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

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 okr...@gmail.com wrote: The document you posted is very interesting. Is there any place that would tell what is