Bug 251955 - VEX Editor losses Processing Instructions
Summary: VEX Editor losses Processing Instructions
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 1.1.0 M3   Edit
Assignee: Carsten Hiesserich CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted
: 257805 342636 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-23 20:57 EDT by David Carver CLA
Modified: 2013-10-02 12:39 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Carver CLA 2008-10-23 20:57:05 EDT
When editing an XML file that has processing instructions, VEX looses these instructions when the document is saved.   This should be corrected when WTP DOM support is added to VEX.
Comment 1 David Carver CLA 2008-12-07 19:03:16 EST
*** Bug 257805 has been marked as a duplicate of this bug. ***
Comment 2 John Conlon CLA 2011-04-15 14:07:16 EDT
Yes this is a problem when using processing instructions like:

<?dbhtml filename="bulkProcessing/premises_addEvents.html" ?>
			

that specify where to put the produced html documents for creating Eclipse help.
Comment 3 Florian Thienel CLA 2011-04-17 05:01:31 EDT
Just some implementation hints: It should be sufficient to add a new class 'ProcessingInstruction' to the DOM and a special Box implementation to the layout model (plus the dirty details I always forget in advance...)
Comment 4 Florian Thienel CLA 2011-04-17 05:04:05 EDT
*** Bug 342636 has been marked as a duplicate of this bug. ***
Comment 5 Florian Thienel CLA 2011-11-09 17:36:57 EST
Moved to Mylyn Docs Vex.
Comment 6 Carsten Hiesserich CLA 2013-09-30 15:04:39 EDT
Since commit c55c5d76db92bf172aebc16494bbf788b7b705ca Vex has full support for processing instructions.
Comment 7 Florian Thienel CLA 2013-10-02 12:39:29 EDT
M3 released