]
Jeff MAURY closed JBIDE-19452.
------------------------------
Resolution: Won't Fix
VPE is deprecated
extension point for editors to tell html5 preview which html content
to render
------------------------------------------------------------------------------
Key: JBIDE-19452
URL:
https://issues.redhat.com/browse/JBIDE-19452
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: visual-page-editor-core
Reporter: Max Andersen
Assignee: Ilya Buziuk
Priority: Major
Fix For: 4.16.x
html preview seem to figure out that text from structured editor is the actual document
in the editor.
But when you have something like the Visual JSF Page Editor or Mylyn wiki text editor
where the html content is actually not in the main document but something generated html
preview does not work.
it would be great if html5 preview would have an extension point where one can install a
handler for a specific editor what html should be shown in the preview.
end result: when opening mylyn wiki text editor it should show what corresponds to the
Preview tab, not the source tab.