adobe / aem-eclipse-developer-tools

The Eclipse plugin that brings you the full connection to the Adobe Experience Manager, with auto-sync and project creation wizard.
Apache License 2.0
35 stars 23 forks source link

Cannot delete nodes of name cq:dialog or cq:htmlTag as type of nt:unstructured #20

Closed mikeyhendy closed 9 years ago

mikeyhendy commented 9 years ago

With the latest eclipse build, we can create touch dialogs now (cq:dialog - nt:unstructured), however once created inside a component, eclipse doesn't allow the option to delete them.

See image: image

Currently, the only way to remove these nodes is to go to the filesystem and remove them.

rombert commented 9 years ago

Confirmed, thanks for reporting.

rombert commented 9 years ago

The content sync issue has been fixed in the Sling IDE Tooling project ( see SLING-4099: Content Navigator: unable to delete node with a namespace prefix in its name and will be incorporated in the next AEM Developer Tools public release.

If you'd like to build a fix yourself, please follow the instructions from Sling IDE Tooling - building from source.