Thursday, April 16, 2015

UIBinder content assist incomplete?

I'm currently trying to setup a GWT 2.7 Dev-Environment.

I want to be able to use content assist for UIbinder xml files, and what does work for me is when I type a "<" and press Ctrl+Space (or wait for a second there) I get a list of classes to choose from.

First problem is it starts with "AbbreviatePositionalValues" (com.google.gwt.thirdparty.common.css.compiler.passes) and ends with "AWTPermission" (java.awt).
So the problems I infer from that:
-) The list is incomplete (very much so). And this is probably because the list overflows, because its too long, because
-) it contains completely irrelevant classes like from java.awt

Second problem: I can't start to type to filter that list. as soon as I type a single character the popup vanishes.

I think I remember that in the past I was able to type "<g:" and then press ctrl+space to get a (filterable!) list of the classes inside the package com.google.gwt.user.client.ui


I'm using Eclipse Luna 1a (4.4.1) and the latest eclipse gwt plugin from this update site: https://dl.google.com/eclipse/plugin/4.4

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment