[
https://issues.jboss.org/browse/JBIDE-9188?page=com.atlassian.jira.plugin...
]
Len DiMaggio commented on JBIDE-9188:
-------------------------------------
See:
http://community.jboss.org/wiki/JBosstoolsVisualEditorFAQ
"Eclipse crashes when I use Visual Editor, what can I do?"
add system property to allow explicit disabling of the visual page in
VPE
-------------------------------------------------------------------------
Key: JBIDE-9188
URL:
https://issues.jboss.org/browse/JBIDE-9188
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Reporter: Max Rydahl Andersen
Assignee: Yahor Radtsevich
Priority: Critical
Labels: new_and_noteworthy
Fix For: 3.3.0.M2
Attachments: JBIDE9188_patch1.patch, Screenshot1.png
Since we keep having OS's where xulrunner is having problems we should inlcude a way
to disable it loading even though we have xul binaries available for it.
I suggest we look for system property: org.jboss.tools.vpe.loadvisualeditor if it is true
(default) then we attempt to load the VPE as usual, but if false then we skip that page
just as if the binaries were not available.
that would allow you do to eclipse -Dorg.jboss.tools.vpe.loadvisualeditor=false
Things to consider: if this property is set I guess xulrunner initializer should also not
do anything ?
*Update:*
The property is named {{-Dorg.jboss.tools.vpe.loadxulrunner=false}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira