Slava P.

Results 60 comments of Slava P.
trafficstars

Not sure it should be global setting. Even if it’s global, it would be nice to have an ability to explicitly define it in particular component, overriding global setting, like:...

For similar purpose I'm using class inheritance, that way I can easily unify Query and Mutation classes. Example: ```java public class AuthorBase { @GraphQLId public String id; public String name;...

It works for me when I do: Add to "Available Software Sites" the following: http://download.eclipse.org/mylyn/releases/3.25 http://download.oracle.com/otn_software/oepe/library/eclipse-oxygen.2 See https://stackoverflow.com/a/72897610/714136

I don’t see much benefits in renaming, GWT community is quite small, and removing word will change nothing, doubt that it will attract more developers. Personally I don’t like JaVue,...

@branflake2267 Could you please accept this PR and update plugin at http://storage.googleapis.com/gwt-eclipse-plugin/v3/snapshot (or release) ? Without that it is not possible to use gwt 2.10 in Eclipse @foal How do...

@FrankHossfeld I have tried to compile it on Java 11, but it is not working. mvn clean package -U -Pbuild-eclipse-oxygen but it fails with "The effective compiler target level 1.8...

@foal Thank you, it works now after replacing in Eclipse\plugins folder. But now compilation of my project "GWT Compile Project" fails in Eclipse (but works just fine from command line)....

@branflake2267 No, it’s not new, but getting worse with my project size increased.

@CrushaKRool @branflake2267 I've installed new version of GWT plugin from http://storage.googleapis.com/gwt-eclipse-plugin/v3/snapshot, and unfortunately no performance improvement for this issue :-(

@branflake2267 Nothing special about my project config. Typical Maven project with GWT facet. I think the problem is in enormous number of ui.xml files, I have around 400 of them....