Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix bug 121523:Enhace the report editor to open a invalid design file with XML source editor.

Summary
Enhace the report editor to open a invalid design file with XML source editor.

Bugzilla Bug (s) Resolved
121523

Description
1. When switching to normal tab from XML tab, the XML soure editor highlights the tag or the line that has error if the xml source is invalid, so users can easily figure out how to fix the error.

2. if the report design is invalid, open the design file with XML source editor, and highlight the line with syntax errors.


Tests Description
Manual test

Files Edited

/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/xml/XMLEditor.java
/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportXMLSourceEditorFormPage.java


Files Added



Files Deleted



Notes to Build Team



Notes to Developers



Notes to QA



Notes to Documentation

Back to the top