Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-incubator-dev] XML Perspective

I've checked in code for 0.5M5 that does a first cut at an xml perspective.

I've put it temporarily in the org.eclipse.wst.xml.internal.ui.perspective package in the xslt.ui project for now. This way it can be migrated to XML if it graduates on it's own. Bug 213883 tracks it's progress:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=213883

Features now:

* File Short Cuts for, XML, WSDL, DTD, and XSD.
* New Folder Short cut
* New General Project Shortcut (since we don't have an xml specific project yet).
* Debug Perspective Shortcut
* View Short Cuts: Console, Project Explorer, Problem, XPath Navigator.
* Default Views: Project Explorer, XPath Navigator, Problems, Properties, Console, Snippets, and Outline
* Added Launcher bar to the tool bar.

I tried to keep it to what I typically use or would expect to see if working strictly with XML related files (i.e. WSDL, XSD, XML, DTDs, etc.). Why a new perspective, because XML projects aren't necessarily Web projects, or Dynamic Web Projects. Especially if you are looking at it from an XML IDE perspective.

Anyways, comments are welcome, and I'll be migrating to the perspectiveextension extension point in the near future instead of hard coding in the XMLPerspectiveFactory.

Dave




Back to the top