vaadin / eclipse-plugin

Vaadin Plugin for Eclipse
https://vaadin.com/eclipse
16 stars 8 forks source link

Eclipse Plugin does not support Vaadin 7 ContentMode changes... #512

Open makoivis opened 8 years ago

makoivis commented 8 years ago

Reported by dnebing on 21 Feb 2013 17:12 UTC Visual editor wants to do content mode the old way (the constants):

label.setContentMode(3);

This, however, is incompatible w/ vaadin 7 ContentMode enum. In source view, it gets changed to:

label.setContentMode(ContentMode.HTML);

However, making this change you cannot flip back to the design tab because it cannot support the content mode enum.

Note also the plugin says "XHTML" and the content mode enum is just "HTML".

Migrated-From: https://dev.vaadin.com/ticket/11105

makoivis commented 8 years ago

Comment by kernwig on 13 Sep 2013 16:29 UTC The Visual Editor has been an especial part of using Vaadin 6. Any plans on fixing this so that it can be useful in Vaadin 7?

makoivis commented 8 years ago

Modified by kernwig on 13 Sep 2013 16:30 UTC

makoivis commented 8 years ago

Modified by Artur Signell on 15 Nov 2013 14:04 UTC

makoivis commented 8 years ago

Modified by Artur Signell on 30 Jan 2014 14:17 UTC

makoivis commented 8 years ago

Modified by Artur Signell on 12 May 2014 07:42 UTC

makoivis commented 8 years ago

Comment by jmrunge on 12 Sep 2014 13:57 UTC Visual Editor is one of the things that make me change from PrimeFaces to Vaadin. Any plans on continue supporting it, making it fully Vaadin 7.4 (latest at the moment) compatible?