Details
-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 3.3.0.M5
-
Component/s: jsp/jsf/xml/html source editing
-
Labels:None
Description
take a working index.html and rename it to index.php and suddenly the editor don't want to show it complaining about non matching content type.
rename back to .html and it works fine.
Can't we make the editor accept content without having it registered as supporter of the identified content type?
Gliffy Diagrams
Issue Links
- is related to
-
JBIDE-9930
OpenOns for ELs don't work in text nodes of JSP
-
- Closed
-
There will be many problems while detecting the document type by its content as well as we can not guaranteed to identify properly the type of content. WTP Structured Model is also not guaranteed to work properly with such files.
Also (as noted in your example) using VPE (JSPMultiPageEditor) for *.php files will conflict with PHP Development Tools (PDK) is installed. This will produce conflicts in VPE (JSPMultiPageEditor) and WTP Structured Model.
Probably,
JBIDE-8049will give you an example of probable content type conflict.